Forum breadcrumbs – You are here:Asgaros Support ForumSupportPermissions? Ban users?
Please or Register to create posts and topics.

Permissions? Ban users?

Hi,

I have a forum board called “News and announcements” where everyone should be able to see it, but only admins should be allowed to post replies or start new topics. I can’t find permissions anywhere? I also can’t find a way to ban a member from the forums

Quote from eric on August 18, 2017, 9:59 pm

Hi,

I have a forum board called “News and announcements” where everyone should be able to see it, but only admins should be allowed to post replies or start new topics. I can’t find permissions anywhere? I also can’t find a way to ban a member from the forums

Hi,

  1. Close forum
  2. In a user profile

Thanks 🙂

Another question, Is there a way to make it so that the f0rum usernames are clickable, also auto capital first letter of username? I use ultimate member, and would like it so that when someone clicks on a username (like yours up above) it would bring them to their ultimate member profile. /profile/%username%

 

but thanks for the assistance, so fast

also, is there a “moderator” group i can give to members so they can delete threads and moderate the forums or i need to do that / give them admin perms

Link from name to profile

function my_filtered_post_username($username, $userID) {
  return '<a href="MY_CUSTOM_LINK">'.$username.'</a>';
}
add_filter('asgarosforum_filter_post_username', 'my_filtered_post_username', 10, 2);

 

Two options ultimate member

Quote from eric on August 18, 2017, 10:13 pm

also, is there a “moderator” group i can give to members so they can delete threads and moderate the forums or i need to do that / give them admin perms

  1. In a user profile