<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[BCS Engineering]]></title>
<link><![CDATA[https://support.bcsengineering.com/]]></link>
<description />
<generator><![CDATA[Kayako case v4.66.2]]></generator>
<item>
<title><![CDATA[How can I trim the amount of the review shown to a set number of ...]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/20]]></link>
<guid isPermaLink="false"><![CDATA[98f13708210194c475687be6106a3b84]]></guid>
<pubDate><![CDATA[Sun, 16 Mar 2008 20:36:00 -0400]]></pubDate>
<dc:creator><![CDATA[Carrie Saunders]]></dc:creator>
<description><![CDATA[Open up skin1/customer/product_rev.tpl and find this line:
{$sel_review}

Change it to:
{$sel_review|truncate:500}

You can change the number 500 to what ever you wish. If you want to get fancy, you can do it like this and what is in the quotes will...]]></description>
<content:encoded><![CDATA[Open up skin1/customer/product_rev.tpl and find this line:<br />
{$sel_review}<br />
<br />
Change it to:<br />
{$sel_review|truncate:500}<br />
<br />
You can change the number 500 to what ever you wish. If you want to get fancy, you can do it like this and what is in the quotes will be appended to the end. Example:<br />
{$sel_review|truncate:500:"..."}]]></content:encoded>
</item>
</channel>
</rss>