Help - Search - Members - Calendar
Full Version: The admin's theme is blank.
forums.eqdkp.com > EQdkp Support > Template & Style Support
Kromcrush
I accidentally selected a theme that I had not created properly and now whenever I log in as the admin I only get blank pages. Since the sites default theme is stable I can see the site again once I clear my cookies. How can I reset the admins theme?
danbopes
QUOTE(Kromcrush @ Nov 6 2006, 09:09 PM) [snapback]42097[/snapback]
I accidentally selected a theme that I had not created properly and now whenever I log in as the admin I only get blank pages. Since the sites default theme is stable I can see the site again once I clear my cookies. How can I reset the admins theme?

You need to go into phpmyadmin, and edit the config table. Set you default theme to the theme you want.
Kromcrush
How exactly do I do that. I have read a few of the other topics and I figured I had to edit something in there but I am really noob to sql. I went into my database and opened the "eqdkp_style_config" table but from there I do not know how to set the default style.

Also, I found the following code in another topic and executed it...
SQL
UPDATE `eqdkp_config` SET `config_value` = '6' WHERE `config_name` = 'default_style' LIMIT 1


This reset my sites 'default' theme. I believe that is just what eqdkp sets for new users as default and it is the theme I see before I log in. I still have my admin account theme set to the empty theme. The entire screen is blank.
Kromcrush
Well, after I made that last post I got an idea and took a shot in the dark. I ran the following code hoping it would work but not really knowing what any of it did.

SQL
UPDATE `eqdkp_users` SET `user_style` = '1' WHERE `user_id` = '1' LIMIT 1


Fortunately for me it worked. Thanks for the reply.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.