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";
|
This worked for me, but does anyone know how to do this for vBulletin Blog?