I just upgraded my drupal site from 5 to 6 and it appears taht the manage/maintain own subscriptions is missing! Or am I missing something? Please help!
I just upgraded my drupal site from 5 to 6 and it appears taht the manage/maintain own subscriptions is missing! Or am I missing something? Please help!
Comments
Comment #1
salvis"manage/maintain own subscriptions" — what path are you referring to?
What was your D5 version of Subscriptions?
Comment #2
wildmtsky commentedThanks for replying! Subscription version 5.x-1.9 and the part I am referering to is under permissions>subscription module. The actual statement is "maintain own subscriptions". As of now in version 6, I can't find where to allow users to update their subscriptions.
Comment #3
salvisAh, interesting, you're referring to a permission!
That permission was not implemented in 5.x-2.x nor 6.x. Users who can subscribe, can also maintain their own subscriptions.
Comment #4
wildmtsky commentedWell, then my question is what is the path to give user to manage their subscriptions? There used to be a tab next to user info, etc on the login page.
Comment #5
salvisuser/NID/subscriptions, as before
if you install the 'me' module, you can also use user/me/subscriptions
user/subscriptions was duplicate and is gone