1
jmass
Adding Searchability to a module
  • 2004/1/28 22:27

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


Any insights on how to make a module searchable and add it to the selectable modules for searching?

2
Mithrandir
Re: Adding Searchability to a module

Look at a xoops_version.php from a searchable module and see, how that works.

Basically it's similar to blocks as you in the xoops_version.php specify a function to use to look up items and in which file, this function is.

3
jmass
Re: Adding Searchability to a module
  • 2004/1/31 7:14

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


Thanks for pointing me in the right direction!

Jason