I have Changed My Theme To Choaticsoul and i try show the First Level of categroy but it wont show it . I have checked the option where it says "Show first level album thumbnails in categories " But when save th settings i heck the admin pnale its back off.
What i can do.
Read the theme's thread.
http://forum.coppermine-gallery.net/index.php?topic=39753
I put that setting in the theme.php file as a design feature to the theme. If you want to override it you have 2 choices, one is to edit the config setting by finding the below line in the theme.php file and changing 0 to 1:
$CONFIG['first_level'] = 0; //sets "Show first level album thumbnails in categories = no".
The other method is to delete this line altogether and use the Config manager to apply your setting. The same goes for all the other $CONFIG variables.