vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Put a Column on the RIGHT side of every forum page (https://vborg.vbsupport.ru/showthread.php?t=94495)

Mythotical 06-29-2006 06:13 AM

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.

masterross 06-29-2006 06:38 AM

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

webgroup 07-06-2006 12:33 AM

Willing to pay to have the alignment issue solved

Qwest 07-06-2006 04:22 PM

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... :(

peterska2 07-11-2006 03:16 PM

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.

peterska2 07-11-2006 03:23 PM

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

peterska2 07-11-2006 03:26 PM

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.

masterross 07-11-2006 04:15 PM

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!

masterross 07-11-2006 05:34 PM

after some investigations i think that this issuie is connected with Styles and espetialy: spacer_open

Kwak 07-13-2006 08:04 AM

Great hack, thank you very much.
Works great in v3.6rc1


All times are GMT. The time now is 11:35 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02407 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete