
Hi, I'm sorry, but the wpForo doesn't have such a feature. You can limit the uploaded file size using the "Maximum upload file size" option. It's lo...
@fufy Use this hook-code: add_filter( 'wpforo_content_after', function($content){ return str_replace( '<video ', '<video controlslist="nod...
Hi, I managed to add banners for the forums. See the attached screenshot. But I don't remember how I did it. Please read carefully this docume...
Hi,I'm sorry, but we don't have documentation available for wpForo hooks.
@vtech The answer from irina781 was deleted. It contained incorrect information. Please follow Robert’s answer.
@memphisguru Yes, sure.
Please leave the example URL.
Hi, The data is stored separately for each user. You can find it in the wp_usermeta table under the “wpforo_all_read” key, as well as in the user’s ...
@danniee Below are the hook codes you can use to disable any type of email notification you want. add_filter( 'break_wpforo_mention_send_email', ...
@jaroslav-lachky Please read this FAQ:/p>
Hi,Please navigate to Dashboard > Forums > Moderation. On the admin page, click the Published tab — you’ll find all those topics and posts there...
@danniee You can set the posts to go to moderation so that users won’t receive any notifications until they are approved by higher-level users.
Hi, Is it possible to provide a list in the plugin for reserved usernames, so others cannot use them? Please note that user registration and a...