News Module: MicroManagement Possible?
Posted: Sun Nov 05, 2006 7:47 pm
Hi!
I am looking to see if anyone has done the following with News Module;
Goal: Having category specific news articles using the same template for multiple categories of news. Only way I could think to do this (I am NO programmer, I am a designer) is using the page title {title} which passes the variable(?) I need to accomplish this.
Problem: Can't seem to use {} inside {} (result {{}})
Has anyone approached this before?
Example URI: http://mm.drunkenlords.com/breaking_news/
The section that I would like to apply the example code in is the '{title} Archives' - The archives should be category specific on this page, however they are not, and all articles are displayed.
I am looking to see if anyone has done the following with News Module;
Code: Select all
{cms_module module="news" number="10" category='{title}'}
Problem: Can't seem to use {} inside {} (result {{}})
Has anyone approached this before?
Example URI: http://mm.drunkenlords.com/breaking_news/
The section that I would like to apply the example code in is the '{title} Archives' - The archives should be category specific on this page, however they are not, and all articles are displayed.