Closed (works as designed)
Project:
Mailchimp
Version:
6.x-2.0-rc4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2010 at 16:31 UTC
Updated:
1 Jun 2010 at 12:40 UTC
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
Comment #1
levelos commentedThe tab only shows up after you click the edit button, just like other profile categories. This is by design.
Comment #2
levelos commentedComment #3
dpatte commentedActually, 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.