Quote:
Originally Posted by NTLDR
You can limit the lenght of the profile field in the Admin CP, alternativly:
PHP Code:
$post['field2'] = fetch_trimmed_title($post['field2'], X);
Change X to the number of characters and place it after:
PHP Code:
$post['posts'] = vb_number_format($post['posts']);
in includes/functions_showthread.php
|
Thank you Very much! That worked perfectly!