More... Link in news module HELP!!

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
jasonxblade

More... Link in news module HELP!!

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

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

Post by RonnyK »

Jason,

do you have a link?

Are you using pretty-URL?

Ronny
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

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

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

Post 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">
jasonxblade

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

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

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

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

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

Post by jasonxblade »

ok thanks for the tip on the metadata

yes in the news template i have {content}
jasonxblade

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

Post 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 ?
alby

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

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

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

Post by jasonxblade »

yes it is  :(
jasonxblade

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

Post by jasonxblade »

Hi alby

if i add the{content} in the hompage as you can see the description comes.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post by RonnyK »

Jason,

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

Ronny
Locked

Return to “CMSMS Core”