Log in

View Full Version : [vBulletin 3.5.4+] Archive Plugin compatibility


Andreas
02-20-2006, 10:00 PM
If you have coded Plugins for the archive that use echo(), those must be changed for vBulletin 3.5.4 to use the $output variable.

Example

$output .= 'My content added at this place';


This change also gives you the possibility to easily perform replaces, etc. on the output before it is sent to the browser.

Developer
02-28-2006, 06:59 PM
thnx, i thik using $output is better than echo().

Oblivion Knight
03-01-2006, 07:07 AM
Thanks for this Andreas,

The announcement at vbulletin.com concerning this somewhat baffled me.. :o

netwind
03-13-2006, 02:13 PM
why coders coders won't use internal php buffer functions such ob_start() ?
is it slowly that add value to variable?
I made some stuff with simple few code modifications with ob_xxx functions,
but in 3.5.4+ my mods need to rewrite((