Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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!
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/