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 wpForo plu...
Hi, Is the issue only related to the current user? wpForo provides many spam protection options. Please carefully review the documentation and ensur...
@guts The solution I've provided won't work in this case, since it requires theme-dependent JS code. You need to locate the button responsible for ...
We're really sorry, but wpForo doesn't have integration with Push Notification services. Currently, we have plugin customization and PRO support ser...
@marsm, the CSS codes can be found below: #wpforo #wpforo-wrap a.wpf-new-button, #wpforo #wpforo-wrap span.wpf-new-button { background-color:...
@marsm, Currently, we have plugin customization and PRO support services at the gVectors Team. They can assess the work and fix the issue for you. J...
@marsm, Here is the CSS code you can use: div#wpforo { width: ***98***%; margin:0 auto; } #wpforo #wpforo-wrap { padding: ***15p...
@marsm, To assist you with the solution, please share the URL of the forum.
@guts Please use the solution provided here:/p> It should resolve the issue for you.
Hi, For assistance with potential forum speed issues, please refer to this FAQ:/p> It should provide helpful information for you
@vojtechm, Use the hook code below: add_filter('wpforo_keep_visitors_data', function ($seconds){ return 1800; //30 minutes}); Put the code in y...
We don't follow you well. If you want to disable the moderation for the new members, you should set the "No" value for the "Posts must be manually ...
This issue doesn't have any relation to wpForo plugin. The issue comes from the bp-profile-search plugin. Please deactivate the plugin, then naviga...
@jesus, Use this CSS code: @media (max-width:767px){ #wpforo #wpforo-wrap .wpf-post-create .mce-container-body .mce-container .mce-container-b...
@st7878, Use this one: add_filter('wpforo_before_update_profile_fields', function($profile_fields){ if( wpfkey($profile_fields, 'signature') )...