coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: BellaVitax on February 04, 2007, 08:20:38 PM

Title: I've installed a layout but in config, I can't change themes.
Post by: BellaVitax on February 04, 2007, 08:20:38 PM
Hi,

I'm hoping this is the right area to post and that someone can help me. I recently installed this layout (see image below) I accidentally changed the wrong width for one of the tables in the album list view, so now it's stuck like this when I login and access the config. On the main page the latest uploads page has stretched due to what I have done, I believe. As you can see, I can't click on anything such as the themes which is shown as an example, it's the same for every category I choose. When I scroll down the bottom there isn't the two buttons that say "save configuration" or "reset configuration". I really appreciate if someone could help. I've accessed the files in my cpanel, but I don't exactly know what I should be looking for to make the changes. Thanks!

[Edit GauGau]Replaced hotlinked file with attachment[/Edit]
Title: Re: I've installed a layout but in config, I can't change themes.
Post by: Nibbler on February 04, 2007, 08:44:23 PM
Run an SQL query in phpmyadmin to correct the setting.


UPDATE cpg_config SET value = '100%' WHERE name = 'main_table_width' LIMIT 1"


Change cpg_ to the actual prefix you use.
Title: Re: I've installed a layout but in config, I can't change themes.
Post by: BellaVitax on February 05, 2007, 11:29:56 AM
Thank you! Problem fixed :)