View Full Version : Moderators can add/edit forums
xQuEeNzNaZcHox
09-20-2003, 01:18 PM
Hello,
Can someone make a simple vB2 hack that allows moderators to add or edit the forums and categories?
Gary King
09-20-2003, 02:14 PM
Hello,
Can someone make a simple vB2 hack that allows moderators to add or edit the forums and categories?
Just move your admin/forum.php to mod/forum.php
Then, open up mod/index.php and findmakenavselect("Thread Control","<hr>");
Replace it with makenavselect("Thread Control");
// *************************************************
makenavoption("Add","forum.php?action=add","|");
makenavoption("Modify","forum.php?action=modify");
makenavselect("Forums & Moderators","<hr />");
xQuEeNzNaZcHox
09-20-2003, 02:48 PM
Anyway to make it work for just super mods?
assassingod
09-20-2003, 02:55 PM
Try
if(!$bbuserinfo['usergroupid']==5) {
makenavoption("Add","forum.php?action=add","|");
makenavoption("Modify","forum.php?action=modify");
makenavselect("Forums & Moderators","<hr />");
}
I can't remember if thats the correct usergroupid for Super Moderators though
Gary King
09-20-2003, 02:55 PM
Anyway to make it work for just super mods?
It will only work for smods.
Only smods can view mod cp, IIRC.
assassingod
09-20-2003, 03:11 PM
It will only work for smods.
Only smods can view mod cp, IIRC.
Nah, Mods can too
Gary King
09-20-2003, 03:25 PM
Nah, Mods can too
Ah ok, I tested it, yep mods can too. Just have to be a moderator of a forum instead of just being in moderator usergroup. By the way, your mod won't work because the user can still type in the URL then.
Open mod/forum.php and findrequire("./global.php");
Below, addif ($bbuserinfo['usergroupid']==7)
{
exit();
}
assassingod
09-20-2003, 03:34 PM
By the way, your mod won't work because the user can still type in the URL then.
That's true, and thanks for fixing it for me (Although I doubt many mods will know the URL for 'em)
Gary King
09-20-2003, 03:51 PM
Still, for safety.
n9com
09-20-2003, 04:12 PM
we just want it so it blocks the mod from adding/editing forums but can still use the other functions
BlackxRam
09-22-2003, 01:59 AM
Does this hack only allow mods to edit the forums that they MOD? Or can they edit ANY forums. What can i add if anything to just allow them to EDIT the forums that they Moderate? I dont want some Mods messing around with forums they have no business in editing.
darkmage
10-12-2003, 07:03 PM
I was just looking for this exact same hack. Thanks for creating it. Very simple, yet affective.
BlackxRam
10-12-2003, 11:38 PM
Can this hack be changed so only the MOD is given access to certain forums or categories to add in?
Cyricx
10-13-2003, 12:09 AM
There is a "Lesser Admin CP" Hack that does this awesomely.
You can totally control what parts of the cp they can or cannot use.
It adds a radio button to usergroups that lets you set which groups can and cannot access the "lesser admin cp"
BlackxRam
10-13-2003, 01:28 AM
yes but can i pick and choose which forums they can or cant edit?
BlackxRam
10-15-2003, 11:58 PM
Looking to only allow them to access forums they have control over. Anyone?
BlackxRam
04-24-2005, 08:36 AM
Anyone possibly create a update for this hack? One to work on Vb3 perhaps that limits certain forums to certain mods? Gotta be someone. lol
Chris M
05-06-2005, 09:49 PM
I am planning to release an updated version of my "Lesser Admin CP" hack for vB3 over the next couple of weeks - PM me with suggestions that I can include for the "Lesser Admins/Mods/whateveryouwanttocallthem:p"
Satan
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.