I need to use two article latest news module in my joomla 2.5 website. In one module I want to show the last article, while in the second module I want to show the second last article. How can i set this param? I try to edit the helper.php of mod_articles_news module, but I don't know how to set this param. I suppose I have to add a line like this
$model->setState('somwthing', param);
but the problem is that I don't know what I have to write. I can use as param variable the variable that rapresent the number of article to show in the module, because i force it to show only one article per module so that param is useless now. Thanks.