Quote:
Originally Posted by Lynne
I don't know about for blogs, but this works for the regular RSS feed and I'm sure you can modify it to work with the blog feed:
hook location: external_query
PHP Code:
unset($vbulletin->GPC['fulldesc']);
$vbulletin->options['threadpreview'] = 150;
$hook_query_fields .= ",LEFT(post.pagetext,300) AS message";
|
Forgive me for the following inane question -
What do I *do* with that code snippet? Is there a specific area in AdminCP where I should enter it?
Thank you,
Barbara