The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello there;
I'm programming anew hack and need help to know the variable == the thread content iam using newthread_post_start hook |
#2
|
||||
|
||||
![]()
the thread content? You want a variable that contains the entire html for the page? There is none. The page is made up of multiple templates and each of those is made up of multiple variables.
|
#3
|
|||
|
|||
![]()
no, i want the variable == the thread content
i used $vbulletin->GPC['message'] but i can't modify it the mod. iam programming is based on modifying the links in the thread before posting it in the DB so i want to catch the thread in my hand as a variable so that i can proecess it i think u can understand if u read this $thread = Process($thread); |
#4
|
||||
|
||||
![]()
I don't think you want to "catch the thread", it sounds more like you want to "catch the post". If you want to modify the contents of the post, then you probably want to use $this->post['message'] in the postbit_display_complete (or postbit_display_start depending on what you are doing) hook location.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|