The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
this is my plugin hook at global_start (but I also tried to global_setup_complete)
Code:
function AD_Open($type) { $result_AD=$db->query_first("SELECT css from mytable WHERE id ='$type'"); $csscode = $result_AD['css']; return $csscode; } $dom_css = AD_Open(2); why? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|