The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
do notices support php or plugins? Its not working...
I'm trying to use a php includes function OR a vbulletin plugin within a "notice" in the notice manager so I can write once and reuse a short code in multiple notices.
Something like this is NOT working: <?php include("http://www.website.com/file.php"); ?> Also tried this <?php readfile('http://www.website.com/file.php'); ?> Plugin code is not working either. I created something like this in the plugin manager: ob_start(); include('../notices/notice.php'); $include_notice = ob_get_contents(); ob_end_clean(); And then placed this into the notice manager field but it did not work either: $include_notice Instead, that code just printed. Is there some reason that notices don't support php or plugins or am I missing somthing? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|