News module problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Badyl

News module problem

Post 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 ?
Pierre M.

Re: News module problem

Post 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.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: News module problem

Post 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
Badyl

Re: News module problem

Post 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 ?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: News module problem

Post by RonnyK »

Check,

http://forum.cmsmadesimple.org/index.ph ... l#msg70795

It seems to be fixed in SVN.

Ronny
Badyl

Re: News module problem

Post 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 ?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: News module problem

Post 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
Locked

Return to “Modules/Add-Ons”