
06-25-2010, 06:52 PM
|
 |
|
|
Join Date: Oct 2002
Location: Chattanooga, TN
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by HappyAndyK
Hello,
I am trying to implement this under a b installation, running 3.7.1.
How ever I am stuck at the place where I am suppose to edit the admincp/index.php file as I am unable to locate the side piece of code,
Code:
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
can any one shade some light
thank you.
|
3.8.5.....
Code:
construct_nav_option($navoption['text'], $navoption['link']);
}
}
// have all the options, so do the group
construct_nav_group($navgroup_holder['group']['text'], $navgroup_holder['group']['nav_file']);
if ($navgroup_holder['group']['hr'] == 'true')
{
construct_nav_spacer();
}
}
}
construct_nav_option('NNTP Gateway Settings', 'nntp_settings.php', '<br />');
construct_nav_option('NNTP Gateway Newsgroups', 'nntp_groups.php', '<br />');
|