gVectors Team
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] CRON error (wpforo_ai_cleanup_expired_cache)Please update wpForo to 3.1 version, go to Dashboard > wpForo > Tools > Cron Jobs tab and delete the cron job you are refereeing. It’ll not be added if the AI services are not connected.
More information about the 3.1 release version: https://wpforo.com/community/wpforo-announcements/
Forum: Reviews
In reply to: [Comments - wpDiscuz] Hosed my SiteHi @thisistrue ,
Thank you for sharing the issues you have faced. The first issue is found and fixed but the comment dissociation with posts cannot be done by wpDiscuz. There is no such function or database action in wpDiscuz that can do this so we assume your theme or other plugins have executed unordinary function via WordPress hooks. It’s also possible that comments had wrong metadata in the database (in case of migrated comments or you had done some database manipulation before).
You can continue using wpDiscuz once the next update is released. But we would recommend revise the comments in database and check plugins related to the comments system (this kind of issues can be cased even by security, cache, code snippets plugins).
- This reply was modified 3 weeks, 4 days ago by gVectors Team.
Forum: Plugins
In reply to: [wpForo Forum] wpforo 2.4.17 vulnerabilityHi @abruski17,
Please follow this support topic: https://wpforo.com/community/general-discussions/wpforo-2-4-17-vulnerability/#post-138523
Forum: Plugins
In reply to: [wpForo Forum] how to revert icons design?Hi @devsaredead ,
The new 2026 theme styles has been changed, so you see new things. Also the Font Awesome lib has been updated, it seems you had outdated icons in forums. So please edit the forums which icons are missing and insert new icons that are supported in Font Awesome 7.x versions: https://fontawesome.com/icons
You can change the forum layout if the current layout doesn’t look good to you: https://wpforo.com/docs/wpforo-v3/categories-and-forums/forum-layouts/
Also, in the wpForo > Themes admin page you can switch to the old 2022 theme if you want, but the missing icons should be still adjusted. Please note that always recommend using new themes for 100% support of all latest features.
Forum: Plugins
In reply to: [wpForo Forum] Critical Error Buddypress Member ProfileHi @general_b ,
Please contact us via support[at]gvectors.com email address.
Forum: Plugins
In reply to: [wpForo Forum] Critical Error Buddypress Member ProfileHi @general_b ,
This was a very old issue with old versions of wpForo. Please make sure you use the latest version. What is the version of your wpForo installation?
Forum: Plugins
In reply to: [Comments - wpDiscuz] high cpu usageHi @aaronwongxm ,
No need any PHP modifications. Adding a new line in functions.php of child theme is common practice, you’re adding, you don’t do any modification that could be overwritten with updates.
As an alternative you can do a hook configuration with a code snippet. You can use Code Snippets plugin to put this code in that:
add_filter('wpdiscuz_validate_nonce_for_guests', '__return_false');I’m sorry but we’re not planning to add such setting option in the near future versions.
- This reply was modified 4 months, 2 weeks ago by gVectors Team.
- This reply was modified 4 months, 2 weeks ago by gVectors Team.
Forum: Plugins
In reply to: [wpForo Forum] Forum site is not matchingHi @donna4u2 ,
You have two forum pages in Dashboard > Pages admin page, search for
[wpforo]and find both, then delete the one withcommunity-2slug.Then edit your Primary Menu in Appearance > Menus admin page and change the Forum menu page to the one with
communityslug.Also, got to wpForo > Boards admin page, edit the board and make sure the board slug is
communityand the page id is the id of Forum page withcommunityslug.- This reply was modified 4 months, 3 weeks ago by gVectors Team.
Forum: Plugins
In reply to: [wpForo Forum] Wpforum in mobileOk, but again, no speed issues, all is supper fast on mobile. We couldn’t determine any issue on mobile devices.
Forum: Plugins
In reply to: [wpForo Forum] Wpforum in mobileHi @nitrat,
First make sure you’re not testing as logged-in on mobile. WordPress loads tons of data when you’re login as admin in mobile. The admin panel and bar is too heavy. It doesn’t exist for regular users so the regular users will not be affected.
Also, please read this topic: https://wpforo.com/community/faq/wpforo-and-cache-plugins/#post-37150
Forum: Plugins
In reply to: [wpForo Forum] Wpforum in mobileHi @nitrat ,
We’ve just tested the forum on your website with different mobile devices. It’s super fast and smooth. It seems something wrong with your mobile internet, browser or device.There is no speed issue on mobile devices. Here is a record:
https://wpforo.com/wp-content/uploads/2026/01/Screen_Recording_20260115_100102_Firefox.mp4
- This reply was modified 4 months, 3 weeks ago by gVectors Team.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Really Simple Security says there is a vulnerabilityHi @techspecx ,
Please read this post: https://wpdiscuz.com/community/plugin-update-issues/we-are-facing-security-problem/#post-29801
Forum: Plugins
In reply to: [Comments - wpDiscuz] vulnerabilityHi @vijaiya,
At the moment, we are simply waiting for more details. This vulnerability report is essentially empty, it contains no technical details and no proof of concept. With no information provided, we are unable to reproduce, detect, or fix the issue.
We have already fixed dozens of verified reports and released updates for wpDiscuz, but this one is unusual. The reporter only provided a vulnerability type and a title, and nothing else. Based on this, we even suspect that this may be a false positive. The reported risk level is not high (5.3), and no one has contacted us with any supporting details.
We have contacted Wordfence to clarify what this report is about and why they believe this vulnerability exists. So far, no technical explanation has been provided.
In short, this appears to be an unproven, likely false-positive report that was published accidentally. However, if anyone provides concrete details or a valid proof of concept, we will investigate and fix the issue immediately. At this moment, we only have a vague title and claims without evidence. Even Wordfence does not provide any technical details, yet the report is being distributed to websites without proper verification. They also have not responded to our questions on their website.
So we’re waiting for details, otherwise this is a report about nothing!

- This reply was modified 5 months ago by gVectors Team.
Forum: Plugins
In reply to: [wpForo Forum] Is wpForo fully accessible?Hi @martinsauter ,
I want to be transparent: wpForo does not currently have formal WCAG 2.1 certification or comprehensive accessibility documentation. However, we have implemented several accessibility features.
What wpForo includes:
- Semantic HTML structure with proper heading hierarchy
- Skip-to-content navigation
- Keyboard navigation support for core functions
- Alt text support for user avatars and images
- Screen reader-compatible form elements
- Clean, standards-compliant code base
Known limitations:
- ARIA labels may need enhancement in some areas
- Color contrast in default themes may require adjustment
- We don’t have comprehensive accessibility testing documentation
We’re committed to improving accessibility in future releases and welcome specific feedback about features or modifications that would help your use case.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Warnings with php8.xHi @finalwebsites,
Thank you for the information. You topic has ben forwarded to developers. We’ll update the plugin.