Page 1 of 1

More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 2:30 pm
by jasonxblade
Help please  i am new to this forum and started using cmsms

when i add my news the more.. link does not work i looked everywhere even in the help

here is the parameter i am using

{news category="activities" moretext="view..." detailtemplate="news"}

i am using the detailtemplate parameter cause i want the news to come u in a custom template

i even looked in the  content news summary and detail templates and yes in the tab underneath

here is what i have:


Summary:


{if $pagecount > 1}
 
{if $pagenumber > 1}
{$firstpage} {$prevpage} 
{/if}
{$pagetext} {$pagenumber} {$oftext} {$pagecount}
{if $pagenumber
{/if}
{foreach from=$items item=entry}



{$entry->titlelink}


{if $entry->summary}

{eval var=$entry->summary}



[{$entry->morelink}]


{else if $entry->content}


{eval var=$entry->content}

{/if}


{/foreach}





Detail:

{if $entry->formatpostdate}

{$entry->formatpostdate}

{/if}
{$entry->title}



{if $entry->summary}


{eval var=$entry->summary}


{/if}


{eval var=$entry->content}



{$entry->printlink}

{if $return_url != ""}
{$return_url}
{/if}

Thanks for your help!!

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 2:34 pm
by RonnyK
Jason,

do you have a link?

Are you using pretty-URL?

Ronny

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 3:19 pm
by RonnyK
Jason,

will you check if there are no tags around the calling, press the HTML-button in your editor to check the source.

If that doesn't function, will you check using a plain {news} call, so no parameters given.

Ronny

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:00 pm
by alby
jasonxblade wrote: here is a link
www.jattard.com
Have you {content} tag?
News detail replace {content} ore use detailpage param for view in other page

Alby

PS: Check your metadata, you have two content-type:

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:02 pm
by jasonxblade
Hi ron listen

i checked the tags here is what i have

{news category="activities" moretext="more..." detailtemplate="news"}

i checked with a normal {news} and still same problem

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:09 pm
by RonnyK
Jason,

news-page, is it ACTIVE?

Check with just {news}, so no . On a new page with no other content.

Will you post template?

Ronny

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:10 pm
by jasonxblade
ok thanks for the tip on the metadata

yes in the news template i have {content}

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:13 pm
by jasonxblade
hi ron thanks for helping me on this

i just replaced the whole template with just {news} as you might see on the page.

what do you mean by active ?

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:16 pm
by alby
jasonxblade wrote: ok thanks for the tip on the metadata

yes in the news template i have {content}
No in news template but IN template page

Alby

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:18 pm
by jasonxblade
yes it is  :(

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:22 pm
by jasonxblade
Hi alby

if i add the{content} in the hompage as you can see the description comes.

Re: More... Link in news module HELP!!

Posted: Fri Sep 21, 2007 5:23 pm
by RonnyK
Jason,

can you provide a login (using the PM) so that I can check inside?

Ronny