<?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 Icons on the user center tabs in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/icons-on-the-user-center-tabs/m-p/323557#M10558</link>
    <description>&lt;P&gt;Hello!&lt;BR /&gt; /&amp;gt;
Since the migration from Nuxeo 5.8 to Nuxeo 6.0 I don't have icons on the tabs of the user center.&lt;BR /&gt; /&amp;gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="What my User center looks like now"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1966i5BDA40B727C347C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="What my User center looks like now" alt="What my User center looks like now" /&gt;&lt;/span&gt;&lt;BR /&gt; /&amp;gt;
I add new entry in the user center it like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;action id="UABDF" link="/incl/view_ua_config.xhtml" label="Configuration des UA"
	icon="/icons/gear_information.png" order="260"&amp;gt;
	&amp;lt;category&amp;gt;USER_CENTER&amp;lt;/category&amp;gt;
	&amp;lt;filter-id&amp;gt;not_anonymous&amp;lt;/filter-id&amp;gt;
	&amp;lt;filter-id&amp;gt;hasConfigurationRights&amp;lt;/filter-id&amp;gt;
&amp;lt;/action&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There is no problem with the path of the icon.&lt;BR /&gt; /&amp;gt;
I find this in collections-actions-contrib.xml from Nuxeo code source and it looks like my action contrib:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;action id="Collections" link="/user_center_fragment.xhtml" label="user.center.collections"
  order="80" icon="/icons/collection_tab.png"&amp;gt;
  &amp;lt;category&amp;gt;USER_CENTER&amp;lt;/category&amp;gt;
  &amp;lt;properties&amp;gt;
    &amp;lt;property name="alwaysDisplaySubTabs"&amp;gt;true&amp;lt;/property&amp;gt;
  &amp;lt;/properties&amp;gt;
  &amp;lt;filter-id&amp;gt;not_anonymous&amp;lt;/filter-id&amp;gt;
&amp;lt;/action&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can anyone help me please ?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2015 15:07:03 GMT</pubDate>
    <dc:creator>pmbroca_</dc:creator>
    <dc:date>2015-09-25T15:07:03Z</dc:date>
    <item>
      <title>Icons on the user center tabs</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/icons-on-the-user-center-tabs/m-p/323557#M10558</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt; /&amp;gt;
Since the migration from Nuxeo 5.8 to Nuxeo 6.0 I don't have icons on the tabs of the user center.&lt;BR /&gt; /&amp;gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="What my User center looks like now"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1966i5BDA40B727C347C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="What my User center looks like now" alt="What my User center looks like now" /&gt;&lt;/span&gt;&lt;BR /&gt; /&amp;gt;
I add new entry in the user center it like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;action id="UABDF" link="/incl/view_ua_config.xhtml" label="Configuration des UA"
	icon="/icons/gear_information.png" order="260"&amp;gt;
	&amp;lt;category&amp;gt;USER_CENTER&amp;lt;/category&amp;gt;
	&amp;lt;filter-id&amp;gt;not_anonymous&amp;lt;/filter-id&amp;gt;
	&amp;lt;filter-id&amp;gt;hasConfigurationRights&amp;lt;/filter-id&amp;gt;
&amp;lt;/action&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There is no problem with the path of the icon.&lt;BR /&gt; /&amp;gt;
I find this in collections-actions-contrib.xml from Nuxeo code source and it looks like my action contrib:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;action id="Collections" link="/user_center_fragment.xhtml" label="user.center.collections"
  order="80" icon="/icons/collection_tab.png"&amp;gt;
  &amp;lt;category&amp;gt;USER_CENTER&amp;lt;/category&amp;gt;
  &amp;lt;properties&amp;gt;
    &amp;lt;property name="alwaysDisplaySubTabs"&amp;gt;true&amp;lt;/property&amp;gt;
  &amp;lt;/properties&amp;gt;
  &amp;lt;filter-id&amp;gt;not_anonymous&amp;lt;/filter-id&amp;gt;
&amp;lt;/action&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can anyone help me please ?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:07:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/icons-on-the-user-center-tabs/m-p/323557#M10558</guid>
      <dc:creator>pmbroca_</dc:creator>
      <dc:date>2015-09-25T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Icons on the user center tabs</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/icons-on-the-user-center-tabs/m-p/323558#M10559</link>
      <description>&lt;P&gt;Found it !&lt;BR /&gt; /&amp;gt;
I redefined the widget "hometabs" in a widget-contrib.xml and remove the action display "links" which displays only the text.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
		point="widgets"&amp;gt;

		&amp;lt;widget name="homeTabs" type="tabs"&amp;gt;
	      &amp;lt;properties mode="view"&amp;gt;
	        &amp;lt;property name="addForm"&amp;gt;true&amp;lt;/property&amp;gt;
	        &amp;lt;property name="useAjaxForm"&amp;gt;#{useAjaxTabs}&amp;lt;/property&amp;gt;
	        &amp;lt;property name="category"&amp;gt;USER_CENTER&amp;lt;/property&amp;gt;
	        &amp;lt;property name="actions"&amp;gt;#{userCenterViews.availableActions}&amp;lt;/property&amp;gt;
	        &amp;lt;property name="currentTabAction"&amp;gt;#{userCenterViews.currentView}&amp;lt;/property&amp;gt;
	        &amp;lt;property name="overallDisplay"&amp;gt;vertical_block&amp;lt;/property&amp;gt;
	      &amp;lt;/properties&amp;gt;
	    &amp;lt;/widget&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:25:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/icons-on-the-user-center-tabs/m-p/323558#M10559</guid>
      <dc:creator>pmbroca_</dc:creator>
      <dc:date>2015-09-25T15:25:23Z</dc:date>
    </item>
  </channel>
</rss>

