XF 1.3 XenForo Link

Remove the slashes, but either way should work.

With slashes it basically looks for route + action, and if it doesn't find it, just makes it an exact replicate. Without, it'll use the route.
 
Remove the slashes, but either way should work.

With slashes it basically looks for route + action, and if it doesn't find it, just makes it an exact replicate. Without, it'll use the route.

Using the above I get this.
Code:
%7Bxen:'login/'%7D


I tried the below and seems to work fine now.. This is in my Notices..
Code:
 To gain full access you must <a href="register">Register.</a> Registration is free and it takes only a few moments to complete.<br />
                                                Already a member? <a href="login">Login here</a> then!</p>
 
Top Bottom