@danielh I guess you didn't follow the link so it's here again ...." Topics – First Post Moderation ".....
@alama Download current version of wpForo to your PCopen wpforo-fr_FR.po inside the downloaded folder with poeditclick on "Update from Source"missin...
why not? click on Delete – Deletes Topic with all replies permanently (no way to undo)
@patlib the code above is for the images only, not the width of the forum leave a url to your forum or try a page template made for full width
@alama add your files "wpforo-fr_FR.mo" and "wpforo-fr_FR.po" to thewpForo / languagesand alsowp-content / languages / plugins folder i also use p...
@danielh Topics – First Post Moderation
@danielh You can delete topics and posts via Dashboard > Forums > Moderation > Published
Hi @germanjv follow this post Registration email FROM address is wordpress@mydomain.com you can also use this plugin CB Change Mail Sender
@pinballnate88
@gnomebe check your inserted HTML code to make sure that all tags are closed
@helenelafitte Dashboard > Forums > Settings > Forum Accessedand also Dashboard > Forums > User Groups > Guest "can view" settin...
@ufuk use this code instead of the one above, otherwise the ajax.php will be blocked and some things will no longer work add_action( 'init', 'wpse...
@ufuk you can add this code to the functions.php of your WP theme function restrict_admin() { if ( ! current_user_can( 'manage_options' ) ) { ...
@ufuk Dashboard > Forums > Settings > Features Tab > Show Admin Bar for Members Features
@mdc You can find all shortcodes from wpForo here for "Latest Topics Widget" you can try this way How to Add WordPress Widgets in Post and Page ...