Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
Fixed Sidebar On All Pages (left side) Details »»
Fixed Sidebar On All Pages (left side)
Version: 1.00, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.6.2 Rating:
Released: 10-09-2006 Last Update: Never Installs: 44
Template Edits
 
No support by the author.

This modification provides a fixed sidebar on the left side of your forums.

In IE7 and Firefox, the sidebar scrolls to remain stationary on the page. However, in IE6 it works as a normal sidebar and moves with the content.

Installation instructions are in the attached text file.




FAQ's

I've got it installed, how do I edit it?
In the header template you will find the main body of the column. This is in a tabular format consistant with all content in vBulletin.
By default I have included one (1) heading and eight (8) content rows.
To edit these locate the text Heading in the header template and replace it with whatever you wish to have it say. Repeat the process for the content.

It's too wide, can I make it narrower?
It's too narrow, can I make it wider?

Yes this is possible. However, it requires a few changes to the code not just tot he table with in the header template.
Start by changing the with in your header template, then in the additional CSS definitions change the 160 in the navigation section to the same as your width of your table, and the 165 in the content section to the width of your table plus 5.

The top of the column overlaps my header.
The top of my column is not in line with my navbar.

In the additional CSS definitions find
Code:
top:105px;
Change the number as appropriate for your style. You may need to experiment with this. The default value is correct for on the default vBulletin style.
Remember that the lower down the page your column sits, the less content you can place in it (see why do I need to watch the height of my content?).

Why do I need to watch the length of my content?
Because this sidebar stays in place when the forums scroll, it is important to pay attention to the length of the content. If you fill your side column with content based on your screen resolution, then anything at the bottom will be hidden from users with a smaller resolution. In total, the length of your column plus the top margin (default 105) should not exceed 580px. This is to allow for users with an 800x600 screen resolution.

Can you release this as a plugin/product?
No. Due to the additional CSS definitions requirements it is not possible to release this as a product or plugin. I have no intention of attempting this further in the near future.

So you are not releasing it as a product. Does that mean that someone else can?
Can I translate this modification?
Can I redistribute this modification?

Any ports of this modification to other versions or to be a product will be carried out by myself. No permission is given for ports, translations, or distributions. The only exception to this is translation for release at vBHacks-Germany.org

Are there any plans for a right sided version?
Yes. However, due to current time restraints (and current lack of internet access) this will not happen until later in the year. Please don't keep asking about it, when I have done it you will all know about it.

This is released for 3.6.2 but I run 3.x.x. Can I still use it?
This has been tested only on 3.6.2 but as it is a template modification, there is no reason why it shouldn't work on any site running vBulletin 3.x.x



Thats all the boring stuff out of the way.

If you use this modification please click install. By clicking install you will be notified of any updates, bug fixes, and other important information relating to this release.

If you like this modification, please click nominate for modification of the month. It might only be a little template mod, but I'm quite proud of this one.



The attached screenshots are taking in FF 1.5.x and IE6. IE7 has been tested and displays the same as FF. I've left the top of the browser intact for identification between each one.


A big thanks goes to [name]mikeylikesitz[/name] for his help testing in IE7

Finally, if someone could let me have a link to use as a live demo, it would be appreciated.


Enjoy it, and have fun.

Show Your Support

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

Comments
  #62  
Old 02-07-2007, 09:43 PM
tutusinghsohi's Avatar
tutusinghsohi tutusinghsohi is offline
 
Join Date: May 2006
Location: Virginia, USA
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kerry-Anne View Post
Yes, although please do be aware of googles T&C's which require that ads are not placed on certain pages.
thanks for the info..
but can you please tell me how to put google adsense ad's in there?
Reply With Quote
  #63  
Old 02-18-2007, 04:23 AM
sonichero sonichero is offline
 
Join Date: Jan 2007
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive tried putting a link in there

<url=www.vbulletin.com>Clicky</url>
but it wont work...

do you have a fix?
Reply With Quote
  #64  
Old 02-23-2007, 07:03 PM
itdevil's Avatar
itdevil itdevil is offline
 
Join Date: Oct 2005
Location: Switzerland [CH]
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sonichero View Post
ive tried putting a link in there

<url=www.vbulletin.com>Clicky</url>
but it wont work...

do you have a fix?
Try this

Code:
<a href="www.vbulletin.com">Clicky</a>


Can anyone tell how can assign Side-column a static color and make it use 100% height of the table.

Some like in this



Thank You!
Reply With Quote
  #65  
Old 02-24-2007, 07:24 PM
itdevil's Avatar
itdevil itdevil is offline
 
Join Date: Oct 2005
Location: Switzerland [CH]
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tutusinghsohi View Post
thanks for the info..
but can you please tell me how to put google adsense ad's in there?
Just place you adsense code inside

Code:
<td class="alt1">

<!-- Adsense Code Here -->

<script type="text/javascript"><!--
google_ad_client = "pub-Your ID Here";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<!-- / Adsense Code Here -->

</td>
Reply With Quote
  #66  
Old 03-29-2007, 05:24 PM
delmarva's Avatar
delmarva delmarva is offline
 
Join Date: Jun 2006
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LICryptkeeper View Post
got it fully installed on http://www.ps3center.net/forums/ thanks peterska2
Great looking site!!!
Reply With Quote
  #67  
Old 03-29-2007, 05:40 PM
delmarva's Avatar
delmarva delmarva is offline
 
Join Date: Jun 2006
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What am I doing wrong here?

http://www.atlanticanglers.com/forum/
Reply With Quote
  #68  
Old 06-22-2007, 01:41 PM
Caddyman Caddyman is offline
 
Join Date: Mar 2006
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know this is kinda old, but i had a question.......

Quote:
Thanks! Works good!

peterska2 -
If you've been to demonoid, they have something quite like this but for an ad and I was wondering if you happen to know how they do it. They have it so when you scroll a certain amount, then the ad will start scrolling down with you.
i would like to know if i can do this

have it hang there aligned with the top of the top post, then scroll as you scroll once its in view. like put a limit to where its top is. adjusting the css won't work
Reply With Quote
  #69  
Old 07-28-2008, 09:47 PM
rubberduck rubberduck is offline
 
Join Date: Jul 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have done as instructed but I can't get any content to show up - not even a google advert shows up.

How do I paste in content to show up?
Reply With Quote
  #70  
Old 08-08-2009, 05:00 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to add this to my FORUMHOME because member profiles were thrown off.
Reply With Quote
Reply

Thread Tools

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 06:27 AM.


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.05031 seconds
  • Memory Usage 2,306KB
  • Queries Executed 26 (?)
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_code
  • (5)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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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