My modified theme for www.RetinaGallery.com has the album thumbnail page with only the album titles and not the entire description next to each thumbnail. My descriptions are long. I'd like to similarly modify the Mobile Dark theme so that the album thumbnail page has only the title but not the description. Then I'd like the album description to appear if possible, instead, at the top of the page after someone clicks on the album to view the files. I've attached my theme.php for Mobile Dark and my theme.php for Curves (that I"ve modified).
I appreciate any help on this.
Thanks,
Steve
Quote from: scohen125 on July 18, 2012, 05:34:18 PM
the album thumbnail page has only the title but not the description.
Copy the block
$template_album_list from your curve theme to your mobile dark theme.
Quote from: scohen125 on July 18, 2012, 05:34:18 PM
I'd like the album description to appear if possible, instead, at the top of the page after someone clicks on the album to view the files.
Copy the block
theme_display_thumbnails from your curve theme to your mobile dark theme.
I haven't tested that, but it seems that those code modifications are responsible.
I copied my modifications from my curves theme to my mobile_dark theme and everything worked out except for getting rid of the descriptions from the album thumbnail page and only having titles. Here is the post where I was helped with this for my curves theme:
http://forum.coppermine-gallery.net/index.php/topic,67873.msg336677.html#msg336677
I have attached the mobile dark theme.php file with the 4 modifications tacked onto the end of it.
Thank you again for the help.
My website is: www.retinagallery.com
Steve
It seems that you forgot to copy the block $template_album_list. Instead, you copied the block $template_album_list_cat, which doesn't affect anything, as the theme disables the corresponding config setting by default.
That worked! Thanks again.
I appreciate all the help.
Steve