Re: Forum user roles and moderator ability — BP 1.2-RC2 / WP 2.9.1
I see there’s a line in the file bp-forums-templatetags.php as part of the function that seems to be controlling user authority:
if ( $bp->is_item_admin || $bp->is_item_mod || is_site_admin() )
Does “mod” here mean “moderator”? If so, this seems to be saying, show the editing options to the item admin (the user who created it?), the item moderator (?), and the site admin. It’s that one in the middle that I’m stuck on, as in my installation Moderator is not able to moderate anything — cannot edit or deletes Forum topics or post that have been posted by Subscribers. I have just installed 1.2RC2-trunk2685, but the problem still persists.