Display post owners userid
I need to know how to display the userid of the owner of a post. I currently have:
$vbulletin->templatecache['postbit_legacy'] = str_replace("posterID",$vbulletin-userinfo['userid'],$vbulletin->templatecache['postbit_legacy']);, however this is producing the userid of the person viewing the thread. I would rather the result be the userid of the owner of each individual post. Any help would be greatly appreciated.
Regards,
Riceman
|