Re: Re: Show "Wikipage" type tracker field as a link, not as a page
Let us assume {$f_1} contains 'HomePage', a wiki page name. Then the following should produce a non kludgy link in a wiki page template:
Copy to clipboard
[tiki-index.php?page={$f_1}|some text here] And for a tpl fie: <a href="tiki-index.php?page={$f_1}">some text here</a>