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
  #122  
Old 06-29-2006, 06:13 AM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all, what is the at the top of your forum? Secondly, it shouldn't be going out like that if you have it setup right.
Reply With Quote
  #123  
Old 06-29-2006, 06:38 AM
masterross's Avatar
masterross masterross is offline
 
Join Date: Nov 2005
Location: Bulgaria
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mythotical
First of all, what is the at the top of your forum? Secondly, it shouldn't be going out like that if you have it setup right.
I have some banners at top
but there aint the prob
without using this hack all is OK
also i'm not the only one that have this prob:
https://vborg.vbsupport.ru/showpost....&postcount=319

and if it shouldn't be going out like this
show me the one who install this hack and hasnt this prob
BR
Reply With Quote
  #124  
Old 07-06-2006, 12:33 AM
webgroup webgroup is offline
 
Join Date: May 2006
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Willing to pay to have the alignment issue solved
Reply With Quote
  #125  
Old 07-06-2006, 04:22 PM
Qwest Qwest is offline
 
Join Date: Jun 2004
Location: United States
Posts: 223
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was the problem with the vbadvanced homepage thing ever fixed?

This hack still tries to add a column to the vbadvanced homepage because of the header template edits...
Reply With Quote
  #126  
Old 07-11-2006, 03:16 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by masterross
hello,

i have problem with right colunm in showthread.php
check the attached pic
it shrink the thread table and leave distance in both sides!

please help me to fix that

thanks!!
Ross
In your right_column template find
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
replace with
Code:
<table align="right" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
this lines it up to the right with your style.
Reply With Quote
  #127  
Old 07-11-2006, 03:23 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by masterross
I have some banners at top
but there aint the prob
without using this hack all is OK
also i'm not the only one that have this prob:
https://vborg.vbsupport.ru/showpost....&postcount=319

and if it shouldn't be going out like this
show me the one who install this hack and hasnt this prob
BR
This is because the modification is designed and written to go in the header template, not the navbar template. Placing it in the navbar template increases the number of nested tables which is what causes this problem. Without having to edit a lot of additional templates, the only way to fix this issue is to place the code in the header as intended and not the navbar
Reply With Quote
  #128  
Old 07-11-2006, 03:26 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Qwest
Was the problem with the vbadvanced homepage thing ever fixed?

This hack still tries to add a column to the vbadvanced homepage because of the header template edits...
In your header template just before the added code add
Code:
<if condition="THIS_SCRIPT!='adv_index'">
and after the added code add
Code:
</if>
repeat this for the footer template. The column will then be ignored for the vBAdvanced index page.
Reply With Quote
  #129  
Old 07-11-2006, 04:15 PM
masterross's Avatar
masterross masterross is offline
 
Join Date: Nov 2005
Location: Bulgaria
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2
This is because the modification is designed and written to go in the header template, not the navbar template. Placing it in the navbar template increases the number of nested tables which is what causes this problem. Without having to edit a lot of additional templates, the only way to fix this issue is to place the code in the header as intended and not the navbar
this not fix the problem
here i provide proves

even i disabled right_column in "Plugin System" and clear right_column from any code inside the problem still exist!
Reply With Quote
  #130  
Old 07-11-2006, 05:34 PM
masterross's Avatar
masterross masterross is offline
 
Join Date: Nov 2005
Location: Bulgaria
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

after some investigations i think that this issuie is connected with Styles and espetialy: spacer_open
Reply With Quote
  #131  
Old 07-13-2006, 08:04 AM
Kwak Kwak is offline
 
Join Date: Sep 2003
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack, thank you very much.
Works great in v3.6rc1
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 09:37 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.04681 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
  • (5)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