XF 2.1 Help with search criteria via URL

C Allingham

Member
I've searched on this and played with this and still can't come up with what I want.

I'm trying to write a search URL that shows all threads started by a user in a forum.

This query shows posts by user K Kruger in node 71:
https://tvwbb.com/search/1/?q=""&t=post&c[nodes][0]=71&c[users]=K+Kruger&o=date

Replacing t=post with t=thread shows all threads started by user K Kruger but in ALL nodes, not just 71:
https://tvwbb.com/search/1/?q=""&t=thread&c[nodes][0]=71&c[users]=K+Kruger&o=date

Removing ?q="" results in an error message.

Any help is appreciated.
 
Last edited:
With the help of one of my forum members, I was able to self-solve.


For example, this URL displays all threads in node 71 for member K Kruger whose id is k-kruger.2025

https://tvwbb.com/forums/rub-marinade-brine-mop-sauce-recipes.71/?starter_id=2025

It would be great if someone with knowledge of all of the search variables and syntax could post something showing how to craft search URLs. Someone did a nice job of this for vBulletin, wish I had that resource for Xenforo.

 
Top Bottom