Newsletter signup on registration form

More
03 Nov 2010 16:08 #400 by nyrazman
After installing Joomailer with Mailchimp integration, on my user registration page where there is a checkbox for a user to sign up for a newsletter, it says "NEWSLETTERSIGNUP" instead of "Sign up to our newsletter" as is listed in the language file. The language file is present and looks fine. Everything else looks fine. Any ideas on how to get this working?

Thanks.

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

More
03 Nov 2010 16:43 #401 by pete
!!! EDIT: This fix is included in Joomailer as of version 1.2 !!!

Hello nyrazman,

Could you please edit the file/plugins/system/joomailermailchimpsignup.php and replace

JURI::root().'administrator'

with:

JPATH_ADMINISTRATOR

at line 64 and 469.

Let us know if this works. Then we will include this fix in the next release.

Kind regards,
Pete

!!! EDIT: This fix is included in Joomailer as of version 1.2 !!!

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

More
03 Nov 2010 17:06 #403 by nyrazman
Your solution worked. Thank you very much!

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