itsalltropical
12-15-2006, 07:43 PM
Moderators I think I put this ? in the wrong place ... sorry
This is probably right in front of me but I have looked all over this file and can't find this step in the install process for vBadvance. I can't find $printhr in the index.php file. What am I missing? If I don't have $printh where do these lines go? I'm new so please bear with me.
In your /forum/admincp/index.php file:
Find: $printhr = false;
if (can_administer('canadmincalendars'))
Above that Add:
construct_nav_option($vbphrase['default_settings'], 'vba_cmps_admin.php?do=modifysettings');
construct_nav_option($vbphrase['edit_modules'], 'vba_cmps_admin.php?do=listmodules');
construct_nav_option($vbphrase['add_module'], 'vba_cmps_admin.php?do=addmodule');
construct_nav_option($vbphrase['edit_pages'], 'vba_cmps_admin.php?do=listpages');
construct_nav_option($vbphrase['add_page'], 'vba_cmps_admin.php?do=addpage');
construct_nav_group($vbphrase['vba_cmps']);
construct_nav_spacer();
OK...I think I may have downloaded the wrong version of vBadvanced CMPS since I just installed vBulletin this week. Would someone be so kind as to tell a newbie where to get the right level of vBadvanced for VB3.6.4??
I'll get the knack of this stuff soon I hope.
This is probably right in front of me but I have looked all over this file and can't find this step in the install process for vBadvance. I can't find $printhr in the index.php file. What am I missing? If I don't have $printh where do these lines go? I'm new so please bear with me.
In your /forum/admincp/index.php file:
Find: $printhr = false;
if (can_administer('canadmincalendars'))
Above that Add:
construct_nav_option($vbphrase['default_settings'], 'vba_cmps_admin.php?do=modifysettings');
construct_nav_option($vbphrase['edit_modules'], 'vba_cmps_admin.php?do=listmodules');
construct_nav_option($vbphrase['add_module'], 'vba_cmps_admin.php?do=addmodule');
construct_nav_option($vbphrase['edit_pages'], 'vba_cmps_admin.php?do=listpages');
construct_nav_option($vbphrase['add_page'], 'vba_cmps_admin.php?do=addpage');
construct_nav_group($vbphrase['vba_cmps']);
construct_nav_spacer();
OK...I think I may have downloaded the wrong version of vBadvanced CMPS since I just installed vBulletin this week. Would someone be so kind as to tell a newbie where to get the right level of vBadvanced for VB3.6.4??
I'll get the knack of this stuff soon I hope.