• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: unsubscribe/modify {tag}

unsubscribe/modify {tag} 14 years 4 months ago #9168

hi,

The unsubscribe/modify subscription tag has disappeared from my settings so the link does not appear on outgoing emails.

What is the tag required to include the unsubscribe/modify subscription link?

In fact, is it possible to get a list of standard available tags that can be used in emails?

Thanks
The administrator has disabled public write access.

Re:unsubscribe/modify {tag} 14 years 4 months ago #9257

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 722
  • Thank you received: 59
Hello,

You can choose to show or hide the unsubscribe link in the email in Components > RSMail! > Settings > Other > Mail Footer. If you accidentaly deleted the HTML code, try adding this in the "Message" textfield:

<table width="100%" cellspacing="0" cellpadding="10" style="border:1px solid;">
<tr>
<td width="100%" bgcolor="#ffffff"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">This message was sent from {sitename} to {email}. You can modify/update your subscription via the link below.</font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff"><a href="{unsubscribelink}">Change Subscription</a></td>
</tr>
</table>

The available field placeholders vary from list to list,depending on the fields you want a user to fill in during registration. The default placeholders for any list are: {email}, {newsletter},{activatesubscription},{unsubscribelink},{activationlink}.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:unsubscribe/modify {tag} 12 years 10 months ago #13994

andreic wrote:
Hello,

You can choose to show or hide the unsubscribe link in the email in Components > RSMail! > Settings > Other > Mail Footer. If you accidentaly deleted the HTML code, try adding this in the "Message" textfield:

<table width="100%" cellspacing="0" cellpadding="10" style="border:1px solid;">
<tr>
<td width="100%" bgcolor="#ffffff"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">This message was sent from {sitename} to {email}. You can modify/update your subscription via the link below.</font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff"><a href="{unsubscribelink}">Change Subscription</a></td>
</tr>
</table>

The available field placeholders vary from list to list,depending on the fields you want a user to fill in during registration. The default placeholders for any list are: {email}, {newsletter},{activatesubscription},{unsubscribelink},{activationlink}.

This looks like it ought to work. But when I try to include the {unsubscribe} placeholder within an <a> tag, TinyMCE decides to replace the curly braces with entity encoded characters (%7B and %7D). The unsubscribe placehoilder then does not get correctly resolved.
Do you have any solution for this ?
Thanks
James
The administrator has disabled public write access.

Re:unsubscribe/modify {tag} 12 years 8 months ago #14350

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

Please try going to Global Configuration > Site and try changing the editor on your site to No Editor, edit the mail footer and after saving it you can try setting the editor back to TinyMCE.
The administrator has disabled public write access.
The following user(s) said Thank You: bianca.wirth5
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!