Tutrix
Tutrix
@tutrix
Noble Member
Topics: 14 / Replies: 1496
Reply
RE: How to monitor and restrict users not to add website links to the forum?

@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...

4 years ago
Forum
Reply
RE: How to monitor and restrict users not to add website links to the forum?

Hi @nawin read this topic/post > How to stop profile spam?

4 years ago
Forum
Reply
RE: Hide add topic button for all users except Editor and Admin

@5ivemediapl why do you still have for Registered "Standart access" if you don't want this?

4 years ago
Reply
RE: Hide add topic button for all users except Editor and Admin

@5ivemediapl take a screenshot of your Forum Access settings

4 years ago
Reply
RE: Hide add topic button for all users except Editor and Admin

@5ivemediapl [Closed] wpForo Usergroups, Forum Accesses and WordPress User Roles and if you are logged in, there is no Add Topic button in thi...

4 years ago
Reply
RE: Hide add topic button for all users except Editor and Admin

@5ivemediapl click on this link >>> Usergroups and Permissions <<< 😉 and also >>>> Forum Accesses

4 years ago
Reply
RE: Hide add topic button for all users except Editor and Admin

you also need to set the forum access > Usergroups and Permissions

4 years ago
Reply
RE: Role color

@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...

4 years ago
Reply
RE: Role color

this works regardless of the user role, just use the color code you want to be displayed

4 years ago
Reply
RE: Role color

@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...

4 years ago
Reply
RE: Login name on Forum Title line

@ghutchnet yes, on top directly after <?php if( !$forum = WPF()->current_object['forum'] ) : ?>

4 years ago
Reply
RE: Login name on Forum Title line

@ghutchnet Inspired by your question, I also added this to my forum, with an additional info for guests 😉 <div class="wpf-welcome"><...

4 years ago
Reply
RE: New user registration emails from wordpress,not my site

Hi @vito read this topic > How to change email sender name from WordPress to my site name

4 years ago
Reply
RE: Login name on Forum Title line

Hi @ghutchnet you can use this PHP code <?php if ( is_user_logged_in() ) { $current_user = wp_get_current_user(); if ( ($current_user instan...

4 years ago
Page 71 / 102