PDA

View Full Version : have several issues with the arcade skin :0


sandrodz
12-24-2006, 10:45 AM
Hi.

I have two issues with the arcade skin... I went through three files and couldn't really find anything interesting! I'm getting crazy... :)

check screen: http://img19.imageshack.us/img19/7563/untitled1fq7.gif

issue #1. I want to get rid of that space. Its the place where navigation bar goes. So my guess is that we need to move <br> inside the <if> statement that checks if user is loged in or not.

issue #2. I hate that ugly border :) where is that table? so I can change 1 to 0!!

stangger5
12-24-2006, 04:30 PM
#1: If you use arcade announcements,,it all lines up without a big space..

If you dont use announcements you will have to edit the skin_v3Arcade.php..
arcade >> skins >> skin_v3Arcade.php
Go to line 184 or look for {$tourneyinfo['announcement']}<br />
Just delete <br />

#2: Edit skin_v3Arcade.php again.
Go to line 369,,you`ll see
<table width="100%" border="1" cellspacing="1" cellpadding="1">
Change the border="1" to border="0"

sandrodz
12-24-2006, 05:29 PM
thanks!

what's the use of announcements, I can't use html anyways :)

stangger5
12-24-2006, 10:03 PM
thanks!

what's the use of announcements, I can't use html anyways :)

No need for html...

admincp >> arcade >> Main Settings..
Scroll down to,

Announcement
This will show up in Arcade if activated

Type what you want in the box to the right..
You could put,,,,Welcome to the Arcade !!
Right above that box you will see,,

Show announcement in Arcade

Set that to Yes

Save setting

:)