View Full Version : New To Site? Need Help? How?
Skierpetros
05-29-2009, 07:05 AM
How can i insert the navigation New To Site? Need Help? as it is in vbulletin.org in my forum... is there any mod for this?
Lynne
05-29-2009, 03:27 PM
The stuff in the footer? I believe there is a modification for that. Try searching "footer*" in "all mods" "titles only"
Brandon Sheley
05-29-2009, 03:33 PM
insert the navigation where ?
Skierpetros
05-29-2009, 07:46 PM
like this navigation in the footer
Seven Skins
05-29-2009, 07:56 PM
You can add some thing like this in your footer template.
<table class="tborder" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr><td class="thead">Column #1</td><td class="thead">Column #2</td></tr>
<tr>
<td class="alt1" nowrap="nowrap" valign="top">
<li><a href="index.php">Link 1</a></li>
<li><a href="index.php">Link 1</a></li>
<li><a href="index.php">Link 1</a></li>
<li><a href="index.php">Link 1</a></li>
</td>
<td class="alt1" nowrap="nowrap" valign="top">
<li><a href="index.php">Link 1</a></li>
<li><a href="index.php">Link 1</a></li>
<li><a href="index.php">Link 1</a></li>
<li><a href="index.php">Link 1</a></li>
</td>
</tr>
</table>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.