- Posts: 1
- Thank you received: 0
System - Joomailer Mailchimp Signup doesn't work
- dennisth19
- Offline
- New Member
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.
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.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.