Permissions? Ban users?
Quote from eric on August 18, 2017, 9:59 pmHi,
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,
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 Yworld on August 18, 2017, 10:02 pmQuote from eric on August 18, 2017, 9:59 pmHi,
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,
- Close forum
- In a user profile
Quote from eric on August 18, 2017, 9:59 pmHi,
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,
- Close forum
- In a user profile
Quote from eric on August 18, 2017, 10:11 pmThanks 🙂
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
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
Quote from eric on August 18, 2017, 10:13 pmalso, 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
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
Quote from Yworld on August 18, 2017, 10:19 pmLink 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);
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);
Quote from Yworld on August 18, 2017, 10:19 pmQuote from eric on August 18, 2017, 10:13 pmalso, 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
- In a user profile
Quote from eric on August 18, 2017, 10:13 pmalso, 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
- In a user profile