Thread: Clean Blue
View Single Post
  #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
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01202 seconds
  • Memory Usage 1,801KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete