CGBlog "More" in Summary

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
warpedjoe
New Member
New Member
Posts: 5
Joined: Fri Jun 25, 2010 3:44 pm

CGBlog "More" in Summary

Post by warpedjoe »

While News and CGBlog have similar roots, I cannot get a "[More]" when there is data in the Summary field. Looking at the default template of the News Module, there is this

Code: Select all

	<div class="NewsSummaryMorelink">
		[{$entry->morelink}]
	</div>
However, a similar link does not exist in CGBlog. Since there is no class or the definition of 'morelink' anywhere that I can find. There was a reference in some other post that said "it's the same as in News, look in 'help'." There is nothing in News or CGBlog help about summary field and more
osxfil
Forum Members
Forum Members
Posts: 186
Joined: Wed Apr 01, 2009 6:03 pm

Re: CGBlog "More" in Summary

Post by osxfil »

for CGBlog you must using some as following:

Code: Select all

<a href="{$entry->detail_url}" title="{$entry->title}">Read more  »</a>
Post Reply

Return to “Modules/Add-Ons”