NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 06-24-2009 16:02:40

humbuged
New member

Set animation box to be checked by default?

Hello smile I'm wondering is there a way to set the animation box to be checked by default? smile

Offline

#2 06-25-2009 01:06:39

Waccoon
Administrator

Re: Set animation box to be checked by default?

At the top of the "draw.php" file, you will see this:

Code:

if (!isset ($drawset)) {
    $drawset = array('app'=>0, 'anim'=>0, 'close'=>1);
}

Change it to this:

Code:

if (!isset ($drawset)) {
    $drawset = array('app'=>0, 'anim'=>1, 'close'=>1);
}

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB