vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Left Sidebar on all pages. (https://vborg.vbsupport.ru/showthread.php?t=59781)

feujman 03-31-2004 06:59 PM

hi, first of all i have to say that im french so sorry for my english

Hi have to thanks the person who have made this hack, its great !

i have read the forum and i havnt see an answer about this problem (appear only on the post)

(see attachment)

Thanks alot !

BarBeQue 03-31-2004 08:54 PM

Quote:

Originally Posted by feujman
i have read the forum and i havnt see an answer about this problem (appear only on the post)

Then you haven't been reading too good :p
I reported it already here:
https://vborg.vbsupport.ru/showpost....&postcount=106

And pete posted a fix for it too, here:
https://vborg.vbsupport.ru/showpost....&postcount=110

It worked for me, so try it out!

feujman 03-31-2004 09:01 PM

Quote:

Originally Posted by BarBeQue
Then you haven't been reading too good :p
I reported it already here:
https://vborg.vbsupport.ru/showpost....&postcount=106

And pete posted a fix for it too, here:
https://vborg.vbsupport.ru/showpost....&postcount=110

It worked for me, so try it out!

i allready done this, it reduce the space as show the picture but not correct the problem

BarBeQue 04-01-2004 05:32 AM

Show me the code you fixed...

Cause it's excactly the same prob me and pete had so it should wrk for you as well....

Mayeb we can see what you did wrong

feujman 04-01-2004 07:04 AM

ok that's the beginning of my code in the postbit template:

PHP Code:

<!-- post #$post[postid] -->
<if condition="$show['spacer']">
<!-- 
open content container --> 
<if 
condition="$show['old_explorer']"
    <
table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]align="center"><tr><td class="page" style="padding:0px 0px 0px 0px"
<else /> 
    <
div align="center"
        <
div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"
            <
div style="padding:0px 0px 0px 0px"

</if> 

<!--
FIN_DE_LA_MODIF-->
    <
div style="padding:0px 0px $stylevar[cellpadding]px 0px">
    <if 
condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>    
</if> 


BarBeQue 04-01-2004 08:05 AM

Hmm, well that is EXCACTLY the same as what I have in my $posttemplate.
So the prob isn't there

Hmm, i checked your boards source code versus mine and found 1 difference:
Quote:

<!-- open content container -->

<div align="center">
<div class="page" style="width:98%; text-align:left">
<div style="padding:0px 0px 0px 0px">
That is from your forum. Mine shows style="width:100%".
All the rest is the same. So it seems you have your board at 98% instead of 100% and that makes the postbit slightly smaller then the header above it.

feujman 04-01-2004 08:08 AM

Quote:

Originally Posted by BarBeQue
Hmm, well that is EXCACTLY the same as what I have in my $posttemplate.
So the prob isn't there

Hmm, i checked your boards source code versus mine and found 1 difference:


That is from your forum. Mine shows style="width:100%".
All the rest is the same. So it seems you have your board at 98% instead of 100% and that makes the postbit slightly smaller then the header above it.

omg ! thx i didnt notice to this ! thants alot !

Codeman05 04-01-2004 03:37 PM

I'm also having the same problem as feujman and I've already tried Pete's fix with no luck. Here is the post bit code...any ideas?

PHP Code:

<!-- post #$post[postid] -->
<if condition="$show['spacer']">

<!-- 
open content container --> 
<if 
condition="$show['old_explorer']"
    <
table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]align="center"><tr><td class="page" style="padding:0px 0px 0px 0px"
<else /> 
    <
div align="center"
        <
div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"
            <
div style="padding:0px 0px 0px 0px"

</if> 

    <
div style="padding:0px 0px $stylevar[cellpadding]px 0px">
    <if 
condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>    
</if> 

and from the source:
Code:

<!-- open content container -->

        <div align="center">
                <div class="page" style="width:100%; text-align:left">
                        <div style="padding:0px 25px 0px 25px">


feujman 04-01-2004 03:39 PM

Quote:

Originally Posted by Codeman05
I'm also having the same problem as feujman and I've already tried Pete's fix with no luck. Here is the post bit code...any ideas?

PHP Code:

<!-- post #$post[postid] -->
<if condition="$show['spacer']">

<!-- 
open content container --> 
<if 
condition="$show['old_explorer']"
    <
table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]align="center"><tr><td class="page" style="padding:0px 0px 0px 0px"
<else /> 
    <
div align="center"
        <
div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"
            <
div style="padding:0px 0px 0px 0px"

</if> 

    <
div style="padding:0px 0px $stylevar[cellpadding]px 0px">
    <if 
condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>    
</if> 


have you try the solution that he told me ?

Codeman05 04-01-2004 03:42 PM

yea sure did, added it to the post about 2 seconds before you replyed hehe


All times are GMT. The time now is 01:24 AM.

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.01493 seconds
  • Memory Usage 1,783KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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