
06-04-2004, 01:10 AM
|
 |
|
|
Join Date: Jun 2002
Location: Whos your Jim Bob?
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
You have to add the link to the admin CP....
Quote:
This step is optional, but it makes it easier to edit the vBindex Options by adding a menu item for it.
Open admin/index.php (Where admin is your admin folder) and find:
PHP Code: construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
And add after:
PHP Code: construct_nav_option($vbphrase['vbindex_options'], 'vbioptions.php?', '<br />');
|
|