XF 1.5 Creating a Xen link on a template syntax

Try this

Code:
<a href="{xen:link search/search, '', 'keywords={$search.search_query}', 'type=resource_update'}">{xen: phrase training}</a>
 
Try this

Code:
<a href="{xen:link search/search, '', 'keywords={$search.search_query}', 'type=resource_update'}">{xen: phrase training}</a>

How do I add the user filter with this syntax? or categories IDs, I can make it work out either way.
 
Top Bottom