Help constructing PHP search queries

Status
Not open for further replies.

tenchy

New member
The forum I am a mod on has recently moved to Xenforo, and I am struggling to find a way to do certain thread searches I used to be able to do on vBulletin.

I'm looking to search for threads started by me, in specified sections, either children only, (single section) or a parent (area with several children below it)

I'm near, but no cigar.

this query:
Code:
https://www.ourforum.com/search/search?users=tenchy&content=thread&nodes[]=85

gets me all my actual posts (fail) in the desired child forum 85 (tick), but lists as posts not threads (fail), and in anyone's thread (fail), not ones started by myself.



this query:
Code:
https://www.ourforum.com/search/member?user_id=1234&content=thread&nodes[]=85

gets me only threads started by me (tick), displayed as threads (tick), but in the entire forum, not just in section 85 (fail)


I'm fairly certain what I want cannot be done with the search options we have, so can anyone show me how to get the ticks form both queries into one working query please?
 
If you require assistance, either associate your user name with your license, or ask the license holder to do so.
 
Status
Not open for further replies.
Top Bottom