Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[release] vBulletin Sidemenu Details »»
[release] vBulletin Sidemenu
Version: 1.00, by imported_DemonZ imported_DemonZ is offline
Developer Last Online: Dec 2003 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 11-24-2002 Last Update: Never Installs: 2
 
No support by the author.

<font size="3">Forumhome Sidemenu</font>
An addon to the forumhome

This template is not much of a biggie, but it is another vision for your members. This template modification will make a sidemenu which will act as a Welcome Panel. You can use it for anything really.

Install Time: 2 - 3 Minutes
Screenshots: Next post's attachment
Download: Attachment in current post

Enjoy this new feature for your forums. Good luck.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 11-29-2003, 08:31 PM
imported_Blindchild02 imported_Blindchild02 is offline
 
Join Date: Sep 2002
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to make this on ALL pages, not just forumhome?
Reply With Quote
  #53  
Old 11-30-2003, 06:21 PM
imported_Blindchild02 imported_Blindchild02 is offline
 
Join Date: Sep 2002
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Blindchild02
is there a way to make this on ALL pages, not just forumhome?
..............................?
Reply With Quote
  #54  
Old 01-11-2004, 06:26 PM
Tannerman's Avatar
Tannerman Tannerman is offline
 
Join Date: Mar 2002
Location: Chicago, IL
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Let's say I wanted to have the sidebar on a forum display only, but not on forum home. For instance, I'm running one template for the top level of my forums, but a couple forums have their own templates. Thus, they aren't top level, but I would like a sidebar to show on these. Would I have to modify a different template with the same sort of thing?
Reply With Quote
  #55  
Old 01-11-2004, 09:25 PM
carryapple carryapple is offline
 
Join Date: Jan 2004
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same question as vladdy here - I've had that bar just about EVERYWHERE, but I didn't manage to get it to the left side yet. how could i do that?

Cheers!
Reply With Quote
  #56  
Old 01-21-2004, 12:25 PM
imageconstrux imageconstrux is offline
 
Join Date: Jan 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got this mod installed in a few places - very easy to do, looks very nice. But I have a layout question. In the forums where there is not a ton of activity, and there aren't very many threads, the threadlist is centered vertically relative to the sidemenu. This is an issue because my sidemenu is huge. Can anyone offer a tip as to how I might go about aligning the top of the threadlist with the top of the sidemenu?

Here's a link as an example of what I'm talking about: http://www.groundtradesxchange.com/f...?s=&forumid=32

Thanks in advance,

Jeff
Reply With Quote
  #57  
Old 01-29-2004, 03:21 PM
imageconstrux imageconstrux is offline
 
Join Date: Jan 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*bump*

Anybody?


Bueller?



Anybody?
Reply With Quote
  #58  
Old 04-02-2004, 09:15 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really love the side bar and I have been trying to place it in my site www.speakoutonline.net but everytime I paste the code in the side bar shows up on top of everything and on the right..
Can someone please help me with this???

Thanks
Reply With Quote
  #59  
Old 01-01-2005, 07:32 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can help.

I just modified this code to put into my VB3 gold. I got rid of alot of useless stuff I'm assuming was needed for VB2.

in the forumhome template find

<!-- main -->

add above:
Quote:
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<td align="center" width="90%">

find: <!-- /main -->

add below:
Quote:
<!-- sidemenu -->
</td>
<td width="1%"></td>
<td align="left" valign="top" width="8%">


<table cellpadding="4" cellspacing="1" border="0" width="100%" bgcolor="000000">
<tr>
<td width="100%" valign"top">




</td>
</tr>
</table>

</div />
</td>
</table>

<!-- /sidemenu -->
The other hack seemed to be more complicated then it had to be. With this code it will just put a 120x600 skyscraper box on the right hand side (perfect for ads).
Reply With Quote
  #60  
Old 01-23-2005, 03:57 AM
imageconstrux imageconstrux is offline
 
Join Date: Jan 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this address my issue or the one from RichieBoy? (Either way, thanks for addressing it. )
Reply With Quote
  #61  
Old 01-25-2005, 01:53 PM
imageconstrux imageconstrux is offline
 
Join Date: Jan 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just figured this out - changing the above <td align="center"> to <td valign="top"> does the trick.

Otherwise, unless the vertical space taken up by your forums (or threads in forum display, or posts in showthread) is larger than the sidebar/side menu, you will have an uneven look at the top of the page.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04989 seconds
  • Memory Usage 2,304KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete