The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
import variables from plugins
Not sure if I should be asking these sorts of things here or .com
but If I have just created a simple pluging(in Postbit_diplsay_complete), say: title: xyz global $vbulletin; if (stristr($thread['title'],'a title')){ $dirlink = "a title"; print $dirlink; } how can I know import $dirlink so that I can use it within a template, for example: navbar |
#2
|
||||
|
||||
The easiest way I would think of is just making a small plugin and have it execute globally.
Nice help here from the vb manual. -> http://www.vbulletin.com/docs/html/m...ng_plugin_code Also -> http://www.vbulletin.com/docs/html/plugin_system |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|