Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 4.x Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Turbo vB | forum-skins.com | Details »»
Turbo vB | forum-skins.com |
Version: 5.1, by daveaite daveaite is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Suite Style - Version: 4.x.x Rating:
Released: 01-03-2010 Last Update: 07-25-2011 Installs: 94
 
No support by the author.

Compatible with Facebook Connect OpenGraph

Visit Forum-Skins.com: Maker of the Most Free vBulletin 4.0 Designs on vB.org

Live Preview: Forum-skins.com[FLUID]

CMS:



Includes:
Fully Designed CMS: Yes!

Fully Designed Forums: Yes!

Fully Designed Blog: Yes!

More themes by Forum-Skins.com
Professional SEO Green Theme! |


fix log


v.5.1: Fixed editor buttons and arrray issue.
v.5.0 Fixed Profile issues & login issues.
V4.9 Compatible with Facebook Connect OpenGraph and vB4.04
V4.8: For vB4.03
v.4.7 Updates
v.4.6: Fix tab colors CSS in profiles.
v.4.02: Compatible
Theme 4.01
Improvements: Easier to read text, header fixes, link changes, and navigational changes. Fluid theme
Theme 4.0:
First Release


Download Now

File Type: zip Turbo.zip (458.1 KB, 312 views)

Show Your Support

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

Comments
  #132  
Old 04-22-2011, 07:29 PM
The Rocketeer's Avatar
The Rocketeer The Rocketeer is offline
 
Join Date: Jun 2010
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please update the style
Reply With Quote
  #133  
Old 05-09-2011, 06:10 AM
The Rocketeer's Avatar
The Rocketeer The Rocketeer is offline
 
Join Date: Jun 2010
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

uninstalled*
Reply With Quote
  #134  
Old 05-09-2011, 08:10 PM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #135  
Old 05-11-2011, 12:19 AM
Haywire0311 Haywire0311 is offline
 
Join Date: May 2010
Location: New Jersey
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also getting the array bug. Can anyone provide some help?
Reply With Quote
  #136  
Old 05-11-2011, 11:25 AM
TomorrowsGaming's Avatar
TomorrowsGaming TomorrowsGaming is offline
 
Join Date: Apr 2011
Location: In a Pacific Trance
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Haywire0311 View Post
Also getting the array bug. Can anyone provide some help?

mmmm....Have you tried reverting the template?
Reply With Quote
  #137  
Old 05-12-2011, 01:51 PM
shrimpca shrimpca is offline
 
Join Date: Apr 2011
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I Can't chang BG color
Reply With Quote
  #138  
Old 07-17-2011, 02:10 AM
Scalemotorcars's Avatar
Scalemotorcars Scalemotorcars is offline
 
Join Date: Mar 2006
Location: NC
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please update the style
Reply With Quote
  #139  
Old 07-19-2011, 02:48 AM
Scalemotorcars's Avatar
Scalemotorcars Scalemotorcars is offline
 
Join Date: Mar 2006
Location: NC
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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> 
Reply With Quote
  #140  
Old 07-21-2011, 03:58 PM
Delfi_r Delfi_r is offline
 
Join Date: Jul 2011
Location: Barcelona
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 4.1.4 p2 the new thread menu dissapears.

I love it, but it's unusable on new installations
Reply With Quote
  #141  
Old 07-22-2011, 09:04 AM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Delfi_r View Post
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
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 11:46 AM.


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.05188 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete