<?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: change the breadcrumb label in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292035#M245165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Murali is right!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried overriding properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It does not change the label of the breadcrumb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other suggestion, mitpatoliya?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 12:03:00 GMT</pubDate>
    <dc:creator>pallavi_jain</dc:creator>
    <dc:date>2013-03-21T12:03:00Z</dc:date>
    <item>
      <title>change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292028#M245158</link>
      <description>In Alfresco Explorer breadcrumb, the initial location has the label Company Home.I want to change this label to My Data.Are the required changes to be made in breadcrumb.jsp in the following line?&amp;lt;a:breadcrumb value="#{NavigationBean.location}" styleClass="headbarLink" /&amp;gt;which class should I m</description>
      <pubDate>Thu, 21 Mar 2013 06:46:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292028#M245158</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-03-21T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292029#M245159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to change the initial location then that you can do as follow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to user profile,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Under General Preferences you can see "start location".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That you can change to set it to one of the four options available there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now as far as Company Home label is concerned if you want to change that I thing you need to customize the UINavigator class which is responsible for generating the breadcrumb.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 07:11:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292029#M245159</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-21T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292030#M245160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks mitpatoliya &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;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you please look at the code of UINavigator and mention where to change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it has anything to do with UIBreadcrumb.java?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 08:15:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292030#M245160</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-03-21T08:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292031#M245161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes UIBreadcrumb is the class which is responsible for generating breadcrumb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And It uses Navigation bean to get the value of current node and append the name of that node in to the path shown in the breadcrumb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you see the code of that Navigation bean there is method getLocation() from there You need to return the node of whatever space you want to show on startup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 09:16:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292031#M245161</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-21T09:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292032#M245162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;no, mitpatoliya..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need to change the label "Company Home" and not the location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It means the location remains same, and the label changes to "My Data".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the breadcrumb should be like..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My Data&amp;gt;Data Dictionary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Company Home&amp;gt;Data Dictionary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 10:22:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292032#M245162</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-03-21T10:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292033#M245163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you just want to change the label its very simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all the labels are fetched from the property file called webclient.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there you can find "company_home" label&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you can either change the original value or override it to fetch from your property file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 11:36:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292033#M245163</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-21T11:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292034#M245164</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;SPAN&gt;I also tried this some times back, but it is changing value in the left hand side and but not on the breadcrumb.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 11:46:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292034#M245164</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2013-03-21T11:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292035#M245165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Murali is right!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried overriding properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It does not change the label of the breadcrumb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other suggestion, mitpatoliya?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 12:03:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292035#M245165</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-03-21T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292036#M245166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I have noticed it in code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Checkout Navigation bean class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Method : public void processToolbarLocation(String location, boolean navigate)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if (LOCATION_COMPANY.equals(location))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point they are passing companyhome node and its name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;elements.add(new NavigationBreadcrumbHandler(companyHome.getNodeRef(), companyHome.getName()));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;companyHome.getName() needs to be replaced with your name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 05:32:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292036#M245166</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-22T05:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292037#M245167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks alot..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have been very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is solved..can i bother you a little more?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also want the label "Company Home", which appears left to open network icon, to be "My Data".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I accomplish this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 07:52:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292037#M245167</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-03-25T07:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292038#M245168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did not get you, where exactly? screenshot will&amp;nbsp; be helpful&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 09:27:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292038#M245168</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-25T09:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292039#M245169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the label right below the breadcrumb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may see in the following image, in this, the corresponding label is "Content Rules".&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.domnotes.de/images/2008-02/alfresco-rules-690x390.gif" rel="nofollow noopener noreferrer"&gt;http://www.domnotes.de/images/2008-02/alfresco-rules-690x390.gif&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In alfresco explorer, I want to change the same label "Company Home" to "My Data".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 11:36:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292039#M245169</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-03-25T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292040#M245170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You mean to say you want to change that&amp;nbsp; "Content Rules" to "My Data"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 05:23:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292040#M245170</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-26T05:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292041#M245171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;when you login to the alfresco explorer, right below the bread crumb it says,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Company Home&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This view allows you to browse the items in this space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The company root space"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to chnge this "Company home" to "My Data".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 06:00:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292041#M245171</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-03-28T06:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292042#M245172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ohhh, Ok that is nothing but the name of company home space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you go and edit name and title of company home it will be changed automatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 09:47:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292042#M245172</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-28T09:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: change the breadcrumb label</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292043#M245173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh thanks Mits &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;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks alot for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's done&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 06:17:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-breadcrumb-label/m-p/292043#M245173</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-04-01T06:17:00Z</dc:date>
    </item>
  </channel>
</rss>

