The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Using Vbulletin Variables in External PHP
I've got an external trackermini.php that I've got inserted into the postbit_legacy. It's working, with static data.
What I'd like to do is pass variables from the poster's info to the script -- but I can't seem to snag them. How do I grab fields from the POSTER to use? Plugin at SHOWTHREAD_START PHP Code:
|
#2
|
|||
|
|||
No one?
|
#3
|
|||
|
|||
You should take a look at the showthread.php file so you can see what variables can or can't be used.
At the showthread_start hook, there's no reference to the post array yet since it's literally at the beginning of the script. See if you can figure it out from there. If not feel free to ask. |
#4
|
|||
|
|||
Ah. I realized my problem. I've gotten so used to using profile fields from CES Parser permissions in my postbit_legacy that I forgot that's not a native vbulletin feature. So, I'm guessing my problem here is that I want to use variables that mod creates before they're created.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|