
05-24-2002, 12:04 AM
|
 |
|
|
Join Date: Nov 2001
Location: UK
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by GamerForums
OK, maybe this is just me but the code in admin/index.php isn't there either, so for anyone else - this is what I did.
Find...
PHP Code:
makenavselect("User Titles");
// ***
Below that, add...
PHP Code:
makenavoption("Add Group","faq.php?action=addfaq","|");
makenavoption("Edit Group","faq.php?action=modify","<br>");
makenavoption("Add Question","faq.php?&action=addquestion");
makenavselect("FAQ Maintenance");
// ***
...and that should have your CP sorted. Seems to be running fine on 2.2.5, thanks for the tip geniuscrew and thanks for the hack tubedogg.
|
Exactly - I got errors when I used the code given in the instructions
|