I've installed a layout but in config, I can't change themes. I've installed a layout but in config, I can't change themes.
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

I've installed a layout but in config, I can't change themes.

Started by BellaVitax, February 04, 2007, 08:20:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BellaVitax

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]

Nibbler

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.