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.
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: