More... Link in news module HELP!!
Posted: Fri Sep 21, 2007 2:30 pm
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!!