This is one of many that I have tried.
PHP Code:
global $vbulletin;
if (!is_member_of($vbulletin->userinfo, 6))
{
$lastpostinfo['lastpostdate'] = ' ';
}
--------------- Added [DATE]1320428735[/DATE] at [TIME]1320428735[/TIME] ---------------
Haha! I'm learning...or lucky. It olny took me three tries to get it off the Search Results Page with.
search_results_threadbit
PHP Code:
global $vbulletin;
if (!is_member_of($vbulletin->userinfo, 6))
{
$thread['lastposttime'] = ' ';
}