View Single Post
  #208  
Old 11-20-2011, 06:51 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EuroBeat2 View Post
After upgrading VB from 4.1.7 to 4.1.8 member name in "Today's Birthday" is replaced by word "Array". I also have couple of mods installed like "who has visited today" "who has posted today" and now names are separated by two commas, while in all other installed themes by one comma. Any clue?

Tx.

EB
You must have some modification installed that interacts with Who's Online, a plugin or something to cause that.

Quote:
Originally Posted by GaryT View Post
Upgraded to 4.1.8 and looks good!

One question,
I am running both fluid and fixed for my members selection of this style. I have a header I've built for the fixed style that doesn't necessarily fit the fluid style (to narrow). How can I distinguish one header image for the fixed and another image for the fluid? This IS NOT priority but if you have an answer readily available I'd appreciate knowing how to do this.

Thanks'
Gary
livinginkentucky.com
Profiles look decent now Gary? If you look at how I did it you'll see it's a work around so I hope your good there and as for your different header try this:

Edit template header and find:

Code:
                    <div align="center"><a name="top" href="{vb:link forumhome}"><img src="{vb:stylevar titleimage}" alt="{vb:raw vboptions.bbtitle}" /></a></div>
All you need to replace is the {vb:stylevar titleimage} variable you see inside the img src code with your new image url so it displays .

Code:
                    <div align="center"><a name="top" href="{vb:link forumhome}"><img src="images/avenger_blue/misc/a_different_blue_avenger_logo.png" alt="{vb:raw vboptions.bbtitle}" /></a></div>
Quote:
Originally Posted by hexeditor View Post
Nice style, Updated for 4.1.8??
Should work fine on 4.1.8 although I have not tested, Gary as you can see above says it works fine however Eurobeat states he has a issue although in Eurobeats case I believe it's simply modification related. Remember it's a quick and simple install/check it out/uninstall with styles so give it a shot and report any issues that come up otherwise enjoy!

Quote:
Originally Posted by EuroBeat2 View Post
Anyone who upgraded VB to 4.1.8 and have this theme installed care to share URL? I would like to know if it is just me having problems? I really love the style so I would like to have it working for my site.

Thank you.

EB
Again... I believe it's modification related, you can try these two methods to check:

1) Create a totally new default style, if it's fixed then we know for sure it was something in the style i.e. a change implemented in 4.1.8.
2) If the problem still persists after creating a new default style ^ then simply disable your plugins by following these instructions;

You can disable hooks (modifications and plugins) by doing the following:

Edit config.php and add this directly below <?php:

Code:
define('DISABLE_HOOKS', true);
Example:

Code:
<?php
define('DISABLE_HOOKS', true);
/*======================================================================*\
|| #################################################################### ||
Now save and upload that to includes/ and overwrite the original config.php. Now check to see if the array error still persist, if so you can now disable the modification you believe is the culprit until a update is released. Once disabled remove the added line you included in config.php and re-enable your other modifications .
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01281 seconds
  • Memory Usage 1,786KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete