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
  #262  
Old 06-30-2008, 04:21 AM
infinityloop infinityloop is offline
 
Join Date: Nov 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HaYLaZ View Post
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.
i have 3.7.1 installed, and if i follow your advice for the "forumdisplay template"
then my template looks like:

Code:
<if condition="$show['post_queue']"><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></if>
in your "search for" step you look for the code after the "<if condition="$show['post_queue']">", but in the replace code you insert the whole code segment including the "if"

so this gives you then
"<if condition="$show['post_queue']"><if condition="$show['post_queue']">"
Reply With Quote
  #263  
Old 06-30-2008, 01:15 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
i have 3.7.1 installed, and if i follow your advice for the "forumdisplay template"
then my template looks like:

Code:
<if condition="$show['post_queue']"><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></if>
in your "search for" step you look for the code after the "<if condition="$show['post_queue']">", but in the replace code you insert the whole code segment including the "if"

so this gives you then
"<if condition="$show['post_queue']"><if condition="$show['post_queue']">"
probably you have downloaded upgraded package so you cant find the codes which I gave.
Reply With Quote
  #264  
Old 06-30-2008, 03:58 PM
BucWiLd's Avatar
BucWiLd BucWiLd is offline
 
Join Date: Jun 2008
Location: pa, usa
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i would love to get this temp.. but i am so new to this stuff it crazy. i even played to have my forum settup.. i know pathetic.. can someone explain to me how i can get this to my page? pleeease?
Reply With Quote
  #265  
Old 07-01-2008, 02:20 AM
Mike Gaidin's Avatar
Mike Gaidin Mike Gaidin is offline
 
Join Date: Oct 2001
Location: Michigan
Posts: 247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice skin. Thank you for sharing.
Reply With Quote
  #266  
Old 07-01-2008, 03:13 AM
frozen187 frozen187 is offline
 
Join Date: Mar 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great skin! I'm having a few problems editing the nav bar, when I do add my codes it messes up everything these are the ones I'm trying to get working.

Code:
In 'navbar' template:
FIND:
-----------------------------------------------------------
<if condition="$show['member']">
				<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
-----------------------------------------------------------
BELOW ADD:
-----------------------------------------------------------
<td class="vbmenu_control"><a href="search.php?do=finduser&u=$bbuserinfo[userid]" accesskey="2">My Posts</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span></td>
-----------------------------------------------------------
FIND:
-----------------------------------------------------------
	</if>
<!-- / NAVBAR POPUP MENUS -->
-----------------------------------------------------------
ABOVE ADD:
-----------------------------------------------------------
<!-- My Posts Menu -->
<div class="vbmenu_popup" id="navbar_myposts_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr>
			<td class="thead">My Posts</td>
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>	
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td>	
		</tr>
		</table>
	</div>
<!-- / My Posts Menu -->
Code:
Put this where you would like it to appear on your navbar/header
$dsl_link_menu
Find NAVBAR POPUP MENUS in header/navbar template and add this below it:
$dsl_link_menu_options
Any ideas how to make them work?
Reply With Quote
  #267  
Old 07-01-2008, 09:40 AM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by frozen187 View Post
Great skin! I'm having a few problems editing the nav bar, when I do add my codes it messes up everything these are the ones I'm trying to get working.

Code:
In 'navbar' template:
FIND:
-----------------------------------------------------------
<if condition="$show['member']">
				<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
-----------------------------------------------------------
BELOW ADD:
-----------------------------------------------------------
<td class="vbmenu_control"><a href="search.php?do=finduser&u=$bbuserinfo[userid]" accesskey="2">My Posts</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span></td>
-----------------------------------------------------------
FIND:
-----------------------------------------------------------
	</if>
<!-- / NAVBAR POPUP MENUS -->
-----------------------------------------------------------
ABOVE ADD:
-----------------------------------------------------------
<!-- My Posts Menu -->
<div class="vbmenu_popup" id="navbar_myposts_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr>
			<td class="thead">My Posts</td>
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>	
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td>	
		</tr>
		</table>
	</div>
<!-- / My Posts Menu -->
Code:
Put this where you would like it to appear on your navbar/header
$dsl_link_menu
Find NAVBAR POPUP MENUS in header/navbar template and add this below it:
$dsl_link_menu_options
Any ideas how to make them work?
Remove the <td class="vbmenu_control"> part of it, so for example try:
Code:
<a href="search.php?do=finduser&u=$bbuserinfo[userid]" accesskey="2">My Posts</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span>

For your first bit.

And in this style the buttons are in the header not the navbar.
Reply With Quote
  #268  
Old 07-01-2008, 06:50 PM
anderow anderow is offline
 
Join Date: Jun 2008
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great template to the OP

But Im having a few problems installing ibProArcade v2.6.7

Ive got to
Quote:
click SAVE and edit the Template navbar (below "Navigation/Breadcrumb Templates")

In this navbar-Template search for:
and then it says to find this...

Quote:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
and below it add

Quote:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

But Ive searched the template and the td class vbmenu_control is not in there?

Does anyone know why this is and where can I find it please?

Ive searched the style and cant find any reference to any of the above code :down:
Reply With Quote
  #269  
Old 07-02-2008, 08:36 AM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BuCwIld View Post
i would love to get this temp.. but i am so new to this stuff it crazy. i even played to have my forum settup.. i know pathetic.. can someone explain to me how i can get this to my page? pleeease?
Dowload zip package.

extract it to your pc. Open cb folder you will se uplaod and dont uplaod folders just open uplaod folder and you will see cb folder upload it to your forums root (near index.php)

Login admincp

admincp>>styles & templates>>download -uplaod styles>>click browse than select the xml file which was located in dontupload/xml folder select it and than press import.

If you want to make it your default style;

Vbulletin options>>style & language options>>Default style section select Clean Blue than save.

Quote:
Originally Posted by frozen187 View Post
Great skin! I'm having a few problems editing the nav bar, when I do add my codes it messes up everything these are the ones I'm trying to get working.

Code:
In 'navbar' template:
FIND:
-----------------------------------------------------------
<if condition="$show['member']">
				<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
-----------------------------------------------------------
BELOW ADD:
-----------------------------------------------------------
<td class="vbmenu_control"><a href="search.php?do=finduser&u=$bbuserinfo[userid]" accesskey="2">My Posts</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span></td>
-----------------------------------------------------------
FIND:
-----------------------------------------------------------
	</if>
<!-- / NAVBAR POPUP MENUS -->
-----------------------------------------------------------
ABOVE ADD:
-----------------------------------------------------------
<!-- My Posts Menu -->
<div class="vbmenu_popup" id="navbar_myposts_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr>
			<td class="thead">My Posts</td>
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>	
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td>	
		</tr>
		</table>
	</div>
<!-- / My Posts Menu -->
Code:
Put this where you would like it to appear on your navbar/header
$dsl_link_menu
Find NAVBAR POPUP MENUS in header/navbar template and add this below it:
$dsl_link_menu_options
Any ideas how to make them work?

The navbar links are located at header template not in navbar template.

You must add your links to header template and you must put your dropdown menu links to navbar template;

Explaining more;

Open header template and find;

Code:
<div class="nvlink" align="center">
Add your codes below it;

Example:

Code:
<a href="search.php?do=finduser&u=$bbuserinfo[userid]" accesskey="2">My Posts</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span>
For your dropdown menu;

Open navbar template and find;

Code:
<!-- / NAVBAR POPUP MENUS -->
Add your menu codes below it;

Example:

Code:
<!-- My Posts Menu -->
<div class="vbmenu_popup" id="navbar_myposts_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr>
			<td class="thead">My Posts</td>
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>	
		</tr>
		<tr>
		<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td>	
		</tr>
		</table>
	</div>
<!-- / My Posts Menu -->

Quote:
Originally Posted by anderow View Post
great template to the OP

But Im having a few problems installing ibProArcade v2.6.7

Ive got to

and then it says to find this...



and below it add




But Ive searched the template and the td class vbmenu_control is not in there?

Does anyone know why this is and where can I find it please?

Ive searched the style and cant find any reference to any of the above code :down:

Please read this post carefully. I told how can you add more links to header or navbar.
Reply With Quote
  #270  
Old 07-02-2008, 11:28 PM
frozen187 frozen187 is offline
 
Join Date: Mar 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried doing as you posted and no matter where I put the my post menu it will effect the next link to the right. So My Post will show and then the FAQ will have a drop down menu with My Posts.
Reply With Quote
  #271  
Old 07-03-2008, 08:34 AM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you must add like below;

add your link header which will open when clicked.

open header template and add ;

<a id="yourmenuname" href="$show[nojs_link]#yourmenuname" >Your link Name</a><script type="text/javascript"> vbmenu_register("yourmenuname",true);</script>

Than open navbar template and add your dropdown menu codes like below;


<!-- My Posts Menu -->
<div class="vbmenu_popup" id="yourmenuname" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">My Posts</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronl y=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td>
</tr>
</table>
</div>
<!-- / My Posts Menu -->

Carefull the red colored names they must be same name for work properly.
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 12:59 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.05168 seconds
  • Memory Usage 2,348KB
  • 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
  • (13)bbcode_code
  • (9)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