The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
How did you solve it?
I'm having a problem with one of my plug-ins that isn't working properly. Plugin Code Code:
ob_start(); require_once('sigStrip.php'); $sigStripPHP = ob_get_contents(); ob_end_clean(); $sigStripPHP A vB guy told me to use $globals['sigStripPHP'] to call it, but I get errors when I go to do that and no posts display. The sigStrip.php for now just contains the following: Code:
<?php echo "Test"; ?> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|