tried installing it and i get this mysql error:
Database error in vBulletin 3.5.0 Release Candidate 2:
Invalid SQL:
SELECT plugin.*,
IF(product.productid IS NULL, 0, 1) AS foundproduct,
IF(plugin.product = 'vbulletin', 1, product.active) AS productactive
FROM plugin AS plugin
LEFT JOIN product AS product ON(product.productid = plugin.product)
WHERE plugin.active = 1
AND plugin.htmlcode <> '';
MySQL Error : Unknown column 'plugin.htmlcode' in 'where clause'
Error Number : 1054
pls help