PDA

View Full Version : adjustment on listings


mobicom
04-07-2007, 03:17 PM
Hi I am looking to expand the listing title by about another 15 characters how do i do it??

kwickcut
04-07-2007, 10:43 PM
This can be extended in /config/functions.php:-


function titleResize($titleText) {
$maxLength = 15; ## the maximum length of a word is 20 characters
$newText = "";


Just need to alter $maxLength = 15;



kwick

mobicom
04-08-2007, 04:14 AM
thanks it is appreciated