The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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 |
#2
|
||||
|
||||
The userid of a post is $post['userid']
|
#3
|
||||
|
||||
Thanks Lynne, that helped me find my final solution, though I was a bit off-track. All good now.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|