Hello,
Thank you very much for your nice add-on,
But I have a question if you mind... I noticed that this plugin inserts needed scripts in headinclude which are not really needed in all pages of the forum but register page.
Is there any way to modify this add-on that make it to load the JS files at the Registeration page only ? (manually -or- automatically)
and I have a suggestion regarding HTML validation ,
I noticed that you inserted the "<script>" lines like this :
Code:
<script src="{$stylevar['yuipath']}/element/element-min.js" ></script>
which are not valid based on XHTML checks, it would be great if you edit theem and add "type Attribute" to them :
Code:
<script "text/javascript" src="{$stylevar['yuipath']}/element/element-min.js" ></script>
Again thank you for supporting vB3.x