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
  #252  
Old 06-28-2008, 08:31 AM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.7.1 between 3.7.2 template changes for Clean Blue Template:

Open navbar template and find;

Code:
<if condition="$show['notifications']">
Replace with:

Code:
<if condition="$show['notifications'] AND $show['popups']">
Open forumhome template and find:

Code:
<thead>
    <tr>
        <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
    </tr>
</thead>
add below:

Code:
$template_hook[forumhome_wgo_pos1]
Find:

Code:
<!-- end logged-in users -->
</if>
Add below:

Code:
$template_hook[forumhome_wgo_pos2]
Find:

Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
Add below:

Code:
$template_hook[forumhome_wgo_stats]
Find:

Code:
</tbody>
Add below:

Code:
$template_hook[forumhome_wgo_pos3]
Find:

Code:
</tbody>
<!-- end today's birthdays -->
</if>
Add below:

Code:
$template_hook[forumhome_wgo_pos4]

Open footer template and find:

Code:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
Add below:

Code:
$template_hook[footer_links]
Open forumdisplay template and find:

Code:
<div><label for="fa_mpo"><input type="radio" name="do" id="fa_mpo" value="modposts" checked="checked" />$vbphrase[view_posts_queue]</label></div>
        <div><label for="fa_mat"><input type="radio" name="do" id="fa_mat" value="modattach" />$vbphrase[view_attachment_queue]</label></div>
        <div><label for="fa_mov"><input type="radio" name="do" id="fa_mov" value="move" />$vbphrase[massmove_threads]</label></div>
        <div><label for="fa_prn"><input type="radio" name="do" id="fa_prn" value="prune" />$vbphrase[massprune_threads]</label></div>
REplace with below:


Code:
<if condition="$show['post_queue']"><div><label for="fa_mpo"><input type="radio" name="do" id="fa_mpo" value="modposts" checked="checked" />$vbphrase[view_posts_queue]</label></div></if>
        <if condition="$show['attachment_queue']"><div><label for="fa_mat"><input type="radio" name="do" id="fa_mat" value="modattach" />$vbphrase[view_attachment_queue]</label></div></if>
        <if condition="$show['mass_move']"><div><label for="fa_mov"><input type="radio" name="do" id="fa_mov" value="move" />$vbphrase[massmove_threads]</label></div></if>
        <if condition="$show['mass_prune']"><div><label for="fa_prn"><input type="radio" name="do" id="fa_prn" value="prune" />$vbphrase[massprune_threads]</label></div></if>
Open showthread template and find:

Code:
<input type="hidden" name="p" value="$qrpostid" id="qr_postid" />
Add below:

Code:
<input type="hidden" name="specifiedpost" value="0" id="qr_specifiedpost" />
Reply With Quote
  #253  
Old 06-28-2008, 08:49 AM
CloneVince CloneVince is offline
 
Join Date: Sep 2004
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx a lot
Reply With Quote
  #254  
Old 06-28-2008, 10:22 AM
infinityloop infinityloop is offline
 
Join Date: Nov 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks!

i think there is a small error in the "Open forumdisplay template and find:" Step
in the replacecode you insert the "if" which is allready there again.
Reply With Quote
  #255  
Old 06-28-2008, 03:25 PM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by infinityloop View Post
thanks!

i think there is a small error in the "Open forumdisplay template and find:" Step
in the replacecode you insert the "if" which is allready there again.
These codes for who are using clean blue for vbulletin 3.7.1 (not upgraded version)

So ıf you are using 3.7.2 the codes are that I gave already defined in vbulletin 3.7.2 version.
Reply With Quote
  #256  
Old 06-28-2008, 07:56 PM
Mr. Hoddz Mr. Hoddz is offline
 
Join Date: Aug 2007
Location: England
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I update and not loss any of my modifications on this style? Is it at all possible? Got heavily modified postbit templates, and I don't want to lost it but it does need to be changed a little after the update.

Thanks.
Reply With Quote
  #257  
Old 06-29-2008, 06:27 AM
Sym0n Sym0n is offline
 
Join Date: Jul 2003
Location: Manchester
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HaYLaZ View Post
forumhome template and find:
Find:

Code:
</tbody>
Add below:

Code:
$template_hook[forumhome_wgo_pos3]
@ HaYLaZ, which </tbody> is the above referring too?

I've opted for

Code:
</tbody>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
And haven't noticed a problem, but I'd just like to double check.

@ Mr. Hoddz. Read the instructions posted by HaYLaZ 4 up, from your own post . If you get stuck post up and people will try to help you.
Reply With Quote
  #258  
Old 06-29-2008, 09:21 AM
Mr. Hoddz Mr. Hoddz is offline
 
Join Date: Aug 2007
Location: England
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah right, missed that bit.
Thanks for pointing that out =D
Reply With Quote
  #259  
Old 06-29-2008, 07:55 PM
pewa pewa is offline
 
Join Date: Feb 2008
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot!

Just a quick question.. the changes to FORUMDISPLAY and SHOWTHREAD that you're supposed to do I already had in my files? Is that because I've updated to the 3.7.1 version already?
Reply With Quote
  #260  
Old 06-29-2008, 08:10 PM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pewa View Post
Thanks a lot!

Just a quick question.. the changes to FORUMDISPLAY and SHOWTHREAD that you're supposed to do I already had in my files? Is that because I've updated to the 3.7.1 version already?
If you installed updated xml file it isnt necessary to make changes
Reply With Quote
  #261  
Old 06-30-2008, 02:08 AM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this work with 3.7.2
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 05:09 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.07559 seconds
  • Memory Usage 2,319KB
  • 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
  • (21)bbcode_code
  • (3)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
  • (2)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