Page 1 of 1
[Solved] 'Start' no longer works in News module
Posted: Fri Aug 17, 2007 10:57 pm
by stopsatgreen
I had the following code in my page to call news stories:
Code: Select all
{news category='Announcement*' detailpage='news-story' start='3' number='10' summarytemplate='news_archive'}
Which was fine until I upgraded to News 2.3.0.1, and now it's stopped working; no news stories are output. If I remove the 'start' parameter, it works fine. Has anyone else experienced this?
Re: 'Start' no longer works in News module
Posted: Sat Aug 18, 2007 12:08 am
by Dr.CSS
What did you upgrade from?...
The newer News modules use templates from inside the news module interface, if your summary template is in the modules/News/templates folder you may need to copy it into the news interface, go to Content > News and on the Summary Template tab you will see a sample of a news template and below it Available Templates click Create A New Template name it and paste it in, click submit, then call it in your news tag w/o the .tpl ending...
OH you were using a start parameter, you're right it's not working...
Re: 'Start' no longer works in News module
Posted: Sat Aug 18, 2007 11:42 pm
by stopsatgreen
So is there a way to fix it? Is it already in the SVN? I have a client who's not happy...
Re: 'Start' no longer works in News module
Posted: Sun Aug 19, 2007 12:32 am
by calguy1000
It's fixed in svn
Re: 'Start' no longer works in News module
Posted: Mon Aug 20, 2007 12:03 am
by stopsatgreen
Thanks, I uploaded /lang/en-us.php from svn and that seems to have done the trick.
Is there a reason this hasn't been released as 2.3.0.2?
Re: 'Start' no longer works in News module
Posted: Mon Aug 20, 2007 12:18 am
by calguy1000
CMS 1.1.1 will be released soon (as soon as the trenalations are reasonably fixed). and the fix should be included there.
Re: 'Start' no longer works in News module
Posted: Mon Aug 20, 2007 11:44 pm
by stopsatgreen
Happy to hear it!
