Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Left Sidebar on all pages. Details »»
Left Sidebar on all pages.
Version: 1.00, by Dark_Wizard Dark_Wizard is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-05-2004 Last Update: Never Installs: 153
 
No support by the author.

Provides a left, right or both sidebars on all pages.

Show Your Support

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

Comments
  #122  
Old 03-31-2004, 06:59 PM
feujman feujman is offline
 
Join Date: Mar 2004
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 !
Reply With Quote
  #123  
Old 03-31-2004, 08:54 PM
BarBeQue's Avatar
BarBeQue BarBeQue is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
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!
Reply With Quote
  #124  
Old 03-31-2004, 09:01 PM
feujman feujman is offline
 
Join Date: Mar 2004
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BarBeQue
Then you haven't been reading too good
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
Reply With Quote
  #125  
Old 04-01-2004, 05:32 AM
BarBeQue's Avatar
BarBeQue BarBeQue is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #126  
Old 04-01-2004, 07:04 AM
feujman feujman is offline
 
Join Date: Mar 2004
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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> 
Reply With Quote
  #127  
Old 04-01-2004, 08:05 AM
BarBeQue's Avatar
BarBeQue BarBeQue is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #128  
Old 04-01-2004, 08:08 AM
feujman feujman is offline
 
Join Date: Mar 2004
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 !
Reply With Quote
  #129  
Old 04-01-2004, 03:37 PM
Codeman05 Codeman05 is offline
 
Join Date: Oct 2002
Location: Tx
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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">
Reply With Quote
  #130  
Old 04-01-2004, 03:39 PM
feujman feujman is offline
 
Join Date: Mar 2004
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #131  
Old 04-01-2004, 03:42 PM
Codeman05 Codeman05 is offline
 
Join Date: Oct 2002
Location: Tx
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea sure did, added it to the post about 2 seconds before you replyed hehe
Reply With Quote
  #132  
Old 04-01-2004, 03:45 PM
Codeman05 Codeman05 is offline
 
Join Date: Oct 2002
Location: Tx
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess could this be it?

Code:
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
Reply With Quote
  #133  
Old 04-01-2004, 03:46 PM
feujman feujman is offline
 
Join Date: Mar 2004
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Codeman05
I guess could this be it?

Code:
<!-- open content container -->

	<div align="center">
		<div class="page" style="width:100%; text-align:left">
			<div style="padding:0px 25px 0px 25px">
i think you could be right !
Reply With Quote
  #134  
Old 04-01-2004, 03:48 PM
Codeman05 Codeman05 is offline
 
Join Date: Oct 2002
Location: Tx
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

umm. changing that does fix the problem...but it also shoves the entire forum to the left of the page....I guess thats just a consequence. Or is there someway to get around that?
Reply With Quote
  #135  
Old 04-01-2004, 04:26 PM
BarBeQue's Avatar
BarBeQue BarBeQue is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

show me what it looks like now.

your menu is to the left and the forum gets moved against it? or something else?
Reply With Quote
  #136  
Old 04-01-2004, 10:09 PM
Codeman05 Codeman05 is offline
 
Join Date: Oct 2002
Location: Tx
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No basically what happens is when the 0 25 0 25 is used.
The forums are spaced 25 pixels from the left of the browser window.

So when I make it 0 0 0 0, the forums are completely to the left, up against the left side of the browser.
Not really a big deal, but its kinda annoying me lol, I'll play with it tonight and see what I can come up with
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:00 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.06332 seconds
  • Memory Usage 2,392KB
  • Queries Executed 30 (?)
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
  • (3)bbcode_php
  • (6)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
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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