vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Icon Navbar (https://vborg.vbsupport.ru/showthread.php?t=231368)

Cableguy69 01-02-2010 01:23 AM

Don't forget to click install ;)

vsavin 01-04-2010 07:41 PM

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

Thanks In Advance!

teamshultz 01-05-2010 04:33 AM

Is there any way to isolate this to just the forums? In other words, how do I keep it off my front page?

COL NIL SATIS 01-12-2010 08:24 PM

thanks for this!! works well..cheers..!!

syrus.xl 01-15-2010 12:24 AM

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.

joseduddy 01-29-2010 04:09 AM

Very nice . Thanks

Marked Installed !!

betts02 01-30-2010 09:50 PM

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

Aclikyano 02-08-2010 03:54 AM

need the code to show only for registered members please!

Cableguy69 02-08-2010 10:10 PM

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 -->

arena 03-14-2010 07:46 PM

Thank you.


All times are GMT. The time now is 02:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01157 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete