Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Icon Navbar Details »»
Icon Navbar
Version: 1.00, by Cableguy69 Cableguy69 is offline
Developer Last Online: Jan 2011 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.0 Rating:
Released: 12-27-2009 Last Update: Never Installs: 31
Template Edits
Re-useable Code  
No support by the author.



I based this off this mod. https://vborg.vbsupport.ru/showthread.php?t=228492

This is really simple to do. In the Navbar Template (Navigation / Breadcrumb > Navbar)

Find.

PHP Code:
{vb:raw ad_location.ad_navbar_below
Above add.

Code:
<!-- Navbar Icon Links -->
<div align="center"><font size="3" color="red"><b>Your Title Here</b></font></div>
<br>
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="90%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
</table>
</div>
<!-- / Navbar Icon Links -->
<br>
Change the bits in red to suit your needs, my images are all 50px high.

Show Your Support

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

Comments
  #12  
Old 01-02-2010, 01:23 AM
Cableguy69 Cableguy69 is offline
 
Join Date: Apr 2008
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't forget to click install
Reply With Quote
  #13  
Old 01-04-2010, 07:41 PM
vsavin vsavin is offline
 
Join Date: Mar 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where did you get those icons for the Navbar? can you post them? i would like to use some of them.

Thanks In Advance!
Reply With Quote
  #14  
Old 01-05-2010, 04:33 AM
teamshultz teamshultz is offline
 
Join Date: Dec 2009
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to isolate this to just the forums? In other words, how do I keep it off my front page?
Reply With Quote
  #15  
Old 01-12-2010, 08:24 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for this!! works well..cheers..!!
Reply With Quote
  #16  
Old 01-15-2010, 12:24 AM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do not understand why people are releasing mods like this, which are not strict xHTML compliant, this is what vBulletin 4.0 is all about. The use of tables is depreciated, and should be using div's and css only.
Reply With Quote
  #17  
Old 01-29-2010, 04:09 AM
joseduddy's Avatar
joseduddy joseduddy is offline
 
Join Date: Oct 2005
Location: Biddeford,Maine
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice . Thanks

Marked Installed !!
Reply With Quote
  #18  
Old 01-30-2010, 09:50 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Been looking for something like this for ages, did my own on 3,8,4 but this looks laod better and easier to edit, many thanks
Reply With Quote
  #19  
Old 02-08-2010, 03:54 AM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

need the code to show only for registered members please!
Reply With Quote
  #20  
Old 02-08-2010, 10:10 PM
Cableguy69 Cableguy69 is offline
 
Join Date: Apr 2008
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 2, 5, 6, 7)"><!-- Navbar Icon Links -->
<div align="center"><font size="3" color="red"><b>Your Title Here</b></font></div>
<br>
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="90%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
<td class="vbmenu_control"><a href="your link here"><img src="image link here"><p>link title</p></a></td>
</table>
</div>
<!-- / Navbar Icon Links -->
<br></vb:if>
In the first line change the usergroups ID's to suit. These are the groups that can view the nav buttons

Code:
<vb:if condition="is_member_of($bbuserinfo, 2, 5, 6, 7)"><!-- Navbar Icon Links -->
Reply With Quote
  #21  
Old 03-14-2010, 07:46 PM
arena's Avatar
arena arena is offline
 
Join Date: Oct 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you.
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 07:33 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.11054 seconds
  • Memory Usage 2,333KB
  • 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_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (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
  • (2)pagenav_pagelink
  • (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