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
  #122  
Old 09-18-2005, 03:20 PM
NewOrder NewOrder is offline
 
Join Date: Apr 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i just added this, few qiestions though#

http://www.computertektalk.com/

why is there a random "<"??

how can i make the column only apear on the forum index, and how can i make it wider without having it touch te actual forum area??

thanks
Reply With Quote
  #123  
Old 09-18-2005, 04:20 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check the code because there is an extra < in there somewhere thats causing it to appear in your forum.



Quote:
Originally Posted by NewOrder
ok i just added this, few qiestions though#

http://www.computertektalk.com/

why is there a random "<"??

how can i make the column only apear on the forum index, and how can i make it wider without having it touch te actual forum area??

thanks
Just installed this and checked the code and there is an extra > in there at:

<!-- Left Column Code -->
<<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>

See the beginning of the code, it says: <<table border="0" blah, blah. Remove one of the < and all is 100%.

Laters
Reply With Quote
  #124  
Old 09-18-2005, 04:22 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Realist
Check the code because there is an extra < in there somewhere thats causing it to appear in your forum.
Yes I found that extra < also
Reply With Quote
  #125  
Old 09-18-2005, 05:13 PM
NewOrder NewOrder is offline
 
Join Date: Apr 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by socalsoccer
I noticed my header is built into my Forum box unlike the computertektalk site, and his left box is where I want mine to start.

Here is a site that has the leftcolumn under the header/banner? How do I do that? Mine runs all the way to the top of the page.

http://www.alliancemodding.com/
funny that as i want mine like yours

how do i change how wide the box is?
Reply With Quote
  #126  
Old 09-18-2005, 05:28 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NewOrder
funny that as i want mine like yours

how do i change how wide the box is?
I followed the instructions and mine went to the top. Now I have just edited the Forum Home template and placed the code after the header to almost get what I want. There Is just a 1/4 inch space with my main and left column that I want flush. Reason I edited Forum Home was because I did not want the left column on every page. Here is my code in my Forum Home:

><!-- Left Column Code -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr><td width="160" valign="top" align="left">$leftcolumn</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]"

How can I make it flush with my Main?

Thanks socalsoccer.com
Reply With Quote
  #127  
Old 09-18-2005, 08:28 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another problem I encountered was when I added another gif picture, it placed it to the right side of the previous one. This pushed my forum way to the right. How can I line up small gifs that are linked on top of eachother. Here is one gif link

<!-- Begin custom code -->
<a href="http://www.fifa.com/en/news/feature/0,1451,109644,00.html" target="'_self'"><img src="http://www.socalsoccer.com/bu17.gif"alt="" border="0"></a><!-- End custom code -->

Thanks
Reply With Quote
  #128  
Old 09-18-2005, 08:51 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This sites column with multiple JPG's is what I would like to replicate. But how do I stack the gifs like this without pushing the forum over everytime I add a gif?

http://www.refrigeration-engineer.co...ead.php?t=2674
Reply With Quote
  #129  
Old 09-18-2005, 11:46 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I almost got it I just need to get rid of that white line below my gif. Does anyone know what that line may be caused by? After that I need a way to stack a bunch of Gif/links , does anyone know the code? If I add another , it will align to the right of the next gif, therby pushing my forum farther to the right.

Thanks www.socalsoccer.com
Reply With Quote
  #130  
Old 09-21-2005, 11:35 AM
gc1 gc1 is offline
 
Join Date: Sep 2002
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can get everything to work except my Googleads ..... for some reason they don't show up at all, anybody have any suggestions?
Reply With Quote
  #131  
Old 09-22-2005, 09:52 AM
Emil Emil is offline
 
Join Date: Jun 2003
Location: Sweden
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can I show something in the column depending on what skin you are using?

For example: If you're using skin 1 you'll see a red google ad in the column. And if you're using skin 2 you'll see a white google ad.

Is there any way to do this? Thanks
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:58 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,314KB
  • 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
  • (1)bbcode_code
  • (4)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
  • (2)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