installed like a dream.. only problem i got was when i tried to link vbindex options in the admin control pannel.
i have insurted
PHP Code:
construct_nav_option(construct_phrase($vbphrase['x_options'], 'vBindex'), 'vbioptions.php?', '<br />');
after
PHP Code:
construct_nav_option(construct_phrase($vbphrase['x_options'], 'vBulletin'), 'options.php?null=0', '<br />');
but the link does not show up, the drop down menu gets about 4 pixels bigger but not enough to see any of the txt. Its enough to click to get to the vbindex options.
Also when i was adding it i noticed that
construct_nav_option(construct_phrase($vbphrase['x_options'], 'vBulletin'), 'options.php?null=0', '<br />');
was infact
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
please help as i cant figer out what is wrong