vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help keping both fixed and fluid skin in my forum (https://vborg.vbsupport.ru/showthread.php?t=194489)

onlinejalsa 10-25-2008 03:57 AM

Help keping both fixed and fluid skin in my forum
 
Hello

i want to keep both the skins FLUID and FIXED skins in my site

in my homepage i want to keep FLUID and in my sub forums page i want to keep FIXED. can u help me how can i do it

onlinejalsa 10-26-2008 12:41 PM

can anybody help me out

Lynne 10-26-2008 02:23 PM

You probably need to change this line in your header:

HTML Code:

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
To (change xx% and yyypx):
HTML Code:

<if condition="THIS_SCRIPT == 'index'">
<table border="0" width="xx%" cellpadding="0" cellspacing="0" align="center">
<else />
<table border="0" width="yyypx" cellpadding="0" cellspacing="0" align="center">
</if>

That would make it fluid for the index page and fixed for all others.

I have NOT tried this!

onlinejalsa 10-27-2008 06:01 AM

i did what you have said . that code os for changing the header logo . but not the forum pages

Lynne 10-27-2008 03:10 PM

I believe in default vB, that changes it all. But, if not, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and find the template that is setting the width of the pages. Then do the same thing I posted above in the template you found.


All times are GMT. The time now is 02:12 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.01062 seconds
  • Memory Usage 1,716KB
  • 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
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete