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
  #182  
Old 12-05-2005, 06:48 PM
exilera exilera is offline
 
Join Date: Sep 2005
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ExtProof
can someone please post the code to put in my collum template to make it like the one in the screenshot, thanks!!!
I second that. I know where to put the code, but I just don't know what the code should be Would someone be so kind as to provide a template for the code?

Thanks!
Reply With Quote
  #183  
Old 12-06-2005, 10:30 PM
suryoyena suryoyena is offline
 
Join Date: Dec 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Boys'n'Girls,

fist I want to say thats a gread mod, because it's so small and helps a lot!


Fist
Have I do all changes and the layout in the xml file?

Second
Please look the picture under my post. There you see a red marked
space.. There's only this space when you read a post. Its on both
sides. Why isn't justified to the border of the Navbar like on the
other pages (e.g. forumhome)?

Third
How can I put into the sidebar "dynamic information" like on this
page: KLICK ?
I mean the "welcome box" and "hottest topics" etc.

Greets,

Chris
Reply With Quote
  #184  
Old 12-10-2005, 01:06 AM
0xid0 0xid0 is offline
 
Join Date: Sep 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello.

I have just installed the plugin and it me is OK, but I have a couple of questions:

- There is some way of reducing the space that exists between the block and the edge of the page? It is that in my web it is too much and I want that it is less, here I leave an apprehension in order that you see it:



- There is some way of putting a block in order that the last messages go out?
Reply With Quote
  #185  
Old 12-10-2005, 11:04 AM
0xid0 0xid0 is offline
 
Join Date: Sep 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does other one ask, how I can do in order that it appears in the index, inside the forums but not in the posts?
Reply With Quote
  #186  
Old 12-10-2005, 12:30 PM
raven3d raven3d is offline
 
Join Date: Dec 2005
Location: Lancs, UK
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for this mod!

on the left/right column.txt file
check this line.

<<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">

there is an extra <

cheers
Reply With Quote
  #187  
Old 12-10-2005, 08:05 PM
HUMMERh3 HUMMERh3 is offline
 
Join Date: Oct 2005
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes I too have the same problem as 0xid0...there is just too much white space on the left hand side.. I'm using the column for a 160x600 skyscrapper and there is a huge gap. How do I delete the big space??
THANKS
Reply With Quote
  #188  
Old 12-11-2005, 11:44 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to know that as well.
Reply With Quote
  #189  
Old 12-11-2005, 12:05 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ HUMMERh3 & Aftermath: I changed this by doing the following.

In the header template find
Code:
<td width="160" valign="top" align="left">$leftcolumn</td>
and replace with
Code:
<td width="170" valign="top" align="center">$leftcolumn</td>
It makes the column margnally wider by 10px and also centralizes it in the space there.

If that doesn't work for you or you want more let me know as I might have changed some other bits too.
Reply With Quote
  #190  
Old 12-11-2005, 02:57 PM
0xid0 0xid0 is offline
 
Join Date: Sep 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2
@ HUMMERh3 & Aftermath: I changed this by doing the following.

In the header template find
Code:
<td width="160" valign="top" align="left">$leftcolumn</td>
and replace with
Code:
<td width="170" valign="top" align="center">$leftcolumn</td>
It makes the column margnally wider by 10px and also centralizes it in the space there.

If that doesn't work for you or you want more let me know as I might have changed some other bits too.
Me do not work, be still equal, help please!!
Reply With Quote
  #191  
Old 12-11-2005, 10:57 PM
0xid0 0xid0 is offline
 
Join Date: Sep 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 0xid0
Hello.

I have just installed the plugin and it me is OK, but I have a couple of questions:

- There is some way of reducing the space that exists between the block and the edge of the page? It is that in my web it is too much and I want that it is less, here I leave an apprehension in order that you see it:
That someone helps me with my problem, please!
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 07:33 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.04851 seconds
  • Memory Usage 2,315KB
  • 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
  • (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
  • (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_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