Pages: 1
Posted on 11-15-11, 05:27 am (rev. 1)
Birdo


Karma: 3304
Posts: 195/2021
Since: 06-28-11
Every time I change a field while editing my profile(at least in general), the theme I'm using switches back to the TRaSH theme, even thought I don't edit anything in the themes section.

(However, this don't happen when I directly change the theme)
_________________________

Posted on 11-15-11, 05:57 am
Banned for being a complete idiot.

Karma: 529
Posts: 555/987
Since: 07-09-11
This has already been reported here.

It happened to me when I changed my Avatar. Changing my Display Name didn't change my theme to the TRaSH theme.
Posted on 11-16-11, 12:29 am
Birdo


Karma: 3304
Posts: 196/2021
Since: 06-28-11
Posted by ELMario
This has already been reported here.

It happened to me when I changed my Avatar. Changing my Display Name didn't change my theme to the TRaSH theme.


Bugger. Didn't knew

I noticed this when I was constantly changing stuff for my layout, so I don't know if this applies to other fields.
_________________________

Posted on 11-17-11, 05:00 pm (rev. 1)
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10010
Posts: 1150/4457
Since: 06-08-11
Just fixed it.
Shit PHP and it's global variables.
Look at the fix I made in editprofile.php:

$userback = $user;
include_once("lib/header.php");

$user = $userback;


Yes, I used $user in header.php (for birthday handling) and it broke editprofile.php

\me extreme facepalms.
Pages: 1