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)

DarkSavior 02-29-2004 11:25 PM

Great hack! Didn't have a single problem with it. :)

Cyricx 03-01-2004 04:36 PM

Request :)

Can you give instructions for adding conditionals? Because on some pages, I want the right sidebar to show up along with the left sidebar (the right sidebar would give more navigation options inside a specific category). Just one simple code will be enough. I'll modify it for other categories. :)

Cyricx

FleaBag 03-04-2004 04:26 PM

Thanks for the screenshot lol. I might add this but I'm not sure how well it will go with my 800 pixel width.

spence2 03-05-2004 01:19 PM

Just to let you know, vBtemplates has deleted The Ant's hack. So, there is no need directing people there as an alternative.

Dark_Wizard 03-06-2004 11:05 AM

Quote:

Originally Posted by spence2
Just to let you know, vBtemplates has deleted The Ant's hack. So, there is no need directing people there as an alternative.

I didn't know, thx for the update.

Dark_Wizard 03-06-2004 11:07 AM

Quote:

Originally Posted by FleaBag
Thanks for the screenshot lol. I might add this but I'm not sure how well it will go with my 800 pixel width.

It should work fine, if not let me know and we will make it work.

Dark_Wizard 03-06-2004 11:10 AM

Quote:

Originally Posted by Cyricx
Request :)

Can you give instructions for adding conditionals? Because on some pages, I want the right sidebar to show up along with the left sidebar (the right sidebar would give more navigation options inside a specific category). Just one simple code will be enough. I'll modify it for other categories. :)

Cyricx

This would require coding as well as conditionals.

drumsy 03-13-2004 02:02 AM

Quote:

Originally Posted by kontrabass
Ok, found the fix for IE 5.x

Notice the spacer_close template:

<if condition="$show['old_explorer']">
</td></tr></table>
<else />
</div>
</div>
</div>
</if>
<!-- / close content container -->

What this does is output three </div> tags if the browser is new (ie 6) or three </td></tr></table> tags if the browser is OLD (ie 5.x)

Now, in the SHOW THREAD template there appears to be an extra call for the $spacer_close at the end of the thread tools table. In IE 6 this doesn't cause any bugs because three </div> tags won't screw up anything. HOWEVER, in IE5, the </tr></td></table> tags will screw up the output - it closes the table and sends the post content to the bottom of the sidebar.

SO, here's the fix:

In SHOWTHREAD template, find:

<!-- / toolbar -->

<!-- end content table -->
$spacer_close
<!-- / end content table -->

and delete the $spacer_close text

:)


This method did not work for me and I am using magnus's AdColumns v1.0 hack, which he used this HTML to make work. In fact, I get the same problem with the "squeezing" of the thread when I do this code, even before I activate the AdColumn. Are there any other ideas out there? The changing the one StyleVar to auto does not work either.

mofohead 03-15-2004 06:46 PM

I like this hack but does anyone know of something similar that will give you a horizontal bar on top and bottom for banner ads???

Thanks.

PlenoJure 03-21-2004 11:36 AM

Installed on vB3 Gold, simple install & works perfectly!

Thanks :)


All times are GMT. The time now is 08:15 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.01160 seconds
  • Memory Usage 1,739KB
  • 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_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