Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Put a Column on the Left Side of Every Forum Page Details »»
Put a Column on the Left Side of Every Forum Page
Version: 1.1, by amykhar amykhar is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.5.0 RC2 Rating:
Released: 07-08-2005 Last Update: 08-16-2005 Installs: 338
Uses Plugins Template Edits
 
No support by the author.

This little PRODUCT will provide you with a template to put content in a column going down the left side of every forum page.

What you put there is limited only by your imagination.

This can easily be combined with the right column product to have a column on both sides.

To use this with the right column product , change the footer code to:
Code:
<!-- Right Column Code  -->
</td>
<td width="160" valign="top" align="left">$rightcolumn</td>
</tr>
</table>
</td></tr>
</table>
<!-- End Right Column Code -->
Changes in 1.1
Some very important changes were made to the header and footer template changes. Please modify your header and footer code to use the new version.

This is now a PRODUCT and not a plugin. Use the product manager to import it. If you are upgrading, copy the contents of your left_column template to notepad BEFORE you install the product. Then, replace the template contents with your backup.

This version now includes sample html in the left_column template. Thanks to iguanairs for that code.

Show Your Support

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

Comments
  #432  
Old 02-07-2007, 02:18 PM
jeffcoll's Avatar
jeffcoll jeffcoll is offline
 
Join Date: Jan 2007
Location: Orlando, FL
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have added the google code but it doesn't show up. Any help would be great.

http://www.discountorlandovacation.com/forum/

Above is the forum.

Thanks
Reply With Quote
  #433  
Old 02-09-2007, 02:10 AM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it ok if I use the navbar to put the code in instead of the header? It looks better on my site using it like that. And it's ok if I change the width of the column in the navbar template to something other than 160?

One other thing:

I found the "<" there was an extra one in the intial leftcolumn.txt (if you ever get a chance you should remove that.

Code:
<<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
And I have one last question:

Is there a way to drop down the side column to be level with the threads in the forum header? (So they line up? But only on the forum display?)

Because it looks good on the forum home... but as soon as I look at forum display it doesn't look that good.

Thanks

Thanks for the help thus far. Great mod.
Reply With Quote
  #434  
Old 02-11-2007, 04:35 AM
beebs beebs is offline
 
Join Date: Jan 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick (likely stupid) question.. is there a way to have a left side bar as well as the top navbar? If so, how would one go about doing this?
Reply With Quote
  #435  
Old 02-13-2007, 06:04 PM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KipLarson View Post
Is it ok if I use the navbar to put the code in instead of the header? It looks better on my site using it like that. And it's ok if I change the width of the column in the navbar template to something other than 160?

One other thing:

I found the "<" there was an extra one in the intial leftcolumn.txt (if you ever get a chance you should remove that.

Code:
<<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
And I have one last question:

Is there a way to drop down the side column to be level with the threads in the forum header? (So they line up? But only on the forum display?)

Because it looks good on the forum home... but as soon as I look at forum display it doesn't look that good.

Thanks

Thanks for the help thus far. Great mod.
Anyone know how to drop it down on forum display or do you all think it doesn't look that bad?
Reply With Quote
  #436  
Old 02-17-2007, 06:26 PM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to add breaks between boxes? Because I put them in, but nothing happens.
Reply With Quote
  #437  
Old 03-03-2007, 02:57 AM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Irisfire View Post
I can't access this thread for some reason... I saw it earlier today and even posted in it, but now it's gone. I really want to use the mod that only displays on the forum home... Any ideas? Where is the mod?
Reply With Quote
  #438  
Old 03-10-2007, 06:55 PM
johnstires johnstires is offline
 
Join Date: Mar 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack has a template conflict in IE under to following conditions:

http://www.prenatalyogacenter.com/fo...ead.php?t=2061

If you have a fixed width forum
Are trying to post images in a GARS forum

This is complicated and I do not know how to fix it.

Here's the deal.

left column hack works fine for most pages on fixed width boards. The only page it doesn't work with is the post view. If order to make it work you need to change your spaceropen template from:

Code:
<!-- open content container -->
<if condition="$show['old_explorer']">
	<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
<div align="center">
	<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
		<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
</if>
to the following:

Code:
<!-- open content container -->
<if condition="$show['old_explorer']">
	<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
<div align="center">
	<div class="page" style="width:100%; text-align:$stylevar[left]">
		<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
</if>
That makes the post view look fine. However when you convert the forum to a GARS forum and then add images, the entire thing breaks. and the width gets all jacked up.

There is some conflict between the left column, the spaceropen template and GARS.

But I have no clue what. All I know is that when I remove the left column and revert the spaceropen template, the GARS forum looks fine. And when I remove the GARS forum but leave the left column and the spaceropen (with the width change above) everything is fine.

I just can't have both.
Reply With Quote
  #439  
Old 03-11-2007, 12:28 PM
Davey-UK's Avatar
Davey-UK Davey-UK is offline
 
Join Date: Feb 2003
Location: Sheffield-UK
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Before you answer with do a search, i have!
I am trauling thro thousands of pages as we speak.
Would this work with 3.6.4??
Thanks
Reply With Quote
  #440  
Old 03-12-2007, 01:05 PM
aramik aramik is offline
 
Join Date: Apr 2006
Location: Sydney.Australia
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is a excellent mod, but ive got 2 problems after getting everything working so great.


#1 - http://www.animeseat.com/news-announ....html#post9941

it's not aligning to the correct width...


#2 - http://www.animeseat.com/news-announcements/

these bars just seem to pop out of no where



pleaseeeeeeeeee help
Reply With Quote
  #441  
Old 03-13-2007, 07:56 PM
Vierie Vierie is offline
 
Join Date: Apr 2005
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Davey-UK View Post
Before you answer with do a search, i have!
I am trauling thro thousands of pages as we speak.
Would this work with 3.6.4??
Thanks
Yes, it does.
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:34 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.04730 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_code
  • (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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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_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