Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vBadvanced CMPS
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBAdvanced and 3.0.6 Details »»
vBAdvanced and 3.0.6
Version: , by flstreetscene flstreetscene is offline
Developer Last Online: Feb 2006 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-14-2005 Last Update: Never Installs: 0
 
No support by the author.

Are they compatible? :dead:

Thanks.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-14-2005, 09:05 PM
Chad F. Chad F. is offline
 
Join Date: Nov 2004
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to know the same thing..
Reply With Quote
  #3  
Old 02-14-2005, 09:43 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chad F.
I'd like to know the same thing..
Of course, theres no reason for a hack to become incompatible during minor version updates, unless there is some huge chunk of code changed, and even then

Most hacks for vBulletin 2.2.X worked for vBulletin 2.3.X
Reply With Quote
  #4  
Old 02-15-2005, 01:06 AM
flstreetscene flstreetscene is offline
 
Join Date: Sep 2003
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this error when I modify my global.php;
Code:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/florida/public_html/forums/includes/functions.php on line 2013
Then I get this after I restore the original global.php;
Code:
Warning: main(./includes/functions.php): failed to open stream: No such file or directory in /global.php on line 68

Fatal error: main(): Failed opening required './includes/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/florida/public_html/forums/global.php on line 68
Reply With Quote
  #5  
Old 02-15-2005, 02:46 PM
S.Shady's Avatar
S.Shady S.Shady is offline
 
Join Date: Apr 2003
Location: Cleveland, Ohio
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reinstall the hack
Reply With Quote
  #6  
Old 02-15-2005, 03:44 PM
flstreetscene flstreetscene is offline
 
Join Date: Sep 2003
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I never installed it.. This was after I uploaded the files and before I ran the install script which I couldn't run because of the error..

btw when the instructions ask to insert the code above another do I insert RIGHT above or leave space?
Reply With Quote
  #7  
Old 02-15-2005, 03:50 PM
SupraT's Avatar
SupraT SupraT is offline
 
Join Date: Mar 2003
Location: Phoenix
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I use it and it works perfect. Also, remember if you just installed the upgrade to vB, you will need to redo many of the installation steps with vBadvanced. Once you do that it will work like a champ.
Reply With Quote
  #8  
Old 02-15-2005, 03:54 PM
flstreetscene flstreetscene is offline
 
Join Date: Sep 2003
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in your profile it says your running 3.0.3

Quote:
Originally Posted by SupraT
I use it and it works perfect. Also, remember if you just installed the upgrade to vB, you will need to redo many of the installation steps with vBadvanced. Once you do that it will work like a champ.
I did everything as per instructions. Which leaves the installation page to be run as last..

I will recheck everything again.
Reply With Quote
  #9  
Old 02-15-2005, 04:01 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

be VERRY carefull with whitespaces... just do as the installation instructions tell you todo open global.php

PHP Code:
<?php
//find this code 
define('VB_AREA','Forum');
//below that code
if(defined('VBA_PORTAL'))
{
$phrasegroups array_merge($phrasegroups
        array(
            
'calendar'
            
'adv_portal',
            
'postbit'
        
)
    );
$specialtemplates array_merge($specialtemplates
        array(
            
'adv_modules',
            
'adv_portal_opts',
            
'attachmentcache',
            
'bbcodecache',
            
'birthdaycache',
            
'eventcache',
            
'iconcache',
            
'maxloggedin',
            
'smiliecache',
            
'userstats'
        
)
    );
$globaltemplates array_merge($globaltemplates,
        array(
            
'adv_portal',
            
'adv_portal_footer'
        
)
    );
// do not forget this
// find
// #############################################################################
// ######################## START TEMPLATES & STYLES ###########################
// #############################################################################
//above that ad this code
if (defined('VBA_PORTAL'))
{
    require_once(
'./includes/vba_cmps_include_top.php');
}
// find
// #############################################################################
// ######################### END TEMPLATES & STYLES ############################
// #############################################################################
//above that 

if (defined('VBA_PORTAL'))
{
    require_once(
'./includes/vba_cmps_include_bottom.php');
}
?>
that's it for global.php you must trictly follow the php syntax
Reply With Quote
  #10  
Old 02-15-2005, 07:17 PM
flstreetscene flstreetscene is offline
 
Join Date: Sep 2003
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I just found out it's not the global.php document but functions.php instead.

I get the following error;
Code:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/florida/public_html/forums/includes/functions.php on line 2013
And I know I did everything as per instructions to this document;
Code:
// query calendar permissions
	if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index') OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))
	{ // Only query calendar permissions when accessing the calendar or subscriptions or index.php
on line 2013 I have this;
Code:
		$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')=== false, '?', '?','?','?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')=== false, '?', '?','?','?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:09 PM.


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.04738 seconds
  • Memory Usage 2,307KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete