ZenphotoCMS Forum
A fake album. - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: A fake album. (/thread-3311.html)



A fake album. - gregb34 - 2008-07-17

Hi,

Is it difficult to create a function to add a album which is a link to a URL ?

thanks




A fake album. - sbillard - 2008-07-17

the easiest way would be to create a areal album and put something into the album custom data. Then in the album loop, check for that value in the custom data and place a link to your URL instead of a link to the album




A fake album. - acrylian - 2008-07-17

You mean something that looks like an album on index.php for example but links somewhere else? I guess you would have to do that manually on your theme page with and if/else construct.




A fake album. - acrylian - 2008-07-17

That is what I had in mind actually, too.




A fake album. - gregb34 - 2008-07-17

Okey. Thanks you. I will try to do this.