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
vBulletin® v3.8.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.