Quote:
Originally Posted by xQuEeNzNaZcHox
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 find
PHP Code:
makenavselect("Thread Control","<hr>");
Replace it with
PHP Code:
makenavselect("Thread Control");
// *************************************************
makenavoption("Add","forum.php?action=add","|");
makenavoption("Modify","forum.php?action=modify");
makenavselect("Forums & Moderators","<hr />");