apexpro Posted November 19, 2016 Share Posted November 19, 2016 All emails going out seem to have a QUERY string based system. This isn't for SEO purposes but that was the best way to explain it. Is there an easy way to change all universal URL's, i.e. Account confirmation, ticket emails, etc to full URL's rather than query strings or do I have to manually edit each one? For example, rather than domains.com/viewticket.php?tid=471109&c=S7LirBcR Have domains.com/viewticket/471109/S7LirBcR Any thoughts? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 19, 2016 Share Posted November 19, 2016 you could change it using Smarty in the email templates, e.g by changing... {$ticket_link} to... {$ticket_link|replace:'.php?tid=':'/'|replace:'&c=':'/'} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.