
05-27-2009, 11:42 AM
|
|
Registered User
|
 |
Join Date: Oct 2008
Posts: 1,133
|
|
Quote:
Originally Posted by Stefan
By default the in-active checkbox is drawing itself unchecked. There are some alternatives:
- set the profile to non-modal. That makes it impossible for the user to click on it:
PHP Code:
useownprofile = true;
profile.modal = false;
- use gui styles (style="toon.wba")
|
Thanks =D |
|
|
|