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)

Marulatree 02-16-2004 03:47 PM

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

admiralapril 02-16-2004 09:01 PM

I'd really like to have the sidebar on just the forum home and not each subsequent page. I guess what I want is TheAnt's hack, but it isn't currently available. Can anyone tell me when this will become available again? Thanks so much.

And good job with your hack, Dark Wizard. :squareeyed:

jedimaster 02-17-2004 02:25 AM

Nice mod- installed it tonight. Was the question of how to place the column on the right ever addressed?

Dark_Wizard 02-17-2004 11:58 AM

Quote:

Originally Posted by jedimaster
Nice mod- installed it tonight. Was the question of how to place the column on the right ever addressed?

Just change the footer piece as follows:

From:
Code:

<!-- Sidebar -->
<!-- Update -->
                </td>
        </tr>
</table>
<!-- /Update -->
                </td>
        </tr>
</table>
<!-- /Sidebar -->

To:
Code:

<!-- Sidebar -->
<!-- Update -->
                </td>
        </tr>
</table>
<!-- /Update -->
                </td>
                <td style="width:150px" valign="top">$rightsidebar</td>
        </tr>
</table>
<!-- /Sidebar -->

Then you must create another template as you did before and call it rightsidebar and edit global.php as follows:

Find:
Code:

eval('$sidebar = "' . fetch_template('sidebar') . '";');
Add below:
Code:

eval('$rightsidebar = "' . fetch_template('rightsidebar') . '";');
Then edit your template and add your content....

jedimaster 02-17-2004 07:21 PM

Excellent! But now I have two sidebars- should I get rid of the sidebar template to remedy it?

ImportPassion 02-17-2004 08:17 PM

yes, and the 2 updates u did for it in header and footer templates

jedimaster 02-17-2004 10:30 PM

Thanks! BTW, clicked install- you're awesome!

InsaneContender 02-18-2004 05:15 AM

Excellent hack, though, I might suggest you make 3 installation files. One to install it on the left, one for the right, and one for both.

I found it very difficult in your instructions to just install it on the right.

Dark_Wizard 02-18-2004 10:43 AM

Quote:

Originally Posted by InsaneContender
Excellent hack, though, I might suggest you make 3 installation files. One to install it on the left, one for the right, and one for both.

I found it very difficult in your instructions to just install it on the right.

I will update the file today...good point.

FWT 02-18-2004 07:20 PM

I was testing it here: http://www.seo-talk.com

I wanted just the right sidebar, but it seemed to have added a left one also...

Any ideas?


All times are GMT. The time now is 07:40 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.02292 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_code_printable
  • (2)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