Forum Discussion
AdamA
12 years agoKhoros Oracle
Hello,
There is a (undocumented?) parameter of the common.widget.search-form that you can use to hide the search drop down. The parameter is hideGranularity which you can set to true. Here is an example:
<@component id="common.widget.search-form" hideGranularity="true" />
- qingliu12 years agoContributorThanks Adam, it works. However, do you know whether it is possible to hide only the selected drop down menu? like i have 4 options, board, community, category, TKB and users. I would like to hide the TKB selection option.
Do u think it is a way to do that without using javascript to find element and hide?
Cheers,
Qing- AdamA12 years agoKhoros OracleQing,
Sorry, I missed your initial question. There is currently not a config/setting/parameter that will allow you to just hide the TKB select option item, aside from disabling the TKB feature. Currently I think JavaScript is your only option.- qingliu12 years agoContributor
thank you, i will try it and post the results