
02-04-2004, 11:57 AM
|
|
|
Join Date: Jan 2004
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by DestinyIslands
There's 48 pages .. can you link me to the right reply?
|
I think it's this...
Quote:
Optional File Edit: vBindex Options Link in the ACP
----------------------------------------------------
Optionally you can do the following edit to your ACP's index.php (forums/admin/index.php or /forums/admincp/index.php):
Find:
construct_nav_option(construct_phrase($vbphrase['x_options'], 'vBulletin'), 'options.php?null=0', '<br />');
Add after it:
construct_nav_option(construct_phrase($vbphrase['x_options'], 'vBindex'), 'vbioptions.php?', '<br />');
This will show a link to vBindex Options, just under the vBulletin Options one.
|
|