<?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 Re: Nuxeo 5.5+Studio : Page Footer branding in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-5-5-studio-page-footer-branding/m-p/317810#M4811</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;With studio extension point you can hide this actions with filters and add your action in category footer as example:&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="truc"
      link="http://www.url.com" type="bare_link"
      label="label.truc.blabla" order="50"&amp;gt;
      &amp;lt;category&amp;gt;FOOTER&amp;lt;/category&amp;gt;
      &amp;lt;properties&amp;gt;
          &amp;lt;property name="target"&amp;gt;_blank&amp;lt;/property&amp;gt;
      &amp;lt;/properties&amp;gt;
    &amp;lt;/action&amp;gt;

   &amp;lt;action id="footer_contact_us"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
   &amp;lt;action id="footer_blogs"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
   &amp;lt;action id="footer_community"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
    &amp;lt;action id="footer_answers"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
   &amp;lt;action id="footer_forum"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
    &amp;lt;action id="footer_documentation"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;  
    &amp;lt;action id="footer_twitter"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;   
    &amp;lt;action id="footer_linkedin"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Oct 2013 12:47:08 GMT</pubDate>
    <dc:creator>milonette_</dc:creator>
    <dc:date>2013-10-08T12:47:08Z</dc:date>
    <item>
      <title>Nuxeo 5.5+Studio : Page Footer branding</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-5-5-studio-page-footer-branding/m-p/317808#M4809</link>
      <description>&lt;P&gt;Hi,
How can I edit the pages footer to customize it for our company :
For now items ( Contact us | Blogs | Community | Forum | Documentation |)  are all links to Nuxeo features.&lt;/P&gt;
&lt;P&gt;Is it possible with studio ?&lt;/P&gt;
&lt;P&gt;Thanks for your help,
Patrice&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2012 10:28:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-5-5-studio-page-footer-branding/m-p/317808#M4809</guid>
      <dc:creator>apx25_</dc:creator>
      <dc:date>2012-03-22T10:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 5.5+Studio : Page Footer branding</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-5-5-studio-page-footer-branding/m-p/317809#M4810</link>
      <description>&lt;P&gt;This can be customized by overriding the nuxeo.war/incl/nuxeo_footer.xhtml template: these links are "hardcoded" right now.&lt;/P&gt;
&lt;P&gt;Sadly this cannot be done from Studio right now but we'll try to make it possible in the future.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2012 13:43:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-5-5-studio-page-footer-branding/m-p/317809#M4810</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2012-03-22T13:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 5.5+Studio : Page Footer branding</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-5-5-studio-page-footer-branding/m-p/317810#M4811</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;With studio extension point you can hide this actions with filters and add your action in category footer as example:&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="truc"
      link="http://www.url.com" type="bare_link"
      label="label.truc.blabla" order="50"&amp;gt;
      &amp;lt;category&amp;gt;FOOTER&amp;lt;/category&amp;gt;
      &amp;lt;properties&amp;gt;
          &amp;lt;property name="target"&amp;gt;_blank&amp;lt;/property&amp;gt;
      &amp;lt;/properties&amp;gt;
    &amp;lt;/action&amp;gt;

   &amp;lt;action id="footer_contact_us"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
   &amp;lt;action id="footer_blogs"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
   &amp;lt;action id="footer_community"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
    &amp;lt;action id="footer_answers"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
   &amp;lt;action id="footer_forum"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
    &amp;lt;action id="footer_documentation"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;  
    &amp;lt;action id="footer_twitter"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;   
    &amp;lt;action id="footer_linkedin"&amp;gt;
      &amp;lt;filter-id&amp;gt;only_for_manager&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:47:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-5-5-studio-page-footer-branding/m-p/317810#M4811</guid>
      <dc:creator>milonette_</dc:creator>
      <dc:date>2013-10-08T12:47:08Z</dc:date>
    </item>
  </channel>
</rss>

