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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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