The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread ID Variable
I'm using a plugin with the hook newpost_complete and am trying to set a conditional for a certain thread, but I can't seem to find a variable that specifies the thread id of the current thread.
I've tried $thread['threadid'], $threadinfo['threadid'], $post['threadid'], and $threadid, but neither of the four have worked at all. What variable would specify the ID of the current thread that I could use with this hook? |
#2
|
||||
|
||||
$this->threadinfo['threadid']
$this->thread['threadid'] $this->post['threadid'] just try |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|