The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Removing Announcements & Thread Options in modcp
Hello,
How can I remove Announcements & Thread Options from Mod CP? Here is a pic to explain what I mean. Thank you for any help |
#2
|
||||
|
||||
In your root/modcp/index.php folder find...
Code:
if (can_moderate(0, 'canannounce')) { construct_nav_option($vbphrase['add_new_announcement'], 'announcement.php?do=add'); construct_nav_option($vbphrase['forum_manager'], 'forum.php?do=modify'); construct_nav_group($vbphrase['announcements']); construct_nav_spacer(); } Find Code:
if (can_moderate(0, 'canmassprune')) { $canmass = true; construct_nav_option($vbphrase['prune'], 'thread.php?do=prune'); } |
#3
|
||||
|
||||
Thank you for your help Daniel
Its a lot better now |
#4
|
||||
|
||||
No problem
|
#5
|
||||
|
||||
the best way would be to modify the mods permissions
FORUM MANAGER / moderator dropdown - edit moderator permissions |
#6
|
||||
|
||||
You can't do that for a super moderator though (as far as I know).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|