registration plugin not working? some documentation / help needed

More
01 Sep 2010 03:15 #138 by stefanoschiavi
I just installed joomailer for mailchimp (by the way great job!!)

I also installed the
com_joomailermailchimpsignup_v1.3
plg_joomailermailchimpsignup_v1.4

I am bit lost with this and wasn't able to find answers in the "getting started" pages nor the forum, I have a few questions:

do the component and plugin signup have both to be installed under extension in joomla? (I just got a doubt that the plugin needs to be installed as a CB plugin)

I installed all 3 zip as under joomla extensions.
The newsletter component shows up in Joomla

But as for teh signup plugin or component I don't know what to do.
I see them installed in joomla but:

when I register as a new user (CB registration) there is no sign of newletter
and I can't see anywhere an option to isntert this

I am using Joomla 1.5.20
CB 1.2.2

other extensions installed on the server:
AvReloaded 1.2.4
Banners 1.5.0
FeedGator 2.1.2
Gantry 3.0.7
JCE 1.5.7.4
JFusion 1.1.3-000
Joomailer Mailchimp Signup 1.3
Joomla_LMS 1.0.6
Jumi 2.0.6
LQM 4.0.6
Newsfeeds 1.5.0
JoomailerMailchimpIntegration 1.0.7
Polls 1.5.0
Weblinks 1.5.0
Zina 2.0b22

Using a customized joomla template
(by the way I testing this, it's not on a live server)

Any idea, comment would be much appreciated
Thanks so much

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

More
01 Sep 2010 14:56 #139 by pete
Hello,

You did everything right with the installation. All 3 extensions need to be installed as normal Joomla extensions, not as CB plugin or anything else.
The Joomailer signup component does not show up in the components menu in the Joomla backend because there is nothing to configure. But you have to configure and enable the plugin. To do so go to: Extensions - Plugin Manager and click on the "System - Joomailer Mailchimp Signup" plugin. Select a list and set it to enabled. Then the checkbox "Signup to our newsletter" should show up in your registration form at the very bottom.

Kind regards,
Pete

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

More
02 Sep 2010 01:53 #140 by stefanoschiavi
Hello Pete

Thank you so much for the answer
I enabled the plugin and it works perfectly

And thank you for the incredible work you have been doing, it's an wonderful component
Warm regards
Stefano

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

More
03 Sep 2010 18:11 #147 by stefanoschiavi
Hello Pete
I am running in another little issue
I think I am just missing something in the setup, I get this error when I signup as a new user:

Unable to load listSubscribe()! Code=211 Msg=This list does not have interest groups enabled

do you know what this is?
Thnak you so much
Stefano

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

More
03 Sep 2010 18:29 #148 by chris
Hi Stefano,

Interest groups are choices you can set for your users to fill in upon registration. For example, "Male or Female", "Favourite Movie", etc.

This error sounds like it is being created because a blank string is being submitted as interest groups instead of nothing. I will look into this and get back to you shortly to confirm whether or not this is the case. If it is then a small bug fix will be required.

Cheers,

Chris

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

More
03 Sep 2010 18:59 #149 by chris
Okay, I've managed to replicate the error. We will correct this in an update. In the meantime you can fix it by adding the following

if($api->errorCode = '211') {
$api->errorCode = '';
}


On line 128 of 'components/com_joomailermailchimpsignup/models/joomailermailchimpsignup.php'.

Let me know if this works for you.

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

More
03 Sep 2010 21:06 #152 by stefanoschiavi
Hello Chris

Thank you for looking into this
I will try this, for now I am still testing on the dev website

Thank you again for the great work
and prompt support

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

More
06 Sep 2010 18:26 #153 by chris
Hi,

Version 1.0.8 of the Mailchimp component is now available. This new version incorporates the installation of the signup component and the signup plugin.

The changes mentioned above have been made to the plugin.

Thanks

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

More
08 Sep 2010 01:50 #160 by stefanoschiavi
Hi Chris

Thank you for the follow up on this and the lightning fast update
I just tested the last update and works like a charm :)

Thanks for all the great work
Stefano

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

More
09 Sep 2010 12:39 #165 by chris

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