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)

poliveira 03-21-2004 07:43 PM

I have added this hack but I only see whitespace, no data is visible?

Any ideas?

http://forums.apsion.com/vb3/

poliveira 03-21-2004 07:45 PM

How can I make the Navbar the full width of the screen and have the left column start beneath the Navbar?

Here is a sample of what I want it to look like:
http://forums.apsion.com/

Here is what is actually looks like:
http://forums.apsion.com/vb3/

Spencer F. 03-24-2004 01:37 AM

Quote:

Originally Posted by poliveira
I have added this hack but I only see whitespace, no data is visible?

Any ideas?

http://forums.apsion.com/vb3/

Yeah, all my hacks are not showing up since upgrading to /vb3/.

www.musicbanter.com

edeab220 03-25-2004 01:28 AM

Quote:

Originally Posted by Marulatree
Here's how you fix it:

Message Area Width (pixels)
(This value allows you to specify the width in pixels of the text box used for all message posting in vBulletin) -> set this to AUTO

Where do you change that?

noreturn 03-25-2004 03:01 PM

Originally Posted by Marulatree
Here's how you fix it:

Message Area Width (pixels)
(This value allows you to specify the width in pixels of the text box used for all message posting in vBulletin) -> set this to AUTO

I can not locate where to change that option to auto either.

BarBeQue 03-25-2004 06:36 PM

That option is here:
admincp / styles & templates / all styles options

then browse down to "Sizes and Dimensions" part. it's the 9th option there.

But setting it to auto didn't fix the show thread header error for me.
It still looks like this (only on the threadview thought! forumhome and forumview are fine)

BarBeQue 03-25-2004 06:44 PM

I kinda wanna change the place of the menu.
I would like it to be BELOW the navbar, so that the navbar uses 100% like before and the menu is top alligned with the first forum.

Like the pic i made in the attachment.

Also i would like (request request :D) to have it shown all ALL but ONLY ALL pages the navbar is showing.
That means it won't show on reg pages, redirect screens, erro messages, empty searches, like that navbar doesn't show on those pages either, but it will show on all other pages.
Is that diff to accomplish?

oh, almost forgot...
[high]* BarBeQue clicks install
[/high]
great addon!

BarBeQue 03-25-2004 07:59 PM

Ok, i solved my own request in the previous post :D

instead of adding this to the end of the header template:
PHP Code:

<!-- Sidebar -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="7" border="0">
    <
tr>
        <
td style="width:150px" valign="top">$sidebar</td>
        <
td valign="top">
<!-- 
Update -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="0" border="0">
<
tr>
        <
td style="width:100%">
<!-- /
Update -->
<!-- /
Sidebar --> 

I added this to the end of the navbar template:
PHP Code:

<!-- Sidebar -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="0" border="0">
    <
tr>
        <
td style="width:150px" valign="top">$sidebar</td>
        <
td style="width:10px" valign="top"> </td>
        <
td valign="top">
<!-- 
Update -->
<
table width="$stylevar[tablewidth]cellpadding="0" cellspacing="0" border="0">
<
tr>
        <
td style="width:100%">
<!-- /
Update -->
<!-- /
Sidebar --> 

(I basically changed the cellspacing to 0 to align it with the navbar, and since that removed all space between the menu and the right forums i added a 10 pixel colomn between them)

Works great this way. It now shows for all pages except login/forbidden/redirect or other message screens


But i still have the thread view misallignment i posted 2 pots above, so if someone can help me out there, pls do :D

pete_brady 03-25-2004 08:49 PM

Quote:

Originally Posted by BarBeQue
That option is here:
admincp / styles & templates / all styles options

then browse down to "Sizes and Dimensions" part. it's the 9th option there.

But setting it to auto didn't fix the show thread header error for me.
It still looks like this (only on the threadview thought! forumhome and forumview are fine)

having the same problem here

frustrating.

pete_brady 03-25-2004 09:09 PM

Quote:

Originally Posted by pete_brady
having the same problem here

frustrating.

ok

in your postbit template, replace $spacer_open with

PHP Code:

<!-- 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> 

I don't know if modifying the $spacer_open template would have any knock-on effects elsewhere, so this just changes the div style padding to all zeroes instead of using the style values.

It's neither graceful nor elegant, but it works for me.


All times are GMT. The time now is 03:43 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.01269 seconds
  • Memory Usage 1,767KB
  • 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
  • (3)bbcode_php_printable
  • (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