5
Ok, here we go!
---------------------------------------------------------
I took a look and I get the conclusion that is neccessary make three kinds of search inside each module.
Let´s start by smartpartner:
It´s xoops_version file says:
// Search $modversion['hasSearch'] = 1;
$modversion['search']['file'] = "include/search.inc.php";
$modversion['search']['func'] = "smartpartner_search";
To get this, I need to edit include/search.inc.php and make include/search2.inc.php and include/search3.inc.php
But how can I call them separetadely if xoops_version calls only one?
----------------------------------------------------------
Other way is to make diferents xoops/search.php
Other ideas?