The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Navbar Images
I have Googled all over the place, searched vBulletin.org, as well as many other vBulletin related sites and I cannot find any tips on how to replace the text links in the vBulletin Navbar with images.
Does anyone know how to do this? I believe it requires editing the Navbar template at the <!-- nav buttons bar --> . <!-- /nav buttons bar --> location but I don't know how this is done. I tried simply replacing this: <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> with this: <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">img src="images/myimage.gif"</a></td> but that didn't work. I then tried using <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">url('images/myimage.gif')</a></td> but that doesn't work either. Can anyone explain how to do this? Thanks |
#2
|
|||
|
|||
This one is almost right:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">img src="images/myimage.gif"</a></td> I think what your problem is might be caused by the lack of tags. (I have no idea if this is the proper term, heh.) Try changing the red text into: <img src="images/myimage.gif"> |
#3
|
||||
|
||||
Cip is correct. You weren't using a proper image tag. Make sure your image path is correct. The correct line, using Cip's image tag, would be:
HTML Code:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]"><img src="images/myimage.gif"></a></td> |
#4
|
|||
|
|||
Quote:
I now have just one problem withthe navbar,... I have replaced all of the text links with images but I want to get rid of those two little 'down arrows' next to the "Search" and "Quick Links" buttons. Can you tell me what part of the template code controls these? Thanks, I really do appreciate your help. |
#5
|
||||
|
||||
search "arrows" "titles only" and you get this - Removing arrows from dropdown menu links
|
#6
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|