Quote:
Originally Posted by Julio
OK Guys.. please bear my ignorance.. I just installed the mod.. and I know it works.. since I tested my: http://www.mysite.net/forums/vBTube.php
Now.. How exactly do I "call it" from the navbar? I created a .GIF that reads vbTube, that I want to include in the Navbar. How exactly do I do that? Any help will be greatly appreciated.
|
Place this in your navbar template where you would like the image to show up:
Code:
<td class="vbmenu_control"><a href="$vboptions[bburl]/vBTube.php$session[sessionurl_q]"><img src="$vboptions[bburl]/images/your.gif" alt="vBTube"></a></td>
this assumes that your image is in your forum images directory - if it is elsewhere change the path. Also change
your.gif to the name of your image