vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need Modification Support (https://vborg.vbsupport.ru/showthread.php?t=196473)

Winterworks 11-16-2008 06:28 PM

Need Modification Support
 
I'm installing vBAdvanced Portal.

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

Quote:

In admincp/index.php

Find:

Code:

$printhr = false;
        if (can_administer('canadmincalendars'))

Above that Add:

Code:

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


Quote:

In includes/functions.php

Find:

Code:

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

Code:

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.


All times are GMT. The time now is 06:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02017 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete