francoisjacquet
Yes, I too was thinking to develop a plugin for the same.
Currently I just quickly incorporated the search functions by modifying the core files, just to check whether it will work or not.
What I did currently is took all the available links of the activated modules from side.php
and stored them in a xml file, from there added the search box and required JavaScript
in bottom.php
and query the xml file from there. Needed two new files search.php
for processing the search form and the links.xml
file itself. Alongwith some additions in CSS
. Did this quickly in a couple of days, very roughly.
Now, will look into how the plugin system works and how it can be incorporated in the system using plugins.
Thanks.