coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: tim18 on July 28, 2007, 12:03:18 PM

Title: First level album thumbnails in category not showing in theme sosuechtig_black
Post by: tim18 on July 28, 2007, 12:03:18 PM
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
Title: Re: First level album thumbnails in category not showing in theme sosuechtig_black
Post by: Nibbler on July 28, 2007, 12:12:50 PM
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.
Title: Re: First level album thumbnails in category not showing in theme sosuechtig_bla
Post by: tim18 on July 28, 2007, 04:28:16 PM
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