The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've created my header in php and added it as a php include through the plugin system. The problem I'm having is getting the default vBulletin variables (e.g. $vbphrase[avatar]) to work. The system doesn't seem to acknowledge them at all. Can anyone help me out here?
|
#2
|
||||
|
||||
![]()
What is the code you have used?
|
#3
|
|||
|
|||
![]()
This is inside the plugin system "global_start":
Quote:
|
#4
|
||||
|
||||
![]()
You'd probably need to add global $vbulletin; at the very top of your plugin code or take a look here https://vborg.vbsupport.ru/showthread.php?t=263517 or here https://vborg.vbsupport.ru/showthread.php?t=286403 for inserting things where you want
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|