<?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: need to remove the word alfresco in faceted search page in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49765#M19146</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to remove existing placeholder i.e "Search pages,people,sites" from search box of faceted search.&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 20:52:09 GMT</pubDate>
    <dc:creator>rasika_g</dc:creator>
    <dc:date>2020-04-29T20:52:09Z</dc:date>
    <item>
      <title>need to remove the word alfresco in faceted search page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49762#M19143</link>
      <description>how to remove the page title prefix:Alfresco in faceted search pageplease hlep!thanks</description>
      <pubDate>Thu, 06 Dec 2018 23:22:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49762#M19143</guid>
      <dc:creator>kk2018</dc:creator>
      <dc:date>2018-12-06T23:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: need to remove the word alfresco in faceted search page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49763#M19144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create extension module using following way :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Create xml file alfresco\web-extension\site-data\extensions\xxx.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;extension&amp;gt;&lt;BR /&gt;&amp;lt;modules&amp;gt;&lt;BR /&gt;&amp;lt;module&amp;gt;&lt;BR /&gt;&amp;lt;id&amp;gt;Extension Module&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;lt;auto-deploy&amp;gt;true&amp;lt;/auto-deploy&amp;gt;&lt;BR /&gt;&amp;lt;evaluator type="default.extensibility.evaluator" /&amp;gt;&lt;BR /&gt;&amp;lt;customizations&amp;gt;&lt;BR /&gt;&amp;lt;customization&amp;gt;&lt;BR /&gt;&amp;lt;targetPackageRoot&amp;gt;org.alfresco.share.pages.faceted-search&lt;BR /&gt;&amp;lt;/targetPackageRoot&amp;gt;&lt;BR /&gt;&amp;lt;sourcePackageRoot&amp;gt;org.alfresco.share.pages.faceted-search.customization&lt;BR /&gt;&amp;lt;/sourcePackageRoot&amp;gt;&lt;BR /&gt;&amp;lt;/customization&amp;gt;&lt;BR /&gt;&amp;lt;/customizations&amp;gt;&lt;BR /&gt;&amp;lt;/module&amp;gt;&lt;BR /&gt;&amp;lt;/modules&amp;gt;&lt;BR /&gt;&amp;lt;/extension&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.) Create js file "faceted-search.get.js" inside alfresco\site-webscripts\org\alfresco\share\pages\faceted-search\customaization\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var pageTitleWidget = widgetUtils.findObject(model.jsonModel.widgets, "id", "HEADER_TITLE");&lt;BR /&gt;if (pageTitleWidget != null) {&lt;BR /&gt;pageTitleWidget.config.browserTitlePrefix =" Your Title"&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vidhi&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com/" rel="nofollow noopener noreferrer"&gt;Contcentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 05:59:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49763#M19144</guid>
      <dc:creator>vidhipanchal</dc:creator>
      <dc:date>2018-12-07T05:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: need to remove the word alfresco in faceted search page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49764#M19145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vidhi&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply! it worked &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 18:17:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49764#M19145</guid>
      <dc:creator>kk2018</dc:creator>
      <dc:date>2018-12-07T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: need to remove the word alfresco in faceted search page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49765#M19146</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to remove existing placeholder i.e "Search pages,people,sites" from search box of faceted search.&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 20:52:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-the-word-alfresco-in-faceted-search-page/m-p/49765#M19146</guid>
      <dc:creator>rasika_g</dc:creator>
      <dc:date>2020-04-29T20:52:09Z</dc:date>
    </item>
  </channel>
</rss>

