First level album thumbnails in category not showing in theme sosuechtig_black First level album thumbnails in category not showing in theme sosuechtig_black
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

First level album thumbnails in category not showing in theme sosuechtig_black

Started by tim18, July 28, 2007, 12:03:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tim18

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

Nibbler

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.

tim18

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