<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Don&amp;apos;t display user menu. in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/don-apos-t-display-user-menu/m-p/315500#M2501</link>
    <description>&lt;P&gt;I would turn off the user menu (the menu with the icon, the name and the drop down list with logout).
How can I do that?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2011 16:09:09 GMT</pubDate>
    <dc:creator>iry_</dc:creator>
    <dc:date>2011-10-03T16:09:09Z</dc:date>
    <item>
      <title>Don&amp;apos;t display user menu.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/don-apos-t-display-user-menu/m-p/315500#M2501</link>
      <description>&lt;P&gt;I would turn off the user menu (the menu with the icon, the name and the drop down list with logout).
How can I do that?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 16:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/don-apos-t-display-user-menu/m-p/315500#M2501</guid>
      <dc:creator>iry_</dc:creator>
      <dc:date>2011-10-03T16:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Don&amp;apos;t display user menu.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/don-apos-t-display-user-menu/m-p/315501#M2502</link>
      <description>&lt;P&gt;To remove just the drop down list, you can only remove actions listed. Through Nuxeo Studio add XML Fragment (in Advanced) and copy that:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions"&amp;gt;
    &amp;lt;action id="non_anonymous_logout" enabled="false"/&amp;gt;
    &amp;lt;action id="login" enabled="false"/&amp;gt;
  &amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But if you want also remove the username part you will need to override this resources:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;nuxeo.war/incl/nuxeo_header.xhtml
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;by:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div xmlns:ui="http://java.sun.com/jsf/facelets"&amp;gt;
  &amp;lt;ui:decorate template="/incl/nuxeo_header_template.xhtml"&amp;gt;
    &amp;lt;ui:define name="header_user_menu_actions"&amp;gt;
    ...Put here what you want that will override the fragment...
    &amp;lt;/ui:define&amp;gt;
  &amp;lt;/ui:decorate&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Anyway, be careful, if you remove this part, your user can't logout.
So you will need to create your own logout action somewhere...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 17:55:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/don-apos-t-display-user-menu/m-p/315501#M2502</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-10-03T17:55:56Z</dc:date>
    </item>
  </channel>
</rss>

