Quote:
Originally Posted by SeeLand
This product has a lot of errors, I do not recommend to install.
You can check for you after you installed from here http://validator.w3.org/
|
This is no reason not to install. If you check the CMS pages you'll find tons of errors right out of the box.
But anyway, most of the errors generated are an easy fix because most of them have to do with the ampersand (&).
ie:
Code:
$vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet=';
should be:
Code:
$vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet=';
For those that don't want to edit the xml file, I've attached one that should correct the HTML validations. Uninstall the original and re-install this one.