PDA

View Full Version : Just installed CMPS...cant access vbadvance cp


baptizer
07-03-2004, 12:50 AM
Hello All!
I just installed vbadvance cmps and then uninstalled my previous version of vbadvance homepage. However, once I did this....the vbadvance CMPS option is not available in my vb control panel. Any idea what might cuase this? I know I did not overlook it.

Additionally, I am running version 3.0.2. (upgraded forums, then installed CMPS, then unistalled homepage). I then thought that maybe uninstalling CMPS and re-installing it might fix it, but I am getting the same results :(

I am hoping someone can help. without accessing the cpanel options for vbadvance, it is pretty much useless :(

take care!

Jason McConnell
07-03-2004, 02:05 AM
Make absolutely certain your admincp/index.php file has the construct_nav option statements... I had the same problem this morning :D


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();

Our Sponsors
 

baptizer
07-03-2004, 06:24 AM
Yep :(

Exactly correct :( Do you have 3.0.2?

baptizer
07-03-2004, 06:48 AM
*ALARMS SOUND*
ATTENTION EVERYONE....PLEASE DO NOT BE ALARMED. THIS IS THE IDIOT ALERT!!!
:)

Well well, I did a few searches on this site and found the following: http://www.vbadvanced.com/forum/showthread.php?t=999&highlight=options . This link mentions that CMPS has its own section in the control panel, unlike the vba homepage product which had its options in vbulletin options. So I look and, voila, it was there :)

Our Sponsors
 

Brian
07-03-2004, 08:22 PM
LOL! Glad you figured it out. :)