The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
A plugin I released seems to be causing some errors for people, although I can not duplicate it. Can anyone find an issue with this code:
Code:
<plugins> <plugin active="1"> <title><![CDATA[Inactivity Timer [Optional]]]></title> <hookname>global_start</hookname> <phpcode><![CDATA[$headerstime = time();]]></phpcode> </plugin> <plugin active="1"> <title><![CDATA[Welcome Headers [Alteration]]]></title> <hookname>parse_templates</hookname> <phpcode><![CDATA[ eval('$welcomeheaders = "' . fetch_template('welcome_headers') . '";'); ]]></phpcode> </plugin> <plugin active="1"> <title><![CDATA[Welcome Headers [Template Cache]]]></title> <hookname>fetch_userinfo</hookname> <phpcode><![CDATA[ global $globaltemplates; $globaltemplates = array_merge($globaltemplates, array('welcome_headers')); ]]></phpcode> </plugin> </plugins> Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|