Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Category Index showing

 

 


majeske
User

Dec 16, 2006, 1:01 PM

Post #1 of 3 (406 views)
Shortcut
Category Index showing Can't Post

On the catgegory index pages I want to show part of the $article.content$ say 100 characters and then ( Read More). I don't want to have to create a separate $article.summary$ for each article.

Can I do this somehow?

Thanks


ross
Staff / Moderator


Dec 17, 2006, 2:56 PM

Post #2 of 3 (398 views)
Shortcut
Re: [majeske] Category Index showing [In reply to] Can't Post

Hi again!

Thanks for posting!

What you'll be able to do here is use the placeholder modifier that tells Article Manager to only return a certain number of words. That would look like this:

$article.summary:maxWords(16)$

Keep in mind that this isn't a character count. It's done based on the number of words so you may need to play around with it a bit.

Also, remember to republish your articles so that your changes take effect. Of course, let me know how you make out Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



majeske
User

Dec 17, 2006, 6:20 PM

Post #3 of 3 (392 views)
Shortcut
Re: [ross] Category Index showing [In reply to] Can't Post

That worked perfectly Ross, thanks