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.
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.