For come reason my users' custom theme is not working in the "Your Account" module only... works in all others. I just upgraded from 76v2.8 to 76v3.1. Anyone have any ideas?
thepiston Sergeant
Joined: Dec 20, 2004
Posts: 93
Posted:
Mon Oct 03, 2005 11:34 am
anyone know the spot in each index file where it tells that page to use the user's personal theme?
disgruntled_user Nuke Cadet
Joined: Oct 10, 2005
Posts: 1
Posted:
Sun Oct 09, 2005 8:36 pm
Version : patched 3.1
In file: mainfile.php
change:
global $user, $userinfo, $Default_Theme, $name;
if (isset($ThemeSelSave)) return $ThemeSelSave;
if(is_user($user) && ($name != "Your_Account" || $op != "logout")) {
to:
global $user, $userinfo, $Default_Theme, $name, $op;
if(is_user($user) && ($name != "Your_Account" || $op != "logout")) {
if (isset($ThemeSelSave)) return $ThemeSelSave;
I had the same issue on 7.6 patched to 3.1 and this resolved it.
Found this fix in a post by 'Evaders99' at the following link:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum