Quote:
Originally Posted by Paul M
There is no way to limit it without using a plugin (as we do here).
This is a simplfied version of what we do ;
Hook: external_query
Code:
unset($vbulletin->GPC['fulldesc']);
$vbulletin->options['threadpreview'] = 200;
$hook_query_fields .= ",LEFT(post.pagetext,400) AS message";
|
Will this work in 3.7?
How would we remove description all together and just show the thread title?
I'll play around with the 200 and 400
Thanks
-Brandon