Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-27-2009, 01:29 AM
mrconfus3d mrconfus3d is offline
 
Join Date: Mar 2009
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Forum Main body width wont change!

when i attempt to make the main body width lower in percentage or pixels (in StyleVars), it dosnt do anything. It stays at the default. What can be the problem?

$spacer_open is still in the templates as well...
Reply With Quote
  #2  
Old 07-27-2009, 02:26 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you using the default Jelsoft/vbulletin style or a custom style? If it's custom, it may be that they didn't include the stylevars needed to change the width through the style manager. You may have to ask them how to change the width for that style.
Reply With Quote
  #3  
Old 07-27-2009, 04:49 AM
mrconfus3d mrconfus3d is offline
 
Join Date: Mar 2009
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its my style.
Reply With Quote
  #4  
Old 07-27-2009, 06:08 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you removed the StyleVar from the templates that use it, changing the StyleVar will not do anything. Make sure that the StyleVar is actually there.
Reply With Quote
  #5  
Old 07-27-2009, 08:34 AM
mrconfus3d mrconfus3d is offline
 
Join Date: Mar 2009
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, and where would i check for this?
Reply With Quote
  #6  
Old 07-27-2009, 02:59 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look for $stylevar[outertablewidth]. Normally it is in the header, footer, and spacer_open, at least. However, if it's your own style, you may need it in other places and if you didn't put it there, then changing the value will have no effect.
Reply With Quote
  #7  
Old 07-27-2009, 05:56 PM
mrconfus3d mrconfus3d is offline
 
Join Date: Mar 2009
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$stylevar[outertablewidth] has not been removed from anywhere but the header because i need a specific code for my banner. This is how it goes
Code:
<!-- logo -->
<a name="top"></a>
<br style="display: none;">
<table class="bordercolor" align="center" bgcolor="#000" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td width="100%" height="100%" align="center"><font size="+1"><a href="http://www.clansgfh.com/forum/index.php"><img src="http://www.clansgfh.com/forum/images/clansgfh/clanlogo.gif" border="0"></a></font>
</td>
</tr>
</tbody></table>
</td>
</tr>
</td>
<!-- /logo -->

<!-- content table -->
$spacer_open


$_phpinclude_output

$ad_location[ad_header_end]
As you can see, there is no $stylevar[outertablewidth]. Basicly that code aligns the banner to the center and it will contract and expand according to the users resolution.

--------------- Added [DATE]1248721177[/DATE] at [TIME]1248721177[/TIME] ---------------

Ok heres something new as well. I changed the stylevar, and the main forum page. The index.php did not change. But when you go looking at threads it did. Also, The header still did not change, but the thread (viewing posts) Has changed.
Reply With Quote
  #8  
Old 07-27-2009, 06:30 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, it sounds like it is something wrong in your style. I don't know how to tell you to find the problem except to compare your templates to the default Jelsoft ones and see if you have ended a table or something like that when they don't (and thus it works fine on theirs).
Reply With Quote
  #9  
Old 07-27-2009, 08:09 PM
mrconfus3d mrconfus3d is offline
 
Join Date: Mar 2009
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I did just as you told me to and it still dosnt work... when you look at the main page, (/forum/index.php) everything is 100%, as if it didnt change, but the one table on the bottom with Contact Us - Index - Admin - Mod - Archive - Top and the style chooser on the left. That table has changed to 50%. But the rest of the page is still 100%. And if you look at the screenshot below, you will see what I have done. I was pretty sure it would work, but it didnt....Also, this is the only template I have editted that you have stated
Quote:
header, footer, and spacer_open
SCREENSHOT:


Ugh. Also ignore my noob underlining. On the left side, $stylevar[outertablewidth] is on the third line.
Reply With Quote
  #10  
Old 07-27-2009, 09:19 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

But notice that in yours, you close the table that has the outertablewidth. In the default, that table is left still open to be used for the rest of the page (another table in one of the cells is closed, but it isn't the one with the outertablewidth).
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 12:48 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.04291 seconds
  • Memory Usage 2,249KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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