Page 1 of 1
News module problem
Posted: Wed Aug 22, 2007 3:48 pm
by Badyl
Hey
I have a template for news summary:
Code: Select all
{foreach from=$items item=entry}
<div class="NewsSummaryLink">
{$entry->formatpostdate} - {$entry->category} - {$entry->titlelink}
</div>
{/foreach}
And my code of new's
Code: Select all
<p>{cms_module module="news" number="7" start="4" summarytemplate="archiwum2"}</p>
When I use a previously version 1.0.8 it was good, but when i upgarde to 1.1 this code isn't work correctly.
Nothing display.
I just know that templates gone from files to database. Is there any sollutions ?
Re: News module problem
Posted: Wed Aug 22, 2007 4:28 pm
by Pierre M.
Hello,
Badyl wrote:
Nothing display.
I just know that templates gone from files to database.
I don't understand if/how your templates are "gone".
You have a working news module and a news template ? Do you have attached CSS too ?
Pierre M.
Re: News module problem
Posted: Wed Aug 22, 2007 5:16 pm
by RonnyK
Wasn't there an issue with the "start" parameter in NEWS under CMSMS 1.1
Also you have to make sure that the new rights policy is set, to "Approve news for frontend display"
Ronny
Re: News module problem
Posted: Thu Aug 23, 2007 8:42 am
by Badyl
Hey thanx for replay, but nothing happend.
I test this template and:
if i add to template options start="5" - then this template don't work
if i delete start="5" - template dispay fine.
It's very strange, in previous version this template works fine.
is there any solution for this ?
Re: News module problem
Posted: Thu Aug 23, 2007 8:57 am
by RonnyK
Re: News module problem
Posted: Thu Aug 23, 2007 9:32 am
by Badyl
Yes this is my problemĀ
I copy all files from
http://svn.cmsmadesimple.org/svn/cmsmad ... ules/News/
to my folder with News module and nothing happend.
Can i do something else ?
Re: News module problem
Posted: Thu Aug 23, 2007 12:10 pm
by RonnyK
I think that you copied back what you got originally.
The SVN for NEWS is:
http://viewsvn.cmsmadesimple.org/viewsv ... newsmodule
The link you showed is the filelist of the installation of CMS1.1. In the release CMS1.1.1 it will be in by default.
Ronny