More... Link in news module HELP!!
-
jasonxblade
More... Link in news module HELP!!
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!!
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!!
Jason,
do you have a link?
Are you using pretty-URL?
Ronny
do you have a link?
Are you using pretty-URL?
Ronny
Re: More... Link in news module HELP!!
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
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!!
Have you {content} tag?jasonxblade wrote: here is a link
www.jattard.com
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!!
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
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!!
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
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!!
ok thanks for the tip on the metadata
yes in the news template i have {content}
yes in the news template i have {content}
-
jasonxblade
Re: More... Link in news module HELP!!
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 ?
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!!
No in news template but IN template pagejasonxblade wrote: ok thanks for the tip on the metadata
yes in the news template i have {content}
Alby
-
jasonxblade
Re: More... Link in news module HELP!!
Hi alby
if i add the{content} in the hompage as you can see the description comes.
if i add the{content} in the hompage as you can see the description comes.
Re: More... Link in news module HELP!!
Jason,
can you provide a login (using the PM) so that I can check inside?
Ronny
can you provide a login (using the PM) so that I can check inside?
Ronny

