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

505 user(s) are online (2 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 505


more...

Donat-O-Meter

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

Did you know ?

using a 'gmail' account for admin can cause registration problems.

Random question

How to solve problems with templates the BRUTAL way