Extend i18n_search - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: Extend i18n_search (/showthread.php?tid=2166) |
Extend i18n_search - amaurib - 2011-09-09 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).? The search form call is this one Code: <form method="post" action="knowledgebase.php?action=search"> Extend i18n_search - mvlcek - 2011-09-09 amaurib Wrote:Hello 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. |