vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - Christmas 2012 vBulletin 4.2 Style (https://vborg.vbsupport.ru/showthread.php?t=229600)

GhostHunter2010 11-11-2012 02:51 PM

Quote:

Originally Posted by faisaly.com (Post 2380162)
read the post above yours!



ru talkin to me..

Sicilian 11-21-2012 04:28 AM

Quote:

Originally Posted by Seven Skins (Post 2379947)
Yes, I will update it ;)

Great stuff :up: Look forward to it :)

My Hattiesburg 11-24-2012 08:23 PM

I just tested this on our 4.2 forum and everything seems to work fine except after a user selects this theme in the style dropdown box, the dropdown box then becomes blank and the user can't select a different style. This is with the option set to yes to allow users to change styles.

I want to make this the default style for the holidays but not sure that I want to do that yet just in case people can't change away from it.

My Hattiesburg 11-24-2012 08:53 PM

NM, figured it out. There was a little bit of code in the footer template that needed to be replaced.

My Hattiesburg 11-24-2012 08:58 PM

Guess I should share.

Find this in the footer template
Quote:

<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>
and replace with this
Quote:

<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup>
<vb:if condition="$quickchooserbits1">
<vb:if condition="$quickchooserbits2">
<optgroup label="&nbsp;{vb:rawphrase standard_styles}">
</vb:if>
{vb:raw quickchooserbits1}
<vb:if condition="$quickchooserbits2">
</optgroup>
</vb:if>
</vb:if>
<vb:if condition="$quickchooserbits2">
<vb:if condition="$quickchooserbits1">
<optgroup label="&nbsp;{vb:rawphrase mobile_styles}">
</vb:if>
{vb:raw quickchooserbits2}
<vb:if condition="$quickchooserbits1">
</optgroup>
</vb:if>
</vb:if>
</select>
</vb:if>
I just compared another template that I knew worked with this one and found the differences.

Sicilian 11-24-2012 10:55 PM

Quote:

Originally Posted by Seven Skins (Post 2379947)
Yes, I will update it ;)

Anynews on the update for 2012? :)

Seven Skins 11-27-2012 06:38 PM

Quote:

Originally Posted by Sicilian (Post 2384719)
Anynews on the update for 2012? :)

Skin has been updated :)

Sicilian 11-28-2012 10:36 AM

Quote:

Originally Posted by Seven Skins (Post 2385802)
Skin has been updated :)

Nice one thank, donation coming soon :)

skravlelatte 11-28-2012 12:35 PM

Worked like a charm! Thumbs up!

mat8861 12-07-2012 08:17 PM

Just really nice !!


All times are GMT. The time now is 10:49 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.01272 seconds
  • Memory Usage 1,739KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete