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

422 user(s) are online (5 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 422


more...

Donat-O-Meter

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

Did you know ?

you can make content available ONLY to loged in members?

Random question

How do I remove the xoops tag at the bottom of the page?