1
Hi Guys,
Even up to version 2.0.5.2 there is what I consider a display bug in the news module. Specifically, in the display of news items, the template news:news_item.html displays <{$story.title}> as (category : news_title).
Since the point of Smarty templates is to seperate content from display, shouldn't the News module pass something like;
<{story.category}> : <{story.title}>
to the Template instead? I would like very much to be able to display news items as follows but can't seem to do so because the content is not seperated inside the module:
-------
This is the news title
(category) : This is the short body of the news article.
-------
While I "could" modify the core code to do this on my system, I get tired of having to recode mods for every release and I would be very appreciative if you could manage to fix this in 2.6 (which I am eagerly waiting to install).
Wayne Hunt
Amiga.org