View Full Version : Messed up layout after upgrading
Garamond
02-11-2010, 12:18 PM
*problem fixed*
DeviantFlash
02-14-2010, 04:15 AM
I noticed this problem as well.
Has anyone come up with any fixes?
Mahoni999
02-14-2010, 10:11 AM
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
<fieldset>
Replace any of it with...
<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
.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...
<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
DeviantFlash
02-14-2010, 11:14 AM
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
<fieldset>
Replace any of it with...
<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
.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...
<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?
Mahoni999
02-14-2010, 11:34 AM
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
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.
DeviantFlash
02-14-2010, 12:20 PM
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?
Mahoni999
02-14-2010, 01:01 PM
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
DeviantFlash
02-15-2010, 02:25 AM
That actually made it look worse.
Its cool, I can wait until it gets sorted out.
Garamond
02-15-2010, 03:35 PM
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
<fieldset>
Replace any of it with...
<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 :o
SpottySocks
02-20-2010, 02:31 PM
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
<fieldset>
Replace any of it with...
<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
.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...
<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? :o
DeviantFlash
02-22-2010, 01:39 AM
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?
BrOkEn.HaLo
02-25-2010, 05:21 PM
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
<fieldset>
Replace any of it with...
<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
.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...
<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?
Rckcrwlr
02-25-2010, 10:59 PM
I have to post here too.
Same issue...
Digital Jedi
02-25-2010, 11:26 PM
Are you sure you edited the right arcade skin?
BrOkEn.HaLo
02-26-2010, 12:36 AM
Yes, I edited the skin_Arcade.php
SpottySocks
02-26-2010, 12:07 PM
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!
BrOkEn.HaLo
02-26-2010, 04:15 PM
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
SpottySocks
02-26-2010, 06:33 PM
Style Manager>Your Style>Edit Templates>CSS templates>ARCADE.cssThanks for letting me know, problem is I still can't find it. Screenshot attached, also same for the default.
BrOkEn.HaLo
02-26-2010, 07:26 PM
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.
Digital Jedi
02-27-2010, 05:57 AM
I just realized that some of you seem to be changing one instance of <fieldset> to <fieldset class="fieldset"> in skin_Arcade.php. You need to change EVERY instance of <fieldset>.
SpottySocks
02-27-2010, 11:16 AM
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.
Looks like you were right. Re-uploaded and changed skin_arcade.php again and now all is fine. Don't I feel like a dumbass. :D Thanks! :)
BrOkEn.HaLo
02-27-2010, 11:35 AM
I just realized that some of you seem to be changing one instance of <fieldset> to <fieldset class="fieldset"> in skin_Arcade.php. You need to change EVERY instance of <fieldset>.
I've changed every instance and my layout isn't changing.
http://devilsdisciples.net/forum/arcade.php
Rckcrwlr
02-27-2010, 11:46 AM
There is no <fieldset> found in my ARCADE.css. There is fieldset without the brackets???
SpottySocks
02-27-2010, 02:14 PM
There is no <fieldset> found in my ARCADE.css. There is fieldset without the brackets???
The <fieldset> is in your skin_Arcade.php, not ARCADE.css.
Look at this:
One Solution that helped many Users :
Go into your arcade skin
Search for
<fieldset>
Replace any of it with...
<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
.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...
<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
As Jedi said you need to change every <fieldset> to <fieldset class="fieldset"> in skin_arcade.php
Rckcrwlr
02-27-2010, 02:34 PM
Woo Hoo...it looks better
Thanks
--------------- Added 1267288718 at 1267288718 ---------------
One more question...can I delete the game files from the /arcade/tar directory once they are installed??
My server back up is getting killed by the size of this????
--------------- Added 1267291974 at 1267291974 ---------------
OK...I woo hoo'd too fast.
Now I cannot upload new games. I put them in the tar folder go to the Add Games, click install and I get a blank screen... :(
Mahoni999
02-27-2010, 04:08 PM
One more question...can I delete the game files from the /arcade/tar directory once they are installed??
Yes as soon as you have installed the Games, then you can delete the TAR-FIles as you don`t need them anymore.
Digital Jedi
02-27-2010, 05:28 PM
I've changed every instance and my layout isn't changing.
http://devilsdisciples.net/forum/arcade.php
I've noticed that you have a custom skin. <fieldset class="fieldset"> isn't used but in a few places in the new vBulletin. It's possible your skin designer didn't include any CSS information for it.
BrOkEn.HaLo
02-28-2010, 06:15 AM
Is there anyway around this?
Digital Jedi
02-28-2010, 06:32 PM
Well, yes. You need to add the CSS for the fieldset class. Either you can contact the skin designer or you can try designing your own.
None of this fixes it for me either
http://uselessforums.com/arcade.php
Digital Jedi
03-04-2010, 01:30 PM
You've disabled guests from viewing the arcade.
Works on firefox but not in IE :(
GamerPerfection
03-13-2010, 09:18 AM
...
Kaleem
03-22-2010, 04:22 PM
Did not work for me.
http://www.friendskorner.com/forum/arcade.html
Rckcrwlr
03-22-2010, 04:46 PM
Did not work for me.
http://www.friendskorner.com/forum/arcade.html
That's how mine looks...
www.networkhobbies.com (http://www.networkhobbies.com/arcade.php)
mattbarb
03-26-2010, 06:39 PM
had the same problem as everyone else. i changed the setting in ACP for storing CSS as files to "NO" and it looks perfect now. I also did the fieldset fix beforehand. the setting is under Options-->Style and Language Settings-->Store CSS Filesheets as files..change to NO
Digital Jedi
03-26-2010, 06:39 PM
Did not work for me.
http://www.friendskorner.com/forum/arcade.html
That's how mine looks...
www.networkhobbies.com (http://www.networkhobbies.com/arcade.php)
Doesn't look like either one of you applied the fieldset changes.
Rckcrwlr
03-26-2010, 06:47 PM
Doesn't look like either one of you applied the fieldset changes.
I just verified that they were changed...on instances of <fieldset> in the file...
mattbarb
03-26-2010, 06:50 PM
I just verified that they were changed...on instances of <fieldset> in the file...
try the css setting fix i just posted above it worked for me
Taurus MFF
03-27-2010, 11:03 AM
had the same problem as everyone else. i changed the setting in ACP for storing CSS as files to "NO" and it looks perfect now. I also did the fieldset fix beforehand. the setting is under Options-->Style and Language Settings-->Store CSS Filesheets as files..change to NO
this definitely works and makes the arcade look great on a 4.0.2 forum with a modified template!
any chance a future release will support CSS being stored as files? or possibly a fix exists now to allow?
I'd hate to lose the speed gain of CSS as files but our forum wants the arcade.
Rckcrwlr
03-30-2010, 12:54 AM
try the css setting fix i just posted above it worked for me
Nope..still not working...
Digital Jedi
03-30-2010, 12:59 AM
I'm starting to think that reason some of you don't see changes when fixing fieldset, is because your skin didn't include styling for fieldset.
Rckcrwlr
03-30-2010, 01:03 AM
I'm starting to think that reason some of you don't see changes when fixing fieldset, is because your skin didn't include styling for fieldset.
I am only using the vB Styles...
Digital Jedi
03-30-2010, 01:14 AM
You've made no changes whatsoever to your styling, because the link you posted above shows a red colored forum?
Rckcrwlr
03-30-2010, 01:23 AM
You've made no changes whatsoever to your styling, because the link you posted above shows a red colored forum?
No...
I am only using vB Stylings...not other developers.
Basically it is a color change from what I understand.
Digital Jedi
03-30-2010, 04:15 PM
No...
I am only using vB Stylings...not other developers.
Basically it is a color change from what I understand.
A custom style means you've made changes to your style in the Admin CP. It doesn't necessarily mean you've used one from another developer. Changing it from the default means you have a custom style. That's how you got your own banner in there. I haven't gotten a chance to see where fieldset is controlled, but it could be you don't have style info for that aspect.
Rckcrwlr
03-30-2010, 05:34 PM
A custom style means you've made changes to your style in the Admin CP. It doesn't necessarily mean you've used one from another developer. Changing it from the default means you have a custom style. That's how you got your own banner in there. I haven't gotten a chance to see where fieldset is controlled, but it could be you don't have style info for that aspect.
:eek::confused:
Confused...
Are you saying that some of my Addons could have caused it???
Digital Jedi
03-30-2010, 09:48 PM
No, I didn't say anything about Add-Ons. I'm talking about your style. vB default comes white and blue. You've edited, or had someone edit the style so your forum would now be red with a custom banner. All of that is controlled in the Admin CP in the style manager.
Rckcrwlr
03-30-2010, 09:53 PM
No, I didn't say anything about Add-Ons. I'm talking about your style. vB default comes white and blue. You've edited, or had someone edit the style so your forum would now be red with a custom banner. All of that is controlled in the Admin CP in the style manager.
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 1269999098 at 1269999098 ---------------
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?
Digital Jedi
03-31-2010, 01:51 AM
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 1269999098 at 1269999098 ---------------
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.
Rckcrwlr
04-05-2010, 09:12 AM
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.
Check the article that talks about CSRF Protecton for the Security Token Error.
Forgot about that...it's fixed.
Digital Jedi
04-09-2010, 10:41 PM
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?
Rckcrwlr
04-09-2010, 11:12 PM
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...
encryption
04-15-2010, 07:01 PM
Did not work for me.
http://www.friendskorner.com/forum/arcade.html
That's how mine looks...
www.networkhobbies.com (http://www.networkhobbies.com/arcade.php)
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)
RedTrinity
04-21-2010, 06:05 AM
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.
doraj
04-22-2010, 12:28 PM
Hello,
I tried your fix but I haven't again the problem with layout, have you other suggestion please?
Arcade (http://www.p2psin.it/forum/arcade.html)
Thank you
syrus.xl
04-22-2010, 07:04 PM
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
.fieldset {
padding: 5px;
font-size: {vb:stylevar font-size};
border: 1px solid #c4c4c4;
margin: 0 10px;
}
RedTrinity
05-01-2010, 07:02 AM
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
.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 :(
goxy63
05-14-2010, 12:11 PM
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"
lubbie
06-01-2010, 04:03 PM
Hi. Im not that good in php. Where in skin_Arcade.php do i have to add this
<fieldset class="fieldset">
<legend><b>{$ibforums->lang['gamebox_rating']}</b></legend>
<center><span class="smallfont">
{$rating}
</span></center></fieldset>
?
Hippy
06-02-2010, 11:44 PM
search for <fieldset> and just change them to <fieldset class="fieldset">
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.