Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Clean Blue Details »»
Clean Blue
Version: 1.00, by HaYLaZ HaYLaZ is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Version: 3.7.4 Rating:
Released: 02-24-2008 Last Update: 12-17-2008 Installs: 362
Translations  
No support by the author.

Installation

Uplaod cb folder to forums root than import style xml file (fixed or fluid)

Zip Contains

Logo and buttons psd file.

Attachments

Screenshots are added.
Turkish Buttons Added
Post Thanks button Added
  • Fixed double search buttons
  • Updated vbulletin 3.7.0 Gold
  • Updated vbulletin 3.7.1
  • Updated vbulletin 3.7.2
  • Updated vbulletin 3.7.3

For Adding more links to navbar please Read the posts.

Show Your Support

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

Comments
  #92  
Old 05-01-2008, 03:10 PM
strive_zoul strive_zoul is offline
 
Join Date: Dec 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers mate! Im installing
Reply With Quote
  #93  
Old 05-01-2008, 03:48 PM
webspider webspider is offline
 
Join Date: Jun 2003
Location: Canada
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice style. Could you make a matching "Groan" button as well?

Thanks
Reply With Quote
  #94  
Old 05-01-2008, 05:58 PM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Button added in this post

https://vborg.vbsupport.ru/showpost....2&postcount=89
Reply With Quote
  #95  
Old 05-01-2008, 06:02 PM
webspider webspider is offline
 
Join Date: Jun 2003
Location: Canada
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Big Thanks!
Reply With Quote
  #96  
Old 05-01-2008, 11:51 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HaYLaZ View Post


Just add your dwropdown menu codes into navbar template. Than add your menu link code header like below;
good job thanks
Reply With Quote
  #97  
Old 05-02-2008, 10:01 AM
TheProphet TheProphet is offline
 
Join Date: Apr 2004
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cheers for the update...
Reply With Quote
  #98  
Old 05-03-2008, 12:21 AM
yousellstuff yousellstuff is offline
 
Join Date: Apr 2008
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if i wanted to add a contact button in the top nav bar, what would i do
Reply With Quote
  #99  
Old 05-04-2008, 02:13 AM
XnaMe XnaMe is offline
 
Join Date: Sep 2007
Location: Europe
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here when tell how to do that, but i get some problems! When i search for
Quote:
<td class="thead">$vbphrase[threads]</td>
i found it only in other skins, but in this no!!!

Can anyone tell me how to do that with this skin?

Thanks!

Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!
Reply With Quote
  #100  
Old 05-04-2008, 02:24 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yousellstuff View Post
if i wanted to add a contact button in the top nav bar, what would i do
this works, just copy and paste

Code:
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>
Reply With Quote
  #101  
Old 05-04-2008, 05:10 PM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by XnaMe View Post
Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here when tell how to do that, but i get some problems! When i search for
i found it only in other skins, but in this no!!!

Can anyone tell me how to do that with this skin?

Thanks!

Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!
forumhome templates>forumhome_level1_nopost template find and remove red codes;

Code:
<td class="thead" width="3%">&nbsp;</td>
   <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
    <td class="thead" width="5%">$vbphrase[threads]</td>
   <td class="thead" width="5%">$vbphrase[posts]</td>
   <if condition="$vboptions[showmoderatorcolumn]">
   <td class="thead" width="10%">$vbphrase[moderator]</td>
open forumhome_level2_post template find and remove red codes;

Code:
<td class="alt2" width="175" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1" width="65">$forum[threadcount]</td>
<td class="alt2" width="65">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1" width="120"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
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 02:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04577 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete