Jump to content

WHMCS Links in emails


Recommended Posts

the problem is that the {$ticket_link} variable already contains it's own <a href></a> in it's value - so there's no need to wrap it in a separate <a href>.

 

but if you do want to, then you'll need to change it as per the post below...

 

https://forum.whmcs.com/showthread.php?124722-E-mail-Brackets&p=500386#post500386

 

<a href="{$ticket_link|strip_tags:false}">ticket hier bekijken</a>

and also note what the above thread says about needing to add strip_tags to your Smarty Security Policy for it to work in v7 - if you don't do that, then it won't work. :idea:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated