System - Joomailer Mailchimp Signup doesn't work

More
24 Feb 2011 19:27 #772 by dennisth19

chris wrote: Hi,

Please replace the following (from line 328) in /plugins/system/joomailermailchimpsignup.php

$k2plugin = JPluginHelper::getPlugin( 'system' , 'k2' );

if (!$k2plugin && ($option == 'com_user' && ($view == 'register' || $view == 'user')))


with


$params = &JComponentHelper::getParams('com_k2');

if (!$params->get('K2UserProfile') && ($option == 'com_user' && ($view == 'register' || $view == 'user')))


This should fix the problem.



hi, this code is not on the file i downloaded from here?!
in my file is this code:

$plugin = JPluginHelper::getPlugin( 'system' , 'joomailermailchimpsignup' );

$api = $this->api();

$k2params = JComponentHelper::getParams( 'com_k2' );
$k2plugin = $k2params->get('K2UserProfile');

if (!$k2plugin && ($option == 'com_user' && ($view == 'register' || $view == 'user')))
{



so what to do?

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

More
25 Feb 2011 11:53 #773 by pete
Hello dennisth19,

The post you're replying to is more than 5 months old. The code has changed since then.

Are you using Joomla's default signup form? Have you installed K2, enabled the signup plugin and selected a list in the configuration? Please post a link to your signup page or send it to pete@freakedout.de

Kind regards,
Pete

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