I don't know who else is having conflicts with this and vbseo, but on my forum, it seams that the thread views don't work with this installed. Instead of going through this line-by-line to find the problem, I've modified the created file called: zoints_main_cloud.php as follows:
Throw this at the top of the file:
Code:
function zoints_cloud ()
{
global $vbulletin, $db, $vbphrase;
and then this at the bottom:
Code:
return $home[$mods['modid']]['content'];
}
$home[$mods['modid']]['content'] = zoints_cloud();
This just throws the whole thing into a function to keep from messing things up. I tried to make this a module, but it kept rejecting it ... but, then again, i've never looked up what the restrictions are.