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 - Turbo vB | forum-skins.com | (https://vborg.vbsupport.ru/showthread.php?t=232142)

The Rocketeer 04-22-2011 07:29 PM

please update the style

The Rocketeer 05-09-2011 06:10 AM

uninstalled*

angeljs 05-09-2011 08:10 PM

This is my new favourite style. :) I've managed to get it close to my old vB3 theme which I missed like crazy, so thank you!

Haywire0311 05-11-2011 12:19 AM

Also getting the array bug. Can anyone provide some help?

TomorrowsGaming 05-11-2011 11:25 AM

Quote:

Originally Posted by Haywire0311 (Post 2194261)
Also getting the array bug. Can anyone provide some help?


mmmm....Have you tried reverting the template? :D

shrimpca 05-12-2011 01:51 PM

I Can't chang BG color

Scalemotorcars 07-17-2011 02:10 AM

please update the style

Scalemotorcars 07-19-2011 02:48 AM

Fix for array error.

In Forumhome template change

PHP Code:

<vb:if condition="$activeusers">
                    <
ol class="commalist" id="wgo_onlineusers_list">
                        {
vb:raw activeusers}
                    </
ol>
                    </
vb:if> 

To ....................

PHP Code:

<vb:if condition="$activeusers">
                    <
ol class="commalist" id="wgo_onlineusers_list">
                        <
vb:each from="activeusers" value="loggedin">
                            <
li> {vb:stylevar dirmark}<class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                        </
vb:each>
                    </
ol>
                    </
vb:if> 


Delfi_r 07-21-2011 03:58 PM

Installed on 4.1.4 p2 the new thread menu dissapears.

I love it, but it's unusable on new installations

daveaite 07-22-2011 09:04 AM

Quote:

Originally Posted by Delfi_r (Post 2223259)
Installed on 4.1.4 p2 the new thread menu dissapears.

I love it, but it's unusable on new installations

Interesting I'll update it this weekend hopefully.

Updated Development Logs:
http://forum-skins.com/forum/showthr...=1166#post1166


All times are GMT. The time now is 06:53 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.01342 seconds
  • Memory Usage 1,743KB
  • 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_php_printable
  • (2)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