<?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 Disabling Save Public Search Option in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74547#M48851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to disable the &lt;/SPAN&gt;&lt;STRONG&gt;Save as a public search available to all users.&lt;/STRONG&gt;&lt;SPAN&gt; [ the check box in the save new search option] to the normal users and enable it only to the admin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a congfiguration which would make this happen? Or do i need to make some code changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact i altered the save-search.jsp and commented the check box code, due to which it is disabled for all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please assist me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hari&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 06:41:27 GMT</pubDate>
    <dc:creator>nh</dc:creator>
    <dc:date>2007-03-07T06:41:27Z</dc:date>
    <item>
      <title>Disabling Save Public Search Option</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74547#M48851</link>
      <description>Hi,I need to disable the Save as a public search available to all users. [ the check box in the save new search option] to the normal users and enable it only to the admin.Is there a congfiguration which would make this happen? Or do i need to make some code changes?In fact i altered the save-search</description>
      <pubDate>Wed, 07 Mar 2007 06:41:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74547#M48851</guid>
      <dc:creator>nh</dc:creator>
      <dc:date>2007-03-07T06:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Save Public Search Option</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74548#M48852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There isn't a configuration option for this, you'll have to make a code change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do a simiar thing for the admin console link in the main view (/parts/titlebar.jsp), you can filter things using a boolean evaluator tag as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;a:booleanEvaluator value="#{NavigationBean.currentUser.admin == true}" id="evalA"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;a:actionLink value="#{msg.admin_console}" image="/images/icons/admin_console.gif" showLink="false" action="dialog:adminConsole" id="link11_1" /&amp;gt;&lt;BR /&gt;&amp;lt;/a:booleanEvaluator&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use this same technique around the checkbox component you currently have commented out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 11:47:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74548#M48852</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-03-07T11:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Save Public Search Option</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74549#M48853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This answer is again available ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no way to configure it without modify interface ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 14:39:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74549#M48853</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2008-02-12T14:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Save Public Search Option</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74550#M48854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this is still the case, you will need to modify the JSP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 22:05:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-save-public-search-option/m-p/74550#M48854</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-12T22:05:55Z</dc:date>
    </item>
  </channel>
</rss>

