@nawin add them into your WP theme’s functions.php or use Code Snippets plugin > How to Easily Add Custom Code in WordPress (without Breaking Y...
Hi @nawin read this topic/post > How to stop profile spam?
@5ivemediapl why do you still have for Registered "Standart access" if you don't want this?
@5ivemediapl no, this
@5ivemediapl take a screenshot of your Forum Access settings
@5ivemediapl [Closed] wpForo Usergroups, Forum Accesses and WordPress User Roles and if you are logged in, there is no Add Topic button in thi...
@5ivemediapl click on this link >>> Usergroups and Permissions <<< 😉 and also >>>> Forum Accesses
you also need to set the forum access > Usergroups and Permissions
@monk the admin also has a profilethen only use red for the admin profile example you have 3 admins, Monk, Stottlemeyer and Flemingthe CSS code s...
this works regardless of the user role, just use the color code you want to be displayed
@monk you can change the colors with CSS via the profile link Example for the online widget #wpforo #wpf-widget-online-users .wpforo-widget-cont...
@ghutchnet yes, on top directly after <?php if( !$forum = WPF()->current_object['forum'] ) : ?>
@ghutchnet Inspired by your question, I also added this to my forum, with an additional info for guests 😉 <div class="wpf-welcome"><...
Hi @vito read this topic > How to change email sender name from WordPress to my site name
Hi @ghutchnet you can use this PHP code <?php if ( is_user_logged_in() ) { $current_user = wp_get_current_user(); if ( ($current_user instan...