Is it possible to have a detail page for Album module like News module ?
For example :
Code: Select all
{cms_module module='album' detailpage='pagealias'}
Thanks

Code: Select all
{cms_module module='album' detailpage='pagealias'}
Good idea.ced64k wrote: Hi,
Is it possible to have a detail page for Album module like News module ?
For example :
I would like to display albums list on homepage and album detail on a separate page.Code: Select all
{cms_module module='album' detailpage='pagealias'}
Thanks![]()
Thanks!Good idea. Smiley
With mostly copy and pasting code from the News module, I have added this feature in the latest SVN of Album: http://viewsvn.cmsmadesimple.org/viewsv ... m&view=rev
I hope to do a new release today which includes this feature.