Log in

View Full Version : vB3 Sidebar


TheAnt
11-15-2003, 10:00 PM
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 (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

Asterik
11-16-2003, 05:17 PM
O_O *bows* lol wow, great job man =D

imported_barbeque
11-17-2003, 12:35 PM
The idea is nice :D

It would be nice to have that menu not only in forumhome but also in the forumdisplay and threaddisplay screens
So I was wondering, wouldn't it be better to make the menu as a seperate template, and call that template from within those 3 displays i just mentioned?
That would be sweet!

TheAnt
11-17-2003, 09:16 PM
Well, I'll try and release a modification for it to display on the those three pages, but I made it so it's frontpage only - much much more easy on the serverload.

-Shocker-
11-20-2003, 08:27 PM
Is there a way to move it to the left side?

TheAnt
11-20-2003, 08:35 PM
Outdated Code....

-Shocker-
11-20-2003, 08:40 PM
Ok, thanks for doing that! :)

charlyc
11-28-2003, 05:48 AM
Can this be made into a teplate and called out within the FORUMHOME template?

Brad
11-28-2003, 06:53 AM
Please post the code in a text file, thanks.

SirSteve
12-07-2003, 05:11 AM
I too would like to see this used on ALL vb pages.

idwf
12-07-2003, 07:22 AM
good job. *thumbs up*

Smitty
12-08-2003, 09:41 AM
Plans to update for Gamma?

gmarik
12-10-2003, 10:45 AM
A demo site or preview.gif would be something ... :)

Kihon Kata
12-12-2003, 06:20 PM
Love it!! Thanks!

Used it here: http://www.makeuptalk.com/forums






If you want it on the left side....


####################################
##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.

gmarik
12-13-2003, 03:07 PM
You coud add some design too, Tony

Kihon Kata
12-13-2003, 03:37 PM
Where? here: http://www.MakeupTalk.com?

That was a forum I sent you to, did you see the regular site?



You coud add some design too, Tony

gmarik
12-13-2003, 04:02 PM
The one - I could send you .psd template, the site is silly, doen't you think so? Too pink!

SirSteve
12-14-2003, 11:48 AM
What about on ALL Pages and above the Nav Bar? Like so:

www.sirstevesguide.com/forums

However, my way is not optimal.

imported_Vigile
12-15-2003, 09:26 AM
What about on ALL Pages and above the Nav Bar? Like so:

www.sirstevesguide.com/forums

However, my way is not optimal.
you tabled yours between the header and the footer. not the navbar. Thats the only way it would show up on error pages where there is no navbar.

Kihon Kata
12-15-2003, 11:52 AM
Yea, send me the psd, let's see what you got

email it to: tony@tonysdesignsDOTcom

I will be looking for it

Thanks


The one - I could send you .psd template, the site is silly, doen't you think so? Too pink!

TheAnt
12-15-2003, 11:54 AM
Updated the Template Mod for Gamma Usability

Kihon Kata
12-15-2003, 12:02 PM
? What do you mean

Updated the Template Mod for Gamma Usability

TheAnt
12-15-2003, 12:11 PM
I rewrote the mod. It now works with GAMMA and it is coded differently

imported_Vigile
12-17-2003, 04:06 AM
i hate to be a ballbuster, but since your gamma update inludes the file change, is this not considered a hack and not supposed to be posted here?

TheAnt
12-18-2003, 12:04 AM
That does not necessarily have to go in index.php, it can also go in the PHP INCLUDE START Template.

imported_Vigile
12-18-2003, 03:49 AM
That does not necessarily have to go in index.php, it can also go in the PHP INCLUDE START Template.
this is true and the reason I have been running it on my test forum using the phpinclude template rather than the file edit.

also, If I may say, you could also put you forumhome edit in the navbar or header and the sidebar in the footer to have your mod show on all pages. At least after jelsoft put the navbar option back into the error pages, the navbar could be used to hold the forumhome part of your mod without issue.

Kihon Kata
01-01-2004, 05:22 PM
I never got your .psd. Can you re-email it to tony@tonysdesigns.com

The one - I could send you .psd template, the site is silly, doen't you think so? Too pink!

rrottman
01-05-2004, 10:12 AM
I could not find

<!-- /timezone -->

in FORUMHOME.
Any idea?

And: This only displays the sidebar on the main forum page. How do I get it to every forum page?

Thanks in advance.
Ralf

Chris|vB
01-06-2004, 04:40 AM
Nice work man.

Darren

imported_iKwak
03-07-2004, 02:29 AM
Can't wait for this hack to be ready for versin 3 Gold or RC4.

masimonds
04-08-2004, 02:47 PM
Is there any updates on this for Gold, or has anyone got this to work with gold?

aky
04-09-2004, 06:38 AM
any updates for gold?

imported_[FG]Omega
04-10-2004, 03:00 PM
Omega]I'd love to use this hack for Gold. Anyone got it? Just for Forumhome, not for all pages. thank you :)

*edit*: solved. It was too easy ^_^