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 - Zen v1.1 - Mac Style by vbzenstudio | new (https://vborg.vbsupport.ru/showthread.php?t=248375)

CubicWebs 06-17-2012 12:24 AM

Love it going to try it on vb4.2.0 :D

betadoor 07-05-2012 10:23 PM

its not work on vbulletin 4.2.0... :-(

imported_pmay68 07-06-2012 12:36 AM

update this one PLEASE :)

sodasusu 07-06-2012 06:36 AM

RIP for vb 4.2.0

kamrandahir 07-06-2012 07:22 PM

not compatible with Latest version 4.2.0 Patch Level 2

http://www.imagebam.com/image/ef830d200362135

plz update ur theme bro :D

Karma1337 07-22-2012 03:20 PM

Please update!

Hijinx 07-29-2012 07:16 AM

Does anyone know how to fix the broken Style Chooser when this theme is applied? Im on 4.2.0 and everything works except that style selector

Krusty1231 07-29-2012 09:24 AM

Quote:

Originally Posted by Hijinx (Post 2352274)
Does anyone know how to fix the broken Style Chooser when this theme is applied? Im on 4.2.0 and everything works except that style selector

Go into your footer template and edit it.

find:

Code:

<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">


        <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>

        <vb:if condition="$show['languagechooser']">
            <select name="langid" onchange="switch_id(this, 'lang')">
                <optgroup label="{vb:rawphrase quick_language_chooser}">
                    {vb:raw languagechooserbits}
                </optgroup>
            </select>
        </vb:if>
    </form>

and replace with:
Code:

<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">

        <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>

        <vb:if condition="$show['languagechooser']">
            <select name="langid" onchange="switch_id(this, 'lang')">
                <optgroup label="{vb:rawphrase quick_language_chooser}">
                    {vb:raw languagechooserbits}
                </optgroup>
            </select>
        </vb:if>
    </form>


Hijinx 07-29-2012 03:09 PM

Awesome, It works now, however the Nav Tabs aren't updating when I add new Tabs. It only keeps the forums and whats new.

Ideas? Solutions?

Krusty1231 07-30-2012 08:21 AM

See this post by Socialteenz:

https://vborg.vbsupport.ru/showthread.php?t=283477

That should fix you up!


All times are GMT. The time now is 01:08 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.01174 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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