Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Messed up layout after upgrading Details »»
Messed up layout after upgrading
Version: , by Garamond Garamond is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-11-2010 Last Update: Never Installs: 0
 
No support by the author.

*problem fixed*

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-14-2010, 04:15 AM
DeviantFlash DeviantFlash is offline
 
Join Date: Mar 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I noticed this problem as well.

Has anyone come up with any fixes?
Reply With Quote
  #3  
Old 02-14-2010, 10:11 AM
Mahoni999 Mahoni999 is offline
 
Join Date: Apr 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this has been posted so many Times....did you read and try some Things descriped in those Treads ?

One Solution that helped many Users :


Go into your arcade skin

Search for
Code:
<fieldset>
Replace any of it with...
Code:
<fieldset class="fieldset">
See if this helps to fix your Problem.


You could also try this:


Go to your Template arcade.css and adjust a few mor Pixels
Code:
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 10px;
}
and aditional try in your skin_Arcade.php the following...
Code:
<fieldset class="fieldset"> 
<legend><b>{$ibforums->lang['gamebox_rating']}</b></legend>
<center><span class="smallfont">
{$rating}
</span></center></fieldset>
under this Code leave one empty Line as Space......

Greetings
Mahoni999
Reply With Quote
  #4  
Old 02-14-2010, 11:14 AM
DeviantFlash DeviantFlash is offline
 
Join Date: Mar 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mahoni999 View Post
this has been posted so many Times....did you read and try some Things descriped in those Treads ?

One Solution that helped many Users :


Go into your arcade skin

Search for
Code:
<fieldset>
Replace any of it with...
Code:
<fieldset class="fieldset">
See if this helps to fix your Problem.


You could also try this:


Go to your Template arcade.css and adjust a few mor Pixels
Code:
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 10px;
}
and aditional try in your skin_Arcade.php the following...
Code:
<fieldset class="fieldset"> 
<legend><b>{$ibforums->lang['gamebox_rating']}</b></legend>
<center><span class="smallfont">
{$rating}
</span></center></fieldset>
under this Code leave one empty Line as Space......

Greetings
Mahoni999
Thanks man. Sorry if I seem demanding, I just get a little short doing all the upgrades on one day and running into problems every step of the way.

My OCD with having things look right doesnt help.

But just for the record the <fieldset> issue did nothing for me.

I increased the margin to no avail.

Also, that code you wanted me to replace in skin_Arcade is already there. Is that the same code as line 207 in the skin_Arcade.php?
Reply With Quote
  #5  
Old 02-14-2010, 11:34 AM
Mahoni999 Mahoni999 is offline
 
Join Date: Apr 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you using skin_Arcade.php or skin_v3Aracade.php ?

make sure you tried first Step with the fieldset Replacement in the Arcade Skin Style that you using...

Greetings
Mahoni999
Reply With Quote
  #6  
Old 02-14-2010, 11:43 AM
acco acco is offline
 
Join Date: Nov 2005
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I seem to remember the field issue being the one that fixed my forum but I also needed to change a setting in the acp and that was Store CSS Stylesheets as Files? changing that stting from yes to no sorted it.
Reply With Quote
  #7  
Old 02-14-2010, 12:20 PM
DeviantFlash DeviantFlash is offline
 
Join Date: Mar 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mahoni999 View Post
Are you using skin_Arcade.php or skin_v3Aracade.php ?

make sure you tried first Step with the fieldset Replacement in the Arcade Skin Style that you using...

Greetings
Mahoni999

This one is the skin_Arcade.php correct?
Attached Files
File Type: (21.4 KB, 56 views)
Reply With Quote
  #8  
Old 02-14-2010, 01:01 PM
Mahoni999 Mahoni999 is offline
 
Join Date: Apr 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes this is the skin_Arcade.php.

Did you also try change the setting in the acp Store CSS Stylesheets as Files? Now that acco posted this i also remember about it....plz try to change from YES to NO

Greetings
Mahoni999
Reply With Quote
  #9  
Old 02-15-2010, 02:25 AM
DeviantFlash DeviantFlash is offline
 
Join Date: Mar 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That actually made it look worse.

Its cool, I can wait until it gets sorted out.
Reply With Quote
  #10  
Old 02-15-2010, 03:35 PM
Garamond's Avatar
Garamond Garamond is offline
 
Join Date: Jul 2004
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mahoni999 View Post
this has been posted so many Times....did you read and try some Things descriped in those Treads ?

One Solution that helped many Users :


Go into your arcade skin

Search for
Code:
<fieldset>
Replace any of it with...
Code:
<fieldset class="fieldset">
See if this helps to fix your Problem.
Goddamn... thanks a lot actually I tried to search around for a fix, originally - but did not find any. This fixed my main problem after upgrading. Thanks again - I feel quite embarassed right now
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 06:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06736 seconds
  • Memory Usage 2,324KB
  • Queries Executed 26 (?)
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
  • (10)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete