Add links under like this in bluefox?

h@ck3r

New Member
As title..

I would like to add some links to my forum like this:

capture1-9.jpg


How would I go about doing this?
 
Go to Style Manager -> Edit Navbar Template

Search
PHP:
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

Add Above:
PHP:
<!-- second nav button row -->
<div align="center">
	<table class="tborder adv" align="center" border="0" cellpadding="6" cellspacing="1" width="100%"><tbody><tr>
	<tr align="center">	
		<td class="alt1" width="20%"><a href="URL" target="_blank">LINKED TEXT</a></td>
		<td class="alt1" width="20%"><a href="URL" target="_blank">LINKED TEXT</a></td>
		<td class="alt1" width="20%"><a href="URL" target="_blank">LINKED TEXT</a></td>
		<td class="alt1" width="20%"><a href="URL" target="_blank">LINKED TEXT</a></td>
		<td class="alt1" width="20%"><a href="URL" target="_blank">LINKED TEXT</a></td>
	</tr>
	</table>
<br />
</div>
<!-- / second nav button row -->
 
Many thanks Aioforum ... works perfectly :)

Curtis129 said:
do the above if you want it to show above the box with the login form....

When adding the code- I though that too. But it displays UNDER the login box :)

bluescorpion said:
You can put that code in multiple places too. Pretty sure I have seen it in footers too...

Cheers bud.

May actually add it to the footer also. :)
 
h@ck3r said:
Many thanks Aioforum ... works perfectly :)



When adding the code- I though that too. But it displays UNDER the login box :)



Cheers bud.

May actually add it to the footer also. :)
Glad It worked...
Welcome
 
Back
Top