Album List in {SYS_MENU} Album List in {SYS_MENU}
 

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

Album List in {SYS_MENU}

Started by zarroun, November 17, 2006, 08:31:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zarroun

Hello,

I would like to be able to show the album list in my menu, but have only achieved errors thus far. Has anyone tried this and found a solution? I searched the site but didn't find anything. Thanks for pointing me in the right direction!

Joachim Müller

I don't think that such a mod has been posted. Composing the album list (e.g. in a dropdown) makes it necessary to run additional queries. Some skills needed.

zarroun

:) okay, i will forward the message to my client. Should I (doubtfully) figure something out, I'll let post the results.

zarroun

Okay, I just had a crazy thought:

The gallery is getting the list of albums anyway. Wouldn't it be possible to call the function that populates the albums on the front page inside the System menu? If so, I could just duplicate that function, take out all the information that i don't need (thumbnail etc), leave the album name with a break and get the result from there. Once I have the gallery configured the way I want, I will give this a try unless someone here tells me that I'm completely crazy ;).