Page 1 of 1

Album question: recently_updated/categories conflict?

Posted: Mon Jul 02, 2007 1:08 pm
by halm
I'm trying to make two separate "recently_updated" fields on my welcome page, one each for categories 1 and 2.
Tried the following:

Code: Select all

{cms_module module='album' categories='1' action='recently_updated'}
{cms_module module='album' categories='2' action='recently_updated'}
However, I get two similar "recently_updated" fields, containing images from all categories ... are categories and recently_updated mutually exclusive or is it my syntax that's faulty?

Re: Album question: recently_updated/categories conflict?

Posted: Wed Jul 04, 2007 2:07 pm
by Elijah Lofgren
The recently_updated action does not currently take into account the categories parameter.

It probably wouldn't be too hard to make it by editing modules/Album/action.recentlyupdated.php but I'm kind of busy right now. Please file it as a bug here: http://dev.cmsmadesimple.org/tracker/?a ... unc=browse (click "Submit New")

Hope you have a great July 4th,

Elijah