The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
First your need to fetch it from the database, you can do this by creating a new Plugin with Hook Location init_startup.
Then for the PHP code you have: PHP Code:
An alternative method is just to fetch the item when you need it, using this piece of PHP: PHP Code:
I prefer the first method as it means that if I'm fetching more then one thing from the datastore, they are all fetched in a single query as opposed to single queries dotted around the place. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|