XF 1.3 Is it possible to make a "xen:link" through the ACP?

Krave

New member
Title says it all, if this is not possible; could someone please show me how I would go about creating one of these?


Thanks.
 
I'm adding a staff listing to my website through the help page. I've successfully done this but instead of adding the full URL, I'd prefer to add the xen:link so it blends in with the rest of the coding. It's mainly a OCD thing but that's the way I like it.
 
The syntax is used like this:
Code:
<a href="{xen:link 'account/upgrades'}">Account Upgrades</a>

Rather than being OCD, it's actually good practice to use xen:link.
If the domain URL ever changes in the future, the links will continue to work without needing to be updated.
 
Top Bottom