Quote: your question is how to change jrComment_thread_comments to that structure?
@michael
I know (algorithmically) how to effect the hybrid tree reordering (easy enough) so that is not my question. My question was how I could best simulate an override of this single function in the jrComment module.
Nothing else in jrComment would be affected so overriding the entire module and changing references in the balance of the code is not an appealing notion.
Regardless, you have answered my question so thanks for that. I will look for something akin to overriding the
jrComment_db_search_items_listener
which is the only function that invokes
. That I know I can do with module priorities, but alas I cannot prevent it from executing. I would have to play games, I suppose, and temporarily turn off threading for the life of the function to avoid unnecessary and wasteful functionality in the original function. No doubt you appreciate why I was probing for other ideas.
Thanks, as always, for the advice Michael.
--
TiG