View Single Post
Old February 1st, 2006, 05:43 PM   #2 (permalink)
dead7
Member
Verified Customer
 
Join Date: Jan 2006
Posts: 47
Nevermind... Incase anyone is wondering anyway

Find the following in showcat.php

$desc = un_htmlspecialchars(convert_markups($desc));
if ( strlen($desc) > 100 ) $desc = substr($desc,0,100) . " ... ";

Default it says 175 -- Mine now reads 100.

Hope this helps some one.
dead7 is offline   Reply With Quote