<?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: How to delete the &amp;quot;remove&amp;quot; link in websites ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318415#M5416</link>
    <description>&lt;P&gt;This comes from the file &lt;CODE&gt;all_webpages.xml&lt;/CODE&gt; in the module &lt;CODE&gt;nuxeo-webengine-sites&lt;/CODE&gt;, which is a WebEngine theme view named "All WebPages" registered through the &lt;CODE&gt;theme-contrib.xml&lt;/CODE&gt; file. You can override it using:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.theme.services.ThemeService" point="views"&amp;gt;
    &amp;lt;view name="All WebPages" template-engine="freemarker"&amp;gt;
        &amp;lt;element-type&amp;gt;fragment&amp;lt;/element-type&amp;gt;
        &amp;lt;format-type&amp;gt;widget&amp;lt;/format-type&amp;gt;
        &amp;lt;model-type&amp;gt;webpage&amp;lt;/model-type&amp;gt;
        &amp;lt;template&amp;gt;your/custom/all_webpages.xml&amp;lt;/template&amp;gt;
    &amp;lt;/view&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 Jan 2013 15:13:05 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2013-01-15T15:13:05Z</dc:date>
    <item>
      <title>How to delete the "remove" link in websites ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318414#M5415</link>
      <description>&lt;P&gt;I am testing the website&amp;amp;blog feature (5.6). All the links on webpages or documents are ending with a "remove" link (ex: " Formations remove "   -&amp;gt; &lt;A href="https://...../nuxeo/site/sites/formations?url/@delete)" target="test_blank"&gt;https://...../nuxeo/site/sites/formations?url/@delete)&lt;/A&gt;.
How can I delete or hide these links ?&lt;/P&gt;
&lt;P&gt;Thanks for your answers,
Patrice&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:37:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318414#M5415</guid>
      <dc:creator>apx25_</dc:creator>
      <dc:date>2013-01-09T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the "remove" link in websites ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318415#M5416</link>
      <description>&lt;P&gt;This comes from the file &lt;CODE&gt;all_webpages.xml&lt;/CODE&gt; in the module &lt;CODE&gt;nuxeo-webengine-sites&lt;/CODE&gt;, which is a WebEngine theme view named "All WebPages" registered through the &lt;CODE&gt;theme-contrib.xml&lt;/CODE&gt; file. You can override it using:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.theme.services.ThemeService" point="views"&amp;gt;
    &amp;lt;view name="All WebPages" template-engine="freemarker"&amp;gt;
        &amp;lt;element-type&amp;gt;fragment&amp;lt;/element-type&amp;gt;
        &amp;lt;format-type&amp;gt;widget&amp;lt;/format-type&amp;gt;
        &amp;lt;model-type&amp;gt;webpage&amp;lt;/model-type&amp;gt;
        &amp;lt;template&amp;gt;your/custom/all_webpages.xml&amp;lt;/template&amp;gt;
    &amp;lt;/view&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Jan 2013 15:13:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318415#M5416</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-01-15T15:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the "remove" link in websites ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318416#M5417</link>
      <description>&lt;P&gt;I understand that this way I can remove the "delete" link for all users, regardless their rights, even users with "delete" right ? Is that correct ?&lt;/P&gt;
&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;Patrice&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:33:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318416#M5417</guid>
      <dc:creator>apx25_</dc:creator>
      <dc:date>2013-01-15T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the "remove" link in websites ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318417#M5418</link>
      <description>&lt;P&gt;Hi ,
What should be the path for &lt;TEMPLATE&gt;your/custom/all_webpages.xml&lt;/TEMPLATE&gt; or where should I put my customed theme-contrib.xml in custom directory ?
because if I put the files in custom/config , it won't work&lt;/P&gt;
&lt;P&gt;I edit /usr/local/nuxeo-cap-5.6.0-HF06-tomcat/templates/custom/config/theme-contrib.xml
with the model above and&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;     &amp;lt;template&amp;gt;all_webpages.xml&amp;lt;/template&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I delete the line with remove link &lt;A href="${This.path}/${item.path}?url/@delete"&gt; remove&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;from /usr/local/nuxeo-cap-5.6.0-HF06-tomcat/templates/custom/config/all_webpages.xml which is a copy of /usr/local/nuxeo-cap-5.6.0-HF06-tomcat/nxserver/web/root.war/modules/org.nuxeo.ecm.platform.webengine.sites/widgets/sites/all_webpages.xml&lt;/P&gt;
&lt;P&gt;then I restart nuxeo but the remove link is still here.
thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2013 14:06:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318417#M5418</guid>
      <dc:creator />
      <dc:date>2013-01-28T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the "remove" link in websites ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318418#M5419</link>
      <description>&lt;P&gt;I did the same operation as described above and the link "remove" is still displayed. There is something that I do not understand in the process...&lt;/P&gt;
&lt;P&gt;Thanks for tour help,&lt;/P&gt;
&lt;P&gt;Patrice&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 09:41:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-delete-the-quot-remove-quot-link-in-websites/m-p/318418#M5419</guid>
      <dc:creator>apx25_</dc:creator>
      <dc:date>2013-01-29T09:41:10Z</dc:date>
    </item>
  </channel>
</rss>

