Hello.
Ive got a gallery set up with the very good looking theme "sosuechtig_black". I've tried to check the radio button to display "first level album thumbnails in categories" under "album list view" however it refuses to display the thumbnails. I have tried to do the same with the theme "fruity" and it works fine.
Any help to point me in the right direction would be greatly appreciated :)
Timothy
The theme disables that feature on purpose. You'll need to look into the theme.php to see why that is and try to come up with a way to make it work.
Thanks!
Success. I went into theme.php and replaced the value '0' with a '1' for $CONFIG['first_level'] = 1;
. What a difference good code comments make :D.
Thanks for the tip Nibbler.
Tim