B bruno pinna New Member Jul 12, 2016 #81 hi, i get the v1.3.6.5 but the view subscribers show white screen show nothing.... have fix to it?
twisted1919 Administrator Staff member Jul 12, 2016 #82 @bruno pinna - enable debug and refresh the page.
nadworks Active Member Aug 28, 2019 #83 What exactly is the difference between [UNSUBSCRIBE_URL] AND [UNSUBSCRIBE_LINK] ???
twisted1919 Administrator Staff member Aug 28, 2019 #84 nadworks said: What exactly is the difference between [UNSUBSCRIBE_URL] AND [UNSUBSCRIBE_LINK] ??? Click to expand... All the tags that end in _URL will produce a url, like: Code: https://www.google.com All the tags that end in _LINK will produce a link, like: Code: <a href="https://www.google.com">Google</a> That being said, generally, in your email template source you will have: Code: Please click here to <a href="[UNSUBSCRIBE_URL]">Unsubscribe</a> But you can use a shorter method: Code: Please click here to [UNSUBSCRIBE_LINK]
nadworks said: What exactly is the difference between [UNSUBSCRIBE_URL] AND [UNSUBSCRIBE_LINK] ??? Click to expand... All the tags that end in _URL will produce a url, like: Code: https://www.google.com All the tags that end in _LINK will produce a link, like: Code: <a href="https://www.google.com">Google</a> That being said, generally, in your email template source you will have: Code: Please click here to <a href="[UNSUBSCRIBE_URL]">Unsubscribe</a> But you can use a shorter method: Code: Please click here to [UNSUBSCRIBE_LINK]