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
  #12  
Old 02-20-2010, 02:31 PM
SpottySocks SpottySocks is offline
 
Join Date: Jun 2008
Location: UK
Posts: 127
Благодарил(а): 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
Hey, I'm going to sound completely daft now. I also have the same problem with the arcade looking a mess. Could you tell me where I can find the arcade skin and the arcade.css?
Reply With Quote
  #13  
Old 02-22-2010, 01:39 AM
DeviantFlash DeviantFlash is offline
 
Join Date: Mar 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it. Only one little problem now. Where it says High Score Champions, King of the Arcade, etc....that text is not centered. Anyone know what I would change to fix that?
Reply With Quote
  #14  
Old 02-25-2010, 05:21 PM
BrOkEn.HaLo BrOkEn.HaLo is offline
 
Join Date: Mar 2007
Posts: 15
Благодарил(а): 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
I've done this, and I've turned Store CSS Stylesheets as Files to No and my layout hasn't changed.
Any other ideas?
Reply With Quote
  #15  
Old 02-25-2010, 10:59 PM
Rckcrwlr Rckcrwlr is offline
 
Join Date: Dec 2008
Location: PA
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have to post here too.

Same issue...
Reply With Quote
  #16  
Old 02-25-2010, 11:26 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure you edited the right arcade skin?
Reply With Quote
  #17  
Old 02-26-2010, 12:36 AM
BrOkEn.HaLo BrOkEn.HaLo is offline
 
Join Date: Mar 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I edited the skin_Arcade.php
Reply With Quote
  #18  
Old 02-26-2010, 12:07 PM
SpottySocks SpottySocks is offline
 
Join Date: Jun 2008
Location: UK
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found the arcade skin and edited it. No change though. Where can I find the template arcade.css? Did a search and no find, but it's probably there somewhere!
Reply With Quote
  #19  
Old 02-26-2010, 04:15 PM
BrOkEn.HaLo BrOkEn.HaLo is offline
 
Join Date: Mar 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SpottySocks View Post
Found the arcade skin and edited it. No change though. Where can I find the template arcade.css? Did a search and no find, but it's probably there somewhere!
Style Manager>Your Style>Edit Templates>CSS templates>ARCADE.css
Reply With Quote
  #20  
Old 02-26-2010, 06:33 PM
SpottySocks SpottySocks is offline
 
Join Date: Jun 2008
Location: UK
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BrOkEn.HaLo View Post
Style Manager>Your Style>Edit Templates>CSS templates>ARCADE.css
Thanks for letting me know, problem is I still can't find it. Screenshot attached, also same for the default.
Attached Files
File Type: (21.4 KB, 22 views)
Reply With Quote
  #21  
Old 02-26-2010, 07:26 PM
BrOkEn.HaLo BrOkEn.HaLo is offline
 
Join Date: Mar 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds like you didn't upload everything. Double check and make sure you've uploaded all your files. If that's not the problem then I don't know what to tell ya.
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:04 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.06653 seconds
  • Memory Usage 2,323KB
  • Queries Executed 28 (?)
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
  • (8)bbcode_code
  • (4)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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