2-column layout 2-column layout
 

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

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.