Arno Nühm Active member Sep 26, 2016 #1 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 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?
Chris D XenForo developer Staff member Sep 26, 2016 #2 That should work: https://xenforo.com/community/search/search?users=Arno+Nühm&user_content=thread&nodes[]=25 Upvote 0 Downvote
That should work: https://xenforo.com/community/search/search?users=Arno+Nühm&user_content=thread&nodes[]=25
ge66 Well-known member Nov 19, 2017 #3 Chris D said: That should work: https://xenforo.com/community/search/search?users=Arno+Nühm&user_content=thread&nodes[]=25 Click to expand... Anyone know if this is possible in XF2? Upvote 0 Downvote
Chris D said: That should work: https://xenforo.com/community/search/search?users=Arno+Nühm&user_content=thread&nodes[]=25 Click to expand... Anyone know if this is possible in XF2?
arms Well-known member Nov 19, 2017 #4 https://xenforo.com/community/forums/xenforo-questions-and-support.25/?starter_id=91921 its built in. go to node, ==> filter ==> enter user in threads started by: Upvote 0 Downvote
https://xenforo.com/community/forums/xenforo-questions-and-support.25/?starter_id=91921 its built in. go to node, ==> filter ==> enter user in threads started by:
ge66 Well-known member Nov 19, 2017 #5 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? Upvote 0 Downvote
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?