Posted: Tue Jun 23, 2009 1:53 am Post subject: phpNuke 8.1: Cannot change themes
User cannot change themes due to the new "overwrite_theme" in the config table.
Code:
in modules/Your_Account/index.php
FIND
function savetheme($user_id, $theme) {
global $user, $cookie, $userinfo, $user_prefix, $db, $module_name;
REPLACE WITH
function savetheme($user_id, $theme) {
global $user, $cookie, $userinfo, $user_prefix, $db, $module_name, $prefix;
_________________ Evaders99 Webmaster Administrator Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -
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