Recent Topics

1 Apr 03, 2010 17:39    

My b2evolution Version: 3.3

Hi all,

I want to get rid of all the errors in the W3 validator check.

Now this may sound kind of stupid to all pro's, but I don't know where to find the document needed to work with...

The index.php file is as good as empty also the blogX.php files do not contain as many lines as there are errors to be corrected E.g line 614 and so on.

Could anyone please be so kind to point me in the right direction?

Thank's in advance

2 Apr 03, 2010 19:22

It would all depend on what your doctype was and what the validation errors are. Several (strict) errors can be killed by changing the setting in conf/_formatting.php

/**
 * Set this to true if you want to enforce XHTML strict
 *
 * @todo fp> Should probably be an additional radio option in group permissions.
 */
$use_strict =  false;

If you use an inline validator plugin for FF then you'll also want to cure the validation errors caused by the toolbar's <hr />'s

¥


Form is loading...