vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How To Make Member A Moderator (https://vborg.vbsupport.ru/showthread.php?t=146842)

ScottRowan 05-09-2007 04:16 PM

How To Make Member A Moderator
 
Hi,

I want to make some members moderators.

So I went to AdminCP, typed the username in, then at the top right changed it from Registered User to Moderator.

On there posts it says Moderator etc, but they have told me they cant see the -Mod- link at the bottom of the forum.

Have I missed something?

Thanks

d8tabyte 05-09-2007 04:23 PM

make them a mod of a particular forum, in the forum manager

ScottRowan 05-09-2007 04:24 PM

Do I need to do that for every moderator or can I not just make it "Moderators" (the group) for all?

ssslippy 05-09-2007 04:35 PM

There is a MOD that allows you to add a usergroup as a moderator to a forum. Unfortunally the default way is forum by forum.

ScottRowan 05-09-2007 09:25 PM

Ok well I have people all moderators, but they cant see the Mod link at the bottom.

So I went to AdminCP > Forums & Moderators > Forum Manager

Then add moderators, when I click Add Moderator and fill in the details, when I hit save it says it does it successfully, but it doesnt change.

It still says Moderators (0),

Please help

TeamDevotion 05-09-2007 09:28 PM

Quote:

Originally Posted by ScottRowan (Post 1244428)
Hi,

I want to make some members moderators.

So I went to AdminCP, typed the username in, then at the top right changed it from Registered User to Moderator.

On there posts it says Moderator etc, but they have told me they cant see the -Mod- link at the bottom of the forum.

Have I missed something?

Thanks

The only mods that can see the "mod" link at the bottom of the page are super moderators, i believe. someone correct me if I'm wrong.

d8tabyte 05-09-2007 11:53 PM

Nope, you are wrong sir :)

ScottRowan 05-10-2007 05:50 AM

Ok to sum up, To make a member a moderator I went into AdminCP, Users, Search For Users.

Typed in the member name, then there details came up.

Then at the top right where it says Usergroup Options, I have that set on Moderators from the dropdown box.

Then I save, it shows in there posts that there a moderator, but they dont see the moderator functions in thread tools, or the mod link at the bottom.

What have I not done/missed?

Lucky Seven 05-10-2007 09:12 AM

For the drop down menu (with regular mods), it'll only show if they're assigned to a particular forum - if you want your mods to moderate all of the forums, set them as super mods. If you do that, they should be able to see the Mod CP link without any changes.

On the other hand, if you want your mods to only be responsible for just a few of the forums, assign them to the moderator usergroup, then manually add them as mods of the forums you want them to moderate. In the "footer" template, edit this bit of code:
Code:

<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a></if>
And change it to:
Code:

<if condition="is_member_of($bbuserinfo, 6, 5, 7)"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod] CP</a></if>
The 6, 5 & 7 refer to the usergroups that you wish to see the Mod CP link; 6 (admins), 5 (super mods) & 7 (mods). Change the numbers as you wish to match the usergroup id that can be found on the Usergroup Manager page.

ScottRowan 05-10-2007 09:25 AM

Ok so I can either enter them manually.. which would take forever..

Is there a way I can just assign all members in the "Moderator" usergroup to moderate all forums?

Just read your bit about super mods.. can they do anything else or is that just like moderators but with the mod link


All times are GMT. The time now is 09:22 PM.

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.02899 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete