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
  #452  
Old 07-02-2007, 06:23 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you try to change the width of the side colume?

"<td width="160" valign="top" align="left">$leftcolumn</td>"

Change the 160 and see if it makes a difference.
Reply With Quote
  #453  
Old 07-02-2007, 08:12 PM
tipoboy's Avatar
tipoboy tipoboy is offline
 
Join Date: Dec 2005
Location: scotland
Posts: 693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried that changed it to 130 same width as my table i'm inserting it didnt work any idea's?
Reply With Quote
  #454  
Old 07-02-2007, 09:06 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry I cant think of anything at this moment. I ended up putting the code in my forumhome template as we only wanted it to show on the main forum page and no where else.
Reply With Quote
  #455  
Old 07-07-2007, 08:57 PM
Angel-Pie Angel-Pie is offline
 
Join Date: Apr 2007
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i want to get this but are these boxes possible to get something to add that tells the top posters like there name and the amount of posts and stats and stuff like that in them? or is that a whole other thing?
Reply With Quote
  #456  
Old 08-10-2007, 11:28 PM
question? question? is offline
 
Join Date: Oct 2004
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When theres an error, like when you press "new posts" and there aren't any, it comes up without a side colum (well it's indented, just nothing in the space)
Reply With Quote
  #457  
Old 03-02-2008, 11:52 PM
futuredood futuredood is offline
 
Join Date: Jan 2002
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I noticed when I tried to fill the background of the left column that it's floating on the left, and not truly a whole left column. You can see on this page that that the left column stops about 3/4 of the way down the site... any ideas on how to make the height truly 100%?

http://www.aznraps.com/forums/
Reply With Quote
  #458  
Old 04-29-2008, 09:42 PM
hydn hydn is offline
 
Join Date: Oct 2005
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In IE tables slow loading a lot (Not a FF issues but most users are on IE). Is there a hack for tableless left OR right column using CSS?
Reply With Quote
  #459  
Old 05-15-2008, 02:04 AM
rhinoForums.net rhinoForums.net is offline
 
Join Date: Feb 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was curious if it would be tough to modify this code slightly?

I'm looking for it to exclude certain forums, instead of include them. In other words, I want the left column to show up everywhere, except the forumid's that I list in this conditional.. Can anyone please help with this?

Thanks!

Quote:
Originally Posted by LaCN View Post
Hi,

I put this column under my navbar, which looks verry well

I also added a few conditionals to have it only show on some forums...

But..
In the leftcolumn template, I removed all code, and added a $variable from a plugin I made.
But it won't show
the plugin includes a php-page which has for example: $var = "test";
the leftcolumn template has: $var

It did show when I used peterska2's show left column on front page hack.
But I deinstaleld that one, and trying to use this one


Why doesn't it show a plugin variable ?



edit, even without the forum-conditionals it doesn't show anywhere, not even on the main page


btw, if someone also wants forum-conditionals, use this:
PHP Code:
<if condition="in_array($forumid, array(2,3,4,5))">
  
add ur html here
</if> 
Where 2, 3, 4, etc are forum-id's
Reply With Quote
  #460  
Old 06-02-2008, 01:58 PM
WoodiE WoodiE is offline
 
Join Date: May 2002
Posts: 317
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I run version 1.0.2 of this mod on one of my forums and run call template names just fine on the side bar. However this new version 1.1 I can not. I'm trying to call a template name for a plugin I created to display banner ads and randomize them the template name is $randads but it will not display the banners on this new version 1.1 sidebar.

I know it works because I can add $randads to say the ForumHome template and it works fine. Any ideas how to fix this new 1.1 sidebar to allow templates to be loaded as you used to be able to in 1.0.2?

-WoodiE
Reply With Quote
  #461  
Old 12-18-2008, 07:25 PM
MOF MOF is offline
 
Join Date: Dec 2008
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I add stuff to the sidebar once it is installed?
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:15 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.06314 seconds
  • Memory Usage 2,312KB
  • 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
  • (1)bbcode_php
  • (1)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
  • (3)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