Version: 1.00, by TheAnt
Developer Last Online: Jul 2004
Version: Unknown
Rating:
Released: 11-15-2003
Last Update: Never
Installs: 0
No support by the author.
After seeing how you guys liked my vB3 Sidebar, I have decided to re-write it. This mod now calls the sidebar in as a template to save work on editing templates.
-----
Template Edits: 1
File Edits: 1
Templates Added: 1
Estimate Time to Install: 3 minutes
-----
Version 1: Simple Template Edit to FORUMHOME
Version 2: Updated to work witih vB3 GAMMA. Made to be called in as a template via PHP. Template SIDEBAR added for better usability and working on the sidebar.
Version 3: Planned to be fully integrated as vB Options to be able to turn the sidebar on or off, plans for different sidebars for different pages.
Online Demo: http://rubb3rducky.com
This cannot be reposted without my EXPLICIT WRITTEN PERMISSION
Work removed, Im suprised someone didnt report this, NO FILE BASED HACKS ARE ALLOWED HERE.
-Faranth
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
####################################
##Sidebar Navigation Template Mod###
####################################
## Written by: Ant ###
## Website: http://anzanime.net ###
## Created on: 11.16.03 ###
####################################
## Templates Added: 0 ###
## Templated Edited: 1 ###
## Edited Templates: ###
## -FORUMHOME ###
####################################
Open template FORUMHOME.
Search for:
###################
$navbar
###################
Add DIRECTLY UNDER ON A NEW LINE:
###################
<!-- Nav Table -->
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="7" border="0"><tr><td width="150px" valign="top">
<!-- Sidebar -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead"><span class="smallfont"><b>SideBar Navigation</b></span></td>
</tr>
<!-- Duplicate from here to next comment to add more rows to your sidebar --><tr>
<td class="tcat">
<b>User Options</b>
</td>
</tr>
<tr>
<td class="alt2">User Options will go here once vB3 Gold is released and the templates are finalized.
This is just so I can learn how to use vB3's template powers. </td>
</tr>
<!-- End Duplicating of Table Rows -->
</table>
</td></tr></table>
<!-- /Sidebar -->
</td>
<td>
<!-- /Nav Table -->
###################
###################
Search for:
###################
<!-- /timezone -->
###################
Add DIRECTLY UNDER ON A NEW LINE:
###################
<!-- Nav Table -->
</td>
</tr></table>
<!-- /Nav Table -->
###################
And that's it, you're done! Simple, ne?
You can change the text to whatever you want, add links, ect.
You don't have to give me credit for this, but it cannot be re-released without my permission.
I will update this for vB3 Gold once it comes out, but it might not need much changing if the
style variables do not change.
This is NOT 100% XHTML compatible.