Log in

View Full Version : Need Modification Support


Winterworks
11-16-2008, 06:28 PM
I'm installing vBAdvanced Portal.

I can't find 2 things... They are...


In admincp/index.php

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

In includes/functions.php

Find:

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Replace With:

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index') OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

I can't find either of them. What else can I do?

Hex_legend
11-16-2008, 06:30 PM
If you are enquiring about a modification, please post in that thread.

You would find this more useful asking over at www.vbadvanced.com

Lynne
11-16-2008, 06:31 PM
Support for modifications is given in the modification thread or in this case, the modification forum. You need to ask over there for support.

Winterworks
11-16-2008, 06:50 PM
He doesn't offer support, though. And I don't think he's been on in a super long time.