vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Forum Moderation Mod? (https://vborg.vbsupport.ru/showthread.php?t=91189)

USAPatriot 06-27-2005 05:54 PM

Forum Moderation Mod?
 
Hi,

I want to give some users the ability to moderate their own forums within a specific category. That's the easy part. But I want those moderators to be able to post to their own forums while disallowing the other members the ability to start a thread or reply. They will still be able to read. All this while not disturbing permissions in the other categories. Possible? -Rod-

Marco van Herwaarden 06-27-2005 07:35 PM

This can easily be done with usergroup permissions of standard vB.

USAPatriot 06-27-2005 09:18 PM

I'm not seeing how it's possible and the vBulletin people on the .com board tell me it's not. Please explain. Here's the example:

Under a single category...

User A owns a forum, and can post to it.

User B owns a different forum, and can post to it.

User A can read User B's forum, but cannot post or reply to it.

User B can read User A's forum, but cannot post or reply to it.

Users C thru Z can read A's and B's forums but cannot post or reply to them.

-Rod-

Marco van Herwaarden 06-27-2005 09:25 PM

Set your normal usergroup to only allow reading on the category.

Now set User A as a moderator of forum A.
Set user B as moderator of forum B.

Finished.
(Maybe you must also create a usergroup A and a usergroup B, give those groups posting permissions for forum A or B, and give user A/B the corresponding usergroup A/B as a secondary group.

Andreas 06-27-2005 09:40 PM

Having secondary usergroups does work, yes.
But to me, having a usergroup just for a single user sounds like overkill ;)
Better solution (pseudo-code):
IF (moderator AND specialcategory IN parentlist)
{
permissions += post thread and reply to thread
}

USAPatriot 06-28-2005 12:02 AM

Nah...this isn't working. I've gone through it forwards and backwards. Making the forum read only, putting a test user into a special user group, giving him mod priveleges (Specifying that he can post) just steps on the read-only aspect. The software seems to see the conflict and takes the safest route. It disallows posting. Other ideas? -Rod-

Quote:

Set your normal usergroup to only allow reading on the category.

Now set User A as a moderator of forum A.
Set user B as moderator of forum B.

Finished.
(Maybe you must also create a usergroup A and a usergroup B, give those groups posting permissions for forum A or B, and give user A/B the corresponding usergroup A/B as a secondary group.


All times are GMT. The time now is 08:49 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01095 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete