
06-11-2007, 05:10 PM
|
|
|
Join Date: May 2007
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Muellmann
couldn't use the installer, had to install all manually on 3.65 :down:
|
How I cant find where to put this:
Quote:
::: Open File - ROOT FORUM DIRECTORY/admincp/index.php
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
FIND:
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
// *************************************************
$printhr = false;
if (can_administer('canadminsettings'))
{
$printhr = true;
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
if ($debug == 1)
{
construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
}
construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
}
if ($printhr == true)
{
construct_nav_spacer();
}
// *************************************************
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
UNDERNEATH ADD:
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
$printhr = true ;
construct_nav_option ( 'vBRadio Channel Control', 'admin_vbradio.php?do=channel', '<br />' ) ;
construct_nav_option ( 'vBRadio Category Control', 'admin_vbradio.php?do=cat', '<br />' ) ;
construct_nav_group ( 'vBRadio Control', '<hr />' ) ;
$printhr = false;
::: Save & Reupload ROOT FORUM DIRECTORY/admincp/index.php
|
Also getting this on the popup window
Quote:
Fatal error: Call to a member function on a non-object in /home/content/f/l/a/flatline/html/forum/vBRadio.php on line 100
|
|