The new version of Aparna is fantastic! I've been looking through for any documentation on how to handle 'sub-pages' using Aparna, and can't find anything...
Example:
1. Created a new module called "News", and the url is mysite.com/news/
2. Created a news_category field in the form designer, and use search1="news_category = Local News" = World News, etc. to group displays on the Jamroom\modules\dnNews\templates\index.tpl
Now, I would like to create sub pages of News, but not sure how to proceed here? In other words, I would like users to be able to click a link for "Local News" and see only Local News stories, with perhaps a URL like mysite.com/news/local using a template like
Local News
{jrCore_list module="dnNews" order_by="_item_id numerical_desc" pagebreak="10" page=$_post.p pager=true search1="news_category = Local News"}
How do we do this with an Aparna created module?
Cheers!
~E
updated by @elric: 09/21/14 10:23:39AM