Quote
You can create a block with the story titles (including the date).
The amount of stories on the front page can be added as followed:
save a backup copy of /modules/News/funcs.php
edit /modules/News/funcs.php
find the line:
function getArticles($where, $order, $limit, $startnum=0) {
Add $limit=1; (numer 1 is the amount of stories) after that line so that it looks like this:
function getArticles($where, $order, $limit, $startnum=0) {
$limit=1;
Good luck
I tried this and it causes one issue for me... you can't sort by topics or make any calls to the topic sections as they won't display any news :( any other way to do this??
BTW you can see it on my site at http://www.attackforcez.com
direct link a topic is ... http://www.attackfor…ndex&catid=&topic=3
