[ic] [sql-filter] in the 'random' component

Ron Phipps rphipps at reliant-solutions.com
Fri Jun 11 15:15:05 EDT 2004


> From: Adrian P Wilkinson
> Sent: Friday, June 11, 2004 12:16 PM
> 
> Hi,
> 
> I don't seem to be able to use [sql-filter] in
templates/components/random
> to limit the number of characters displayed of the product title to
> seventy-five.  Here's my code snippit:
> 
>         <tr>
>           <td width="75%" class="contentbar1" align="center"
height="50"
> valign="top"><b>
>             &nbsp;[sql-filter 75.][loop-description][/sql-filter]</b>
>           </td>
>         </tr>
> 
> The contents of the 'description' field appears surrounded by the
> unpharsed
> tag.  Suggestions?
> 
> Regards, Ade.

Try:

[loop-filter 75.][loop-description][/loop-filter]

or

[filter 75.][loop-description][/filter]

Good luck,
-Ron



More information about the interchange-users mailing list