Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Integrating ASP results with BuddyBoss Search Component's Results Template › Reply To: Integrating ASP results with BuddyBoss Search Component's Results Template
Hah, I didn’t even consider using a filter as an action hook and just returning an unmodified value! So, using ‘asp_results’ to generate a new global variable works just fine! That’s seems to be the solution to this whole thread – there’s no need to copy the hook to the override code (unless you think that is necessary anyway). I should be able to tinker away on my own on the BuddyBoss side of the code to get it to work now.
As for the comment that these threads are beyond a regular support query – I hope you can clarify what you mean by that. I have no intention to overstep my bounds and take advantage of you. I have seen many tickets where you go as far as writing custom code for people, and all I’ve been essentially asking for in this thread is to know which hook I can use. Or, for the other thread, to add a few more hooks, which seems to me to be a very minor task/request which would allow me and anyone to have a lot more flexibility in helping ourselves.
Anyway, for now I will add in my own SQL query hooks and hope that you’ll be able to incorporate them officially in your next release, at which point I can modify my code to align with your hooks.