The Arcive of vBulletin Modifications Site. |
|
Images as quick links to forums Details »»
|
|||||||||||||||||||||||||
I wanted to put show some images to act as quick links to forums, to save users scrolling down, I also wanted to show American guests in a friendly way that we are a soccer forum, we Brits hate that word and use football, which can cause confusion.
There is a MOD that does something similar, but it was far too complicated for such a simple exercise. What I did was create a one row table to display the images, within the Navbar template. You can see the result here : http//www.talkoftheterrace.net Here is how to do it : ACP>Style Manager>Your Style>Edit Template>Navbar & Breadcrumbs>Navbar Find : Code:
{vb:rawphrase advanced_search}</a></li>
{vb:raw template_hook.navbar_advanced_search}
</ul>
</div>
</vb:if>
</div>
Code:
<table> <tr> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?104-English-Premier-League"?><img src="images/navicons/epl.png"> </a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?105-Scottish-Football"><img src="images/navicons/spfl.png"> </a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?106-Npower-Championship"><img src="images/navicons/npwr.png"> </a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?107-Npower-Leagues-1-amp-2"><img src="images/navicons/npwr.png"> </a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?109-Champions-League"><img src="images/navicons/ecl.png"> </a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?110-Europa-League"><img src="images/navicons/uropa.png"></a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?108-Cup-Competitions"><img src="images/navicons/cups.png"></a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?111-European-Club-Football"><img src="images/navicons/uefa.png"></a></p></td> <td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?112-Internationals"><img src="images/navicons/fifa.png"></a></p></td> </tr> </table> My images are 48 x 48 px, I still think they look a little big, resize yours to whatever you want. Hope this works for you Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Looking superb that mate Will install Shortly on our Forums!!! Many thanks Sir
|
|
#3
|
|||
|
|||
|
Glad you like it :up:
|
|
#4
|
||||
|
||||
|
I have a Custom Theme installed and Within the Navbar the Code I need to Find and Add the new below is not in My template.Is there anywhere else I can add this in my Navbar Template?
|
|
#5
|
|||
|
|||
|
Quote:
Try placing it below this : Code:
<div id="breadcrumb" class="breadcrumb"> |
|
#6
|
||||
|
||||
|
Thanks Sir will try that this evening once home!!
|
|
#7
|
||||
|
||||
|
Quote:
Works Superb Sir thank you |
|
#8
|
||||
|
||||
|
Looks good - tagged for later
|
![]() |
|
|