The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
Sorry, didn't read your post. This *should* work.
Copy faq.php from admincp to modcp folder. Open modcp/index.php 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(); } Code:
// ************************************************* { $printhr = true; construct_nav_option($vbphrase['faq_manager'], 'faq.php?null=0', '|'); construct_nav_option($vbphrase['add_new_faq_item'], 'faq.php?do=add'); construct_nav_group($vbphrase['faq']); } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|