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
  #52  
Old 03-31-2010, 01:51 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rckcrwlr View Post
OK...

Please don't mind my stupidity...I am new to the styles. In the past I just found one I liked and uploaded it. I will reinstall the OEM style and see if that fixes it.

Wish me luck...

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

I haven't been able to use my arcade for a while but it seems like it will not save scores and comes up with a Security Token Error.

Any thoughts?
Just create a new style with no parent in the Admin CP, then take a look at the arcade in that style to see if you still have the same problem.

Check the article that talks about CSRF Protecton for the Security Token Error.
Reply With Quote
  #53  
Old 04-05-2010, 09:12 AM
Rckcrwlr Rckcrwlr is offline
 
Join Date: Dec 2008
Location: PA
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
Just create a new style with no parent in the Admin CP, then take a look at the arcade in that style to see if you still have the same problem.
Did that and have the same issue.


Quote:
Originally Posted by Digital Jedi View Post
Check the article that talks about CSRF Protecton for the Security Token Error.
Forgot about that...it's fixed.
Reply With Quote
  #54  
Old 04-09-2010, 10:41 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rckcrwlr View Post
Did that and have the same issue.
At least one of these fixes should have corrected your problem. Have you tried save your CSS as files fix?
Reply With Quote
  #55  
Old 04-09-2010, 11:12 PM
Rckcrwlr Rckcrwlr is offline
 
Join Date: Dec 2008
Location: PA
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
At least one of these fixes should have corrected your problem. Have you tried save your CSS as files fix?
Yes I did...the villagers have stopped complaining for right now. maybe something else will come up...

Thanks for your help...
Reply With Quote
  #56  
Old 04-15-2010, 07:01 PM
encryption's Avatar
encryption encryption is offline
 
Join Date: Sep 2005
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LightInClouds View Post
Quote:
Originally Posted by Rckcrwlr View Post
That's how mine looks...

www.networkhobbies.com
Quote:
Originally Posted by Digital Jedi View Post
Doesn't look like either one of you applied the fieldset changes.
applied the fixes and still looks exactly the same (no changes before or after the updates)
Reply With Quote
  #57  
Old 04-21-2010, 06:05 AM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have tried all the solutions suggested in the 3rd post, but the arcade style is still broken. I already have my CSS saved as files.

At a bit of a loss at the moment with how to fix this problem.
Reply With Quote
  #58  
Old 04-22-2010, 12:28 PM
doraj doraj is offline
 
Join Date: Nov 2005
Location: Italy
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I tried your fix but I haven't again the problem with layout, have you other suggestion please?

Arcade

Thank you
Reply With Quote
  #59  
Old 04-22-2010, 07:04 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The arcade.css template is where you would normally add that fieldset css. Another place would be to add it to the last stylesheet that vBulletin 4 calls, which is the additional.css. This would override any other definitions that maybe knocking out the css styling.

Just an idea..

additional.css template
Code:
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 10px;
}
Reply With Quote
  #60  
Old 05-01-2010, 07:02 AM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by syrus.xl View Post
The arcade.css template is where you would normally add that fieldset css. Another place would be to add it to the last stylesheet that vBulletin 4 calls, which is the additional.css. This would override any other definitions that maybe knocking out the css styling.

Just an idea..

additional.css template
Code:
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 10px;
}
Negative, unfortunately Added the code to additional.css and then cleared my browser cache. Reloaded the arcade page, its still the same
Reply With Quote
  #61  
Old 05-14-2010, 12:11 PM
goxy63 goxy63 is offline
 
Join Date: Oct 2008
Location: its like another planet:D
Posts: 657
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything is almost great, thank you guys

Only one thing, how to center titles above champion avatars, as they are going to the left?
"Highscore-Champions"
"Leader of Leaderboard"
"King of the Arcade"
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 04:37 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.05449 seconds
  • Memory Usage 2,332KB
  • 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
  • (2)bbcode_code
  • (9)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
  • (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_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