• 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: How Do I Add URL in User Email?

How Do I Add URL in User Email? 11 years 10 months ago #23742

  • clz1231
  • clz1231's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I want to add a link to a download area of my site in the email sent to user. I can't seem to get the link to work. I am using TinyMCE and have changed the URL setting to be Absolute but it still isn't working.

Any suggestions?

Cindy
The administrator has disabled public write access.

How Do I Add URL in User Email? 11 years 10 months ago #23769

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
This is being caused by the fact that the text editor is automatically rendering your link as relative. There are 2 situations that you need to consider in order to fix this:

1. If you have logged in on your website using a URL of the following type:

website.com/administrator

you will need to set up the link as follows:

<a href="www.website.com">link</a>

2. If you have logged in on your website using a URL of the following type:

www.website.com/administrator

you will need to set up the link as follows:

<a href="website.com">link</a>
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.
  • 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!