Mibew Messenger Community

Contributions => Plugins, tips, and tricks => Topic started by: casperboy77 on February 10, 2012, 04:21:38 PM

Title: Here is a fix so that webim passes w3c validation
Post by: casperboy77 on February 10, 2012, 04:21:38 PM
What this fix does is adds the ALT data for the captcha image in the leavemessage.tpl, here is the fix:

Go to: styles/original/templates/leavemessage.tpl

Find: <td class="text"><img src="captcha.php"/></td>

Replace with: <td class="text"><img src="captcha.php" alt="captcha image" /></td>

That's all there is to it.  I haven't found any other issues with Mibew and validation other than this.  By the way this fix is for the "Original" style.  That is the only style I use but I am sure it is the same sort of fix for other styles.  I hope this helps!

-Jim