Where is the current theme identity stored? Where is the current theme identity stored?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Where is the current theme identity stored?

Started by modshots, April 11, 2005, 10:55:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

modshots

I changed the theme from the config screen, but the new theme (transmission) has a bug in it. Consequently I can't now get into the config screen to change it back to something that works!

Can someone tell me where in which file the current theme is stored so I can go in manually and change it by hand, or give me another clue how to restore a working theme?

I presume there's a configuration file, but just looking through the files either I missed it or it wasn't obvious which one it was

Any help would save me a lot of time digging though the code tyring to find it.

Thanks.

Nibbler

There are 3 ways that coppermine decides what theme to show you:

1. based on the current config setting - stored in the database - (_config table)
2. based on a cookie that contains your preference.
3. based on a parameter passed in the url, eg. www.yoursite.com/index.php?theme=classic

If you ever have probs with a theme you can just add ?theme=classic to end of your gallery url and it will set the theme to classic (for you only)

modshots

Many thanks. That helped me recover from the problem!