I recently attempted to remove themes by simply removing them from the /themes folder; however, that didn't work as I had planned.
Once I deleted the themes, users who had chosen the theme that was deleted obtained error messages.
I have went into the site (PhpNuke 6.5) preferences and set the "guest" theme to the desired theme, but how do I delete themes and assign the correct theme for my current users to use?
For simplicity, I would just like to have one theme.
Thanks!
Cody
Raven General
Joined: Mar 22, 2003
Posts: 5233
Location: USA
Posted:
Tue May 20, 2003 6:32 pm
If you only have 1 theme and set that theme as the default, the guests should not receive errors. However, you could also go into phpMyAdmin and issue the following SQL
Code:
UPDATE nuke_users set theme='your_theme', set user_theme='';
You can post new topics in this forum You can 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