forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: typn1979 on August 10, 2006, 05:30:34 am

Title: 2-column layout
Post by: typn1979 on August 10, 2006, 05:30:34 am
Hello,
I've searched the solution for this several days, but failed. My template has 2 column in it, and I want my album list displayed in the left column, when user click on one album, the right column will display the content of that clicked album. I tried {CUSTOM_HEADER} in the left column but failed. I intended to build a {LEFT_ALBUM_LIST} to insert in to the HTML code of the left, but it seemed to be impossible because I'd have to make a modified version of the theme_display_album_list function, and also make a call in the index.php.
Please tell me how to do ??
Thank you in advance.

Thanh
Title: Re: 2-column layout
Post by: Joachim Müller on August 10, 2006, 07:22:15 am
That's not how Coppermine works: there is either the category/album list or the thumbnails or the individual files. Each of those entries is being represented by the {GALLERY} token in the template.html file. What you're trying to accomplish is not possible without completely re-coding Coppermine.