Is it possible to remove the "Category" tab from Glossary?

Is it possible to remove the "Category" tab from Glossary?

от NN NN -
Number of replies: 5
Hi,

I would like to know if it is possible to remove the tabs from the Glossary page? I would like to remove the "Browse by Category", "Browse by Author" and "Browse by Date" tabs. Is this at all possible? and if so, how/where would I start looking?

I am a developer, so I don't mind if it involves some rather technical procedure to remove it.

TIA

Julian
In reply to NN NN

Re: Is it possible to remove the "Category" tab from Glossary?

от Alex Ferrer -

Hi.

I know it's a very old argument, but I've had that question now. To fix it I went to the glossary / tabs.php file and there is tabs.


    $browserow[] = new tabobject(GLOSSARY_STANDARD_VIEW,
                                 $CFG->wwwroot.'/mod/glossary/view.php?id='.$id.'&mode=letter',
                                 get_string('standardview', 'glossary'));

    $browserow[] = new tabobject(GLOSSARY_CATEGORY_VIEW,
                                 $CFG->wwwroot.'/mod/glossary/view.php?id='.$id.'&mode=cat',
                                 get_string('categoryview', 'glossary'));

    $browserow[] = new tabobject(GLOSSARY_DATE_VIEW,
                                 $CFG->wwwroot.'/mod/glossary/view.php?id='.$id.'&mode=date',
                                 get_string('dateview', 'glossary'));

    $browserow[] = new tabobject(GLOSSARY_AUTHOR_VIEW,
                                 $CFG->wwwroot.'/mod/glossary/view.php?id='.$id.'&mode=author',
                                 get_string('authorview', 'glossary'));


Removing (or canceling) in the code tab will not want to show the problem is solved.

Greetings.

In reply to Alex Ferrer

Re: Is it possible to remove the "Category" tab from Glossary?

от Jon Bolton -
Снимка на Particularly helpful Moodlers Снимка на Testers