Quote:
Originally Posted by Exero
ok
in admin/index.php
find
Code:
makenavoption("Add Category","dloadadmin.php?action=addcat","<br>");
replace with
Code:
makenavoption("Add Category","dloadadmin.php?action=addcats","<br>");
|
Nice hack, just a few things
1) if you don't want to provide support for it, then say so, don't have a go at people when they ask you something
2) it's
http://site/forums/admin/dloadadmin.php?action=addcat NOT
http://site/forums/admin/dloadadmin.php?action=addcats
it doesn't work with the s on the end.