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 RIGHT side of every forum page Details »»
Put a Column on the RIGHT side of every forum page
Version: 1.00, by amykhar amykhar is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

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

Rather than clutter up the left column thread with this second product and confuse the issue further, I have made a separate product for those of you who want a column on the right side instead.

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

To use this with the left column product, change the header code to:
Code:
<!-- 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 -->

Show Your Support

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

Comments
  #82  
Old 02-17-2006, 12:32 AM
tommyxv tommyxv is offline
 
Join Date: Feb 2005
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gonecountry
I just installed the right column I have had the left, the problem I'm having is that they are not algining correctly. Could someone take a look and tell me what I need to correct. I'm hoping I cna get everything over the the left a bit more.

TIA

http://www.mommiesplayground.com
Are you taking about the content inside the boxes on you homepage? If so, try lowering the table padding. 10 is a bit much.

Code:
<table cellpadding=10 width=100%>
Reply With Quote
  #83  
Old 02-17-2006, 12:53 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tommyxv
Are you taking about the content inside the boxes on you homepage? If so, try lowering the table padding. 10 is a bit much.

Code:
<table cellpadding=10 width=100%>
no talking about it totally ++++ing up, lol and going to the bottom, well looks like this hack uninstalled, rather use the template then the hack.
Reply With Quote
  #84  
Old 02-17-2006, 05:56 AM
cmiller1014 cmiller1014 is offline
 
Join Date: May 2004
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those who say they have it working "Out of the box" amaze me. I did this on a brand new 3.5.3 board and it is far from working.
Reply With Quote
  #85  
Old 02-17-2006, 11:17 AM
GNDI's Avatar
GNDI GNDI is offline
 
Join Date: Jun 2005
Location: Denmark
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like what I'm looking for, but how do i make it show depended on whish usergroup the given user comes from? f.ex. I don't won't to show the colomn for my paying sponsors, since the sidebar have to contain adbanners.

This most be something whit and if -> show else -> don't

Someone who can help me?
Reply With Quote
  #86  
Old 02-17-2006, 02:12 PM
nicedreams nicedreams is offline
 
Join Date: Jan 2005
Location: Washington DC Metro
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GNDI
Looks like what I'm looking for, but how do i make it show depended on whish usergroup the given user comes from? f.ex. I don't won't to show the colomn for my paying sponsors, since the sidebar have to contain adbanners.

This most be something whit and if -> show else -> don't

Someone who can help me?
Search for conidition statements to use.
Reply With Quote
  #87  
Old 02-17-2006, 03:56 PM
GNDI's Avatar
GNDI GNDI is offline
 
Join Date: Jun 2005
Location: Denmark
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nicedreams
Search for conidition statements to use.
And there comes nothing usefull I'm asking this question here, coz I can't php my self.

So please come whit the solution, what do I have to write letter by letter like two year old.

Thanks
Reply With Quote
  #88  
Old 02-17-2006, 04:15 PM
nicedreams nicedreams is offline
 
Join Date: Jan 2005
Location: Washington DC Metro
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GNDI
And there comes nothing usefull I'm asking this question here, coz I can't php my self.

So please come whit the solution, what do I have to write letter by letter like two year old.

Thanks
Search feature. Use it.

Put this before both sections of column coding

<if condition="$bbuserinfo['usergroupid'] != 2">

and this after the column coding

</if>

This will not show the column for usergroup 2.

Jim
Reply With Quote
  #89  
Old 02-17-2006, 09:40 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can anyone make a basic template with 2 or 3 options that we can play with?
Reply With Quote
  #90  
Old 02-19-2006, 05:45 AM
tommyxv tommyxv is offline
 
Join Date: Feb 2005
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Who-ever is having trouble with it should perhaps just use the on posted on vbulletin.com

http://www.vbulletin.com/forum/showthread.php?t=156775
Reply With Quote
  #91  
Old 02-20-2006, 03:42 AM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can anyone share the recent topic hack thats scrolls and stops when you hover over it?
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 02:48 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.04671 seconds
  • Memory Usage 2,313KB
  • 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
  • (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
  • (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