Marcel
Active member
I put up a thread about this before but I'm not sure I was completely clear. I hope someone knows the answer this time!
I'm trying to build upon the function "Find all content by ... ", which is very similar to what I want to do.
I want to find all posts by the current user, but only display the results as threads....
So...if I was to run it on XenForo, for example, it would show this thread in the search results,
but it would also show this thread in the results too. https://xenforo.com/community/threads/weekly-digest.86791/
Although I didnt start the thread, it would be included in the list because I posted in it.
Does that make sense? I'm trying to build a 'Threads you've participated in" search for our users.
I've extended ControllerPublic_Search, inparticular modifying my actionParticipated() off the actionMember() function, but I'm now stuck.
The code in actionMember() goes down a rabbit hole of search handlers and stuff I'm really unsure of.
Would it be easier to completely build my own model to pull the data from the Database?
I'm trying to build upon the function "Find all content by ... ", which is very similar to what I want to do.
I want to find all posts by the current user, but only display the results as threads....
So...if I was to run it on XenForo, for example, it would show this thread in the search results,
but it would also show this thread in the results too. https://xenforo.com/community/threads/weekly-digest.86791/
Although I didnt start the thread, it would be included in the list because I posted in it.
Does that make sense? I'm trying to build a 'Threads you've participated in" search for our users.
I've extended ControllerPublic_Search, inparticular modifying my actionParticipated() off the actionMember() function, but I'm now stuck.
The code in actionMember() goes down a rabbit hole of search handlers and stuff I'm really unsure of.
Would it be easier to completely build my own model to pull the data from the Database?