Advanced search in Database module.

Advanced search in Database module.

by Alex Ferrer -
Number of replies: 2

Hi!

I'm using moodle 2.5.1+ and I want to access the list of files in the Database module not appear deployed advanced search.

I've got the advanced search box does not appear marked modifying the mod / data / lib.php file but that did not solve the problem. Does anyone know what I should change to display hides the advanced search?

Thanks.

Average of ratings: -
In reply to Alex Ferrer

Re: Advanced search in Database module.

by Itamar Tzadok -

Hiding the search tab does not affect the display of the advanced search in the list view. You can try adding the following css in the css tab of the activity:

.datapreferences #advancedcheckbox,
.datapreferences label[for=advancedcheckbox],
.datapreferences input[name=resetadv],
.tabtree li:nth-child(3) {
      display:none !important;
}

For latest version replace .tabtree with .nav-tabs

hth smile

In reply to Itamar Tzadok

Re: Advanced search in Database module.

by Alex Ferrer -

Thanks Itamar but I think I did not explain well.

What I want is to appear folded advanced search and to display it to use, but I will not delete it.