Easy5s.net
06-10-2012, 04:52 AM
I have a plugin:
Hook Location: search_results_query_threads
if ($vbulletin->options['threadpreview'] > 0){
$hook_query_fields .= ", post.pagetext AS previewbbcode";
}
and i want to use it in vbb4?
Hook Location: search_results_query_threads
if ($vbulletin->options['threadpreview'] > 0){
$hook_query_fields .= ", post.pagetext AS previewbbcode";
}
and i want to use it in vbb4?