#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
Some Issues
 
Share:
Share
Tweet
Share
Notifications
Clear all

Some Issues

    Last Post
RSS

ayo365
Posts: 30
 ayo365
Topic starter
July 29, 2020 9:55 am
(@ayo365)
Eminent Member
Joined: 2 years ago

Good day, please I have updated my wpforo to 1.8.2 but the following problems still persist, I have deleted the cache and log out, then re-login again.

1. It doesn't recognize new users(I.e the numbers of new user doesn't reflect on the front end)

2. If I upload two picture on a post, one shows as a link while the other will be perfect but when it was just one, it shows as a link

3. The email sent to subscriber which was formerly a preview of the new post started showing the full post in the email.

Topic Tags
image issue attachments attachments problem images missing
5 Replies
Robert
Posts: 8968
Robert - Twitter
 Robert
Admin
July 29, 2020 10:36 am
(@robert)
Support Team
Joined: 6 years ago

Hi @ayo365,

Your issues are not related to the update and most of them are not issues at all.

 

Posted by: @ayo365

1. It doesn't recognize new users(I.e the numbers of new user doesn't reflect on the front end)

The front end user number is based on your active registered user number. Started from 1.7.4 versions it doesn't show inactive users in the main users count. Just go to Dashboard > Forums > Members admin page to see your inactive users, they are not counted.

Here is a related topic:

  • https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/
  • https://wpforo.com/community/how-to-and-troubleshooting-2/forum-statistics-2/

 

2. If I upload two picture on a post, one shows as a link while the other will be perfect but when it was just one, it shows as a link

Please leave some screenshot and a direct link to that post.

 

Posted by: @ayo365

3. The email sent to subscriber which was formerly a preview of the new post started showing the full post in the email.

This is a new feature. The email content has been changed in new versions, a few months ago.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
ayo365
Posts: 30
 ayo365
Topic starter
July 29, 2020 11:23 am
(@ayo365)
Eminent Member
Joined: 2 years ago

Well it was keeping count of it before now and that's why I was surprised when it just started  only keeping tab of active users only without any warning and same with the email also, it also just went to full post without any changes to the original setting which is why I was also concern about and will it be possible to change the email back to the preview type?

Below are two of such post that have image in link form.

1. https://ipadewa.com/reviews/soaps/wind-hand-wash-soap/

2. https://ipadewa.com/reviews/other-products/flamemate-lighter/

Thanks.

Reply
3 Replies
Robert
 Robert
Admin
(@robert)
Joined: 6 years ago

Support Team
Posts: 8968
Robert - Twitter
August 7, 2020 12:07 pm
Reply toayo365ayo365

@ayo365

Ok, let's try this. Put this hook code in your current active WordPress theme's functions.php file:

function custom_wpforo_attachment_fixing( $content ){
if( strpos($content, '../') !== FALSE ){
$forum_home = home_url();
$content = preg_replace('|https*://[./]+|i', $forum_home, $content);
}
return $content;
}
add_filter('wpforo_content_after', 'custom_wpforo_attachment_fixing', 10);

How to Easily Add Custom Code in WordPress (without Breaking Your Site)

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
ayo365
 ayo365
(@ayo365)
Joined: 2 years ago

Eminent Member
Posts: 30
August 10, 2020 9:40 pm
Reply toRobertRobert
ayo365

@robert

thanks, will wpforo embedded addon be able to solve this problem permanently?, Also I noticed that I couldn't load other files formats like words, pdf, and even videos, will wforo embedded gives me access to be able to know such also?

Reply
Robert
 Robert
Admin
(@robert)
Joined: 6 years ago

Support Team
Posts: 8968
Robert - Twitter
August 12, 2020 2:08 pm
Reply toayo365ayo365
Robert
ayo365

@ayo365,

This problem can only fix the code above. The Embeds addon doesn't have any relation to this problem. The Embeds addon is only designed for embedding 3rd party content like YouTube and SoundCloud... The file format managing and other advanced options can be managed using wpForo Advanced Attachments addon: https://gvectors.com/product/wpforo-advanced-attachments/

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • how to add image in the post?
    3 days ago
  • Attachments feature
    1 week ago
  • How can I download and insert images into posts?
    1 month ago
  • Linking to Bing Images caused issues
    7 months ago
  • Images warped when selecting
    10 months ago
Topic Tags:  image issue (5), attachments (19), attachments problem (3), images missing (3),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • How to prevent forum users from PASTING / posting multiple colors and font sizes...??

    By Noved, 14 hours ago

  • purchase of add on and it says payment pending

    By ReddBeard, 1 day ago

  • Costume text and image on every forum

    By Vijiki, 2 days ago

  • Forum topics and pages not indexing

    By Vijiki, 2 days ago

  • Can't send confirmation email from topics when suscribe for new topic

    By gilbau, 2 days ago

  • Can't add shortcodes to wpForo

    By avorai, 2 days ago

Topic Tags

  • translation49
  • css49
  • plugin conflict48
  • seo45
  • new features44
  • buddypress42
  • ultimate member40
  • avatar40
  • forum40
  • moderation38
  • login38
  • registration36
  • threaded layout35
  • cache33
  • editor32
  • menu32
  • shortcode31
  • spam29
  • phrases28
  • forum accesses28
View all tags (2163)

Recent Posts

  • RE: Show Likers with their avatar

    Have now found the correct code 😀 are these 3 lines ...

    By Tutrix, 8 hours ago

  • RE: How to prevent forum users from PASTING / posting multiple colors and font sizes...??

    @noved add this to custom css #wpforo #wpforo-wrap ...

    By Tutrix, 11 hours ago

  • RE: Costume text and image on every forum

    @vijiki There is no wpForo2 for the moment. Also forget...

    By dimalifragis, 24 hours ago

  • RE: Can't add shortcodes to wpForo

    @avorai So, SAC.PHP is crashing and it is wpForo the ca...

    By dimalifragis, 24 hours ago

  • RE: purchase of add on and it says payment pending

    Hi @reddbeard, Please move this topic to gVectors Sup...

    By Robert, 1 day ago

  • RE: Can't send confirmation email from topics when suscribe for new topic

    @gilbau, wpForo uses WordPress wp_mail() function. wp...

    By Robert, 2 days ago

  • RE: Forum topics and pages not indexing

    So all is ok from wpForo site. I have nothing to add he...

    By Robert, 2 days ago

Share:
Share
Tweet
Share
  Forum Statistics
20 Forums
9,757 Topics
49.5 K Posts
7 Online
43.7 K Members

Latest Post: Show Likers with their avatar Our newest member: Detroit metro car service Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation