PDA

View Full Version : Hmm wired..


Joshyyy
06-30-2007, 05:45 PM
Im trying to add the code to my files to install the modification.

i cant find this code in my /admincp/index.php file..
$printhr = false;
if (can_administer('canadmincalendars'))

to add this one..
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();

Anyone able to help..

Fungsten
07-05-2007, 07:31 PM
I had a heck of a time finding that one. Finally I gave up and I didn't see anything that didn't work. The install went fine.

Ciderhelm
07-17-2007, 04:10 AM
Yeah, I don't understand. This is a non-starter for me as well, not seeing any other topic that explains it.