2011-09-09, 02:51:53
amaurib Wrote:Hello
I have installed the i18N_search plugin and it is working fine. Is there a way to include on the results the content of WHMCS (another php script).?
You would need to get the array of search results with the function return_i18n_search_results(...), combine the list with the outputs of the other search, and then create and output the HTML code with the combined results.