Ah… I have found a hook instead in the hooks manager:
ft_search_submissions, end
just got to figure out how I grab the results, add my 'auto-filter' and substitute the filtered results?
Ok…
There is an override variable, $return_hash. Does this 'send' a list of the submissions to be displayed to the template?
I did an implode() on this but all I got was the bland "Array" in the 1st element … so I guess it's an array within an array? If that's the case does it contain all the submissions records?
Any help to sped this up appreciated… I hate PHP arrays :o)
ft_search_submissions, end
just got to figure out how I grab the results, add my 'auto-filter' and substitute the filtered results?
Ok…
There is an override variable, $return_hash. Does this 'send' a list of the submissions to be displayed to the template?
I did an implode() on this but all I got was the bland "Array" in the 1st element … so I guess it's an array within an array? If that's the case does it contain all the submissions records?
Any help to sped this up appreciated… I hate PHP arrays :o)