SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

Is there a way to Exclude a module from being searched and from being shown in the advanced search option, i.e no check box in 'Search In'?
Yes there is.
For example I'll take the mylinks module.

Open the file:
xoops_version.php from the mylinks module and look for the code:
// Search
$modversion['hasSearch'] = 1;
$modversion['search']['file'] = "include/search.inc.php";
$modversion['search']['func'] = "mylinks_search";


By changing:
$modversion['hasSearch'] = [b]0[/b];

this module will be excluded from being searched and shown within the advanced search option.


The comments are owned by the author. We aren't responsible for their content.
user

 not. working


not working for isearch module in XOOPS 2.018rc1
https://xoops.org/modules/newbb/viewtopic.php?post_id=283632#forumpost283632

 


Login

Who's Online

191 user(s) are online (1 user(s) are browsing XOOPS FAQ)


Members: 1


Guests: 190


vamptrix,

more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

You can use Xoops with Mysql 4.1.x

Random question

What is the Smarty template engine?