EP : Hide "simple search" in Nuxeo "Header bar" (USER_CENTER) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2013 06:20 AM
Hello,
I try to hide the simple search inputText + button "Search" from the HeaderBar of Nuxeo platform, for anonymous user.
I Try :
<action id="simple_search">
<filter-id>not_anonymous</filter-id>
</action>
But it's not the good one i suppose? Do you know what is the action id name ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2013 07:31 AM
Hi,
The default search box can be overriden by defining a new action with category "SEARCH_BOX_TEMPLATE". The "link" attribute needs to give the path to a xhtml template replacing the standard search box with your own logic (see https://github.com/nuxeo/nuxeo-dm/blob/release-5.6/nuxeo-platform-webapp/src/main/resources/web/nuxe...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2013 07:43 AM
Hello,
