XF 1.5 Link to show a user all threads he started in a specific forum

Arno Nühm

Active member
I already had a link that worked until some updates ago:

search?users=USERNAME&user_content=thread&nodes[]=XX

... but now it doesn't show any results anymore.

Did something change? What would be the correct link now?
 
I tested with this in a template:
Code:
<a href="{{ link('forums') }}86/?starter_id={{$user.user_id}}" rel="nofollow">{{ phrase('Threads by', {'name': $user.username}) }}</a>

It worked, but maybe it can be written in a better way?

Even better if it is possible to make it look in two forums, like 86 and 54?
 
Top Bottom