Mailchimp Signup Validation Fixes

More
08 Jun 2011 18:09 #1331 by HaeckDesign
joomlamailer version: 1.4
Joomla! version: 1.5
PHP version: 5
MySQL version: 5.1

3 quick fixes which allowed me to get rid of small validation errors I was receiving from mod_mailchimpsignup.

1) I was get a relatively standard error on "&&" in the script at the top of the template/default.php file. Wrapping the entire script in " <![CDATA[ " & " ] ]> " removed 6 errors.

2) The message " <?php echo JText::_($params->get( 'intro-text' )); ?> " is a <p> wrapped in a <span>. After changing the <p> to a <span> that error disappeared.

3) The loader image "<img src="/modules/mod_mailchimpsignup/assets/images/ajax-loader.gif" />" just needed an alt tag.

Besides that, I just wanted to say thanks - the module works very well. I hope this helps.

Matthew Haeck - HaeckDesign.com

Please Log in or Create an account to join the conversation.

More
10 Jun 2011 18:32 #1369 by pete
Hello Matthew,

Thank you very much for sharing this with us! We'll fix this in the next version.

Kind regards,
Pete

Please Log in or Create an account to join the conversation.