Log in

View Full Version : Mini Mods - Icon Navbar


Cableguy69
12-27-2009, 10:00 PM
http://www.hostmypics.org/pictures/5cf552f2092a3386606f005cf86f007b.png

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.

{vb:raw ad_location.ad_navbar_below}

Above add.

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

fayax
12-28-2009, 02:15 AM
Can this be made into a proper mod with options to change the icons etc etc..whatever else you can think of.

I think it is pretty cool

Tagged.

Taurus1
12-28-2009, 05:56 AM
Hope you don't mind me asking here? Will this work for vb 3.8.4? Thanks!!

Cableguy69
12-28-2009, 11:01 AM
Can this be made into a proper mod with options to change the icons etc etc..whatever else you can think of.

I think it is pretty cool

Tagged.

I'm not sure how to make products yet.

Hope you don't mind me asking here? Will this work for vb 3.8.4? Thanks!!

It should do.

Taurus1
12-29-2009, 01:53 AM
Works on 3.8.4! Thanks.....does look a bit strange though. Wonder if you could perhaps help me on that??

Thanks, really appreciate it.

108479

Cableguy69
12-29-2009, 02:10 AM
Have you adjusted the border settings?

Taurus1
12-29-2009, 02:11 AM
Have you adjusted the border settings?

Sorry man!! I have no idea how to do that! Can you please help me with that?? ;)

Cableguy69
12-30-2009, 12:48 AM
It's ok if you don't know how then you won't have adjusted them, I'm not to sure how to put it right for you sorry.

Dr.osamA
12-30-2009, 07:15 AM
installed

thanxx man
________
Pornstars videos (http://www.++++tube.com/categories/32/pornstars/videos/1)

saihat
01-01-2010, 08:05 PM
Thanks

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

<vb:if condition="is_member_of($bbuserinfo, 2, 5, 6, 7)"><!-- Navbar Icon Links -->

arena
03-14-2010, 07:46 PM
Thank you.

FASEOFMARS
03-20-2010, 08:25 AM
love this code friend prolly the most excited i have been over one yet..

thanks your my hero!