View Full Version : Create Tournament Page
Lombardo
03-09-2008, 08:12 PM
My create tournament page is all squashed,all my other pages are fine but this one is all squashed,you can see in the image below.How do i go about fixing that? :confused:
https://vborg.vbsupport.ru/external/2008/03/45.jpg
OnyxChase
03-10-2008, 03:33 PM
I had the same problem, I believe there is an extra table tag within a <table> tag in the skin.
It looked something like this
<table cellspacing='4' cellpadding='0' table border='0'>
Lombardo
03-10-2008, 06:39 PM
which template would that be in? i have no idea where to look
OnyxChase
03-10-2008, 08:33 PM
IN skin_v3Arcade.php
LOOK FOR <table border='0' table cellspacing="3" cellpadding="4" width='100%'>
Lombardo
03-10-2008, 09:40 PM
Just delete that?
OnyxChase
03-12-2008, 01:53 PM
In that line remove the extra 'table'
FIND:
<table border='0' table cellspacing="3" cellpadding="4" width='100%'>
REPLACE WITH:
<table border='0' cellspacing="3" cellpadding="4" width='100%'>
I'm pretty sure this is how I fixed mine, but I did a lot of other modifications so I'm not 100% that this was the root cause of the problem. :)
Lombardo
03-12-2008, 02:59 PM
Its still the same unfortunatly.
OnyxChase
03-15-2008, 11:02 PM
Look at the closing tags, I think there might be a double </table> or </div> I know it's somewhere in that code. Sorry I can't be specific, but I have changed it completely to suit my website.
Lombardo
03-16-2008, 09:58 PM
Thats not worked either mate.
If i pasted up the original code would you maybe be able to see whats wrong?
Thanks for trying to help me, its much appreciated mate.
Gemma
03-20-2008, 12:13 PM
If you send me a copy of the arcade skin you use I will have a look at it over the weekend
Also does this error occur using both skin_Arcade.php and skin_v3arcade.php?
Lombardo
03-20-2008, 01:53 PM
What do you mean arcade skin? you mean my forums style? i've not installed a seperate skin for my arcade. Also i don't know whats causing the problem, i don't really know all this technical stuff.
Gemma
03-20-2008, 04:26 PM
If you go into your AdminCP > Arcade > Arcade Main Settings
Change the default skin between ibProArcade and v3arcade and check if your error happens on both skins.
And if you send me the contents of your 'skins' folder which you uploaded to your server from the arcade archive :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.