Quote:
Originally Posted by suzkaw
If that is the portion you are wanting to change you will have to truncate it through the Smarty plugin and will not be able to do it through the template file.
This file will not be encrypted however you will need to be familiar with php to alter it.
|
I am familiar with PHP. Well since you did not tell me what and where to edit. After several days of tracking it down going through what code that is not encrypted, I finally found it. Now is it possible for you to tell me what to add to this line, to limit the text output?
Code:
$output.=$loop[$x][title] ."<br />";