The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Front End Moderatio...
 
Share:
Notifications
Clear all

[Solved] Front End Moderation Bug

2 Posts
2 Users
0 Likes
146 Views
Posts: 1
Topic starter
(@megaz)
New Member
Joined: 3 months ago

Hello,

Your front-end moderation plugin has a bug - it displays form data even for anonymous / guest users, which is not supposed to happen.

The fix is very simple:

In line 58 of class.wpDiscuzFrontEndModeration.php, add the following:

if (!is_user_logged_in()) {
    return false;
}

 

Please fix it ASAP. Thank you!

1 Reply
Asti
Posts: 7123
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @megaz,

Please note all questions related to paid addons should be asked in the gVectors.com forum. Here we only support issues related to the free wpDiscuz plugin.

Correct forum: https://gvectors.com/forum/wpdiscuz-frontend-moderation/

Share: