I've installed and configured mailchimp. I can see my newsletters on the mailchimp configuration page, but when I am on my user settings page (user/1/edit), I don't see the newsletter subscription tab. I also have the twitter module installed and it adds a tab to the user page, and that tab shows up - so I don't think it's theme related.

I played around with the mailchimp_menu function trying to get it to show up. If I change

  $items['user/%user/mailchimp'] = array(          

to

  $items['user/%user/edit/mailchimp'] = array(          

the tab does show up. But then if I click on the tab, I don't see the other tabs that are usually on the user settings page.

Any suggestions would be much appreciated, how do I track down what the issue is?

Comments

levelos’s picture

The tab only shows up after you click the edit button, just like other profile categories. This is by design.

levelos’s picture

Status: Active » Closed (works as designed)
dpatte’s picture

Actually, In my case it doesnt show up when not in edit (as expected), but in edit mode it shows up in french (my site is multilingual). I think there is an issue and its not showing the english version, or its empty (as reported above) - so in my case it defaults to showing the french instead.