2-column layout 2-column layout
 

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

2-column layout

Started by typn1979, August 10, 2006, 05:30:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

typn1979

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

Joachim Müller

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.