Quote:
Originally Posted by EricR
Two questions. First, has anyone figured out how to edit the character limit on the Latest Threads (center block)? All of the thread titles are being cut short and I would like to retain more of the title. As-is it's cutting them so short it's difficult to determine the thread title.
|
In vbindex.php find:
PHP Code:
$thread['title'] = fetch_censored_text(fetch_trimmed_title($thread['title'], 22));
Replace with:
PHP Code:
$thread['title'] = fetch_censored_text($thread['title']);