For anyone using this plugin, you may want to make the following changes to improve the way vbnetwork handles special characters:
Line 320 of "/forums/network/function_network.php" should read:
$xmlstr = '<?xml version="1.0" encoding="ISO-8859-1"?>'."\n";
The line just below that should change "=" to ".=".
With that small change, you will eliminate a lot of "error code 3" instances, where the XML feeds are corrupted due to the use of special characters in posts.
|