XF 2.0 Add forum URL in options explanation

logixsol

Member
Hi There,

I have created a callback route, How can i add that route to link in Option Explanation.
template render it as {{ link('threads') }}
But that not work in Explanation, is there any other way, So i can add the URL with callback route ?

189594
 
Phrases like this don't support template syntax. To do this, you would need the edit format to be a named template and then do what you need in that template.
 
Back
Top Bottom