Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
Oh, duh. I didn't recognize your name.
If you recently updated to 1.2.0, you'll need the 1.2.1 patch which I'll be releasing this weekend. If you're still using 1.1.5, I'll need to know if you're getting any error messages or whatnot. If you try to re-register and your server's e-mail system isn't working, the board should let you know.
Offline
In functions.php, search for "adduser".
Directly underneath, you should see this:
$draw_access = $_POST['draw_access']; $anim_access = $_POST['anim_access']; $upload_access = $_POST['upload_access'];
replace it with this:
$draw_access = $_POST['reg_draw']; $anim_access = $_POST['reg_anim']; $upload_access = $_POST['reg_upload'];
Gotta take better notes when I change things. :6
Offline