When you get email notification there are unsubscribe links for each content which is redundant. Only one unsubscribe link is enough at the bottom of the email. Is there away to get rid of the repetitive link after "Direct unsubscribe link (content type)"?

Comments

salvis’s picture

Status: Active » Closed (won't fix)

No, there's no way to get rid of multiple links. They are typically not redundant, because you usually have more than one subscription.

If you only have one subscription, say to the 'forum topic' type, then you'll have the same link over again, but that's a special case that doesn't warrant a special effort.

wisdom’s picture

If you take also feed subscription at one time a large number feeditems get updated. Then the email too crowded with unsubscribe link. It does not good look. Usability is suffering here.

salvis’s picture

What is a feed subscription?

wisdom’s picture

I use feedapi module to aggregate job feeds from a couple of other sites. Each feed update every 24 hours and got a handful of them saved as feed item nodes. My site sends out these feed items to subscribers using subscriptions module.

salvis’s picture

Aren't they a content type of their own? You could remove the unsubscribe link for that type.

wisdom’s picture

Yes they are content type of their own. I will try and see your recommendation.

wisdom’s picture

The one below is the modified mail template I am using which get rid of
| Direct unsubscribe link (!subs_type):
| !unsubscribe_url
But I keep getting the unsubscribe link for each content.


| Greetings, !name.
|
| Your subscription on !site
| notifies you of {{!is_new==0?:a new post:
}}{{!is_updated==0?:an updated post:
}}{{!is_old==0?:new comments:
}}|
{{!is_published==1?:| ***** This post is unpublished! *****
}}{{!term_name==!term_name?:| Category: !term_name
}}{{!sender_has_contact_page==0?:| Contact: !sender_contact_page
}}| Title: !title
{{!is_old==1?:
}}| Link: !url
{{!has_new_comments==1?| --------------------------------------------------------------------
!comments:}}| --------------------------------------------------------------------
| This is an automated message. Please do NOT reply to the sender address!
| To manage your subscriptions go to
| !manage_url

salvis’s picture

I think you're talking about digests, no?

Then you want to modify the digest item template on admin/build/mail_edit/subscriptions-digest.

Use either !subs_type or !node_type to form a condition, if you want.

wisdom’s picture

This sounds a solution. I made changes and will see the result in the next email notification when the feed is updated.

wisdom’s picture

Status: Closed (won't fix) » Fixed

problem solved

salvis’s picture

Great, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.