<?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: Extend Title/Header in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277519#M230649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to just start by reproducing a the Repository page and then customizing it you should copy "WEB-INF/classes/alfresco/site-data/pages/repository.xml" and rename it to something else. This will give you another page that uses the underlying templates/regions/components/WebScripts. If you just want to change the root view of this custom repository view then I'd suggest creating an extension module that provides some custom configuration for that page to change the root node of the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See this blog post for information on creating dynamic configuration in modules: &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/ddraper/2012/05/01/dynamic-share-configuration-through-extension-modules/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/ddraper/2012/05/01/dynamic-share-configuration-through-extension-modules/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can configure the repository root node using the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &amp;lt;config evaluator="string-compare" condition="RepositoryLibrary" replace="true"&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;visible&amp;gt;true&amp;lt;/visible&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;root-node&amp;gt; &amp;lt;!– Your node goes here –&amp;gt; &amp;lt;/root-node&amp;gt; &lt;BR /&gt; &amp;lt;/config&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a forum post discussing this here: &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=13&amp;amp;t=36787" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=13&amp;amp;t=36787&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should be enough information to get you going,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s. I don't disagree that Surf configuration can be confusing - and it does take a little getting used to, but it is very powerful when you know how to make use of it - and we do try to help people out as much as possible!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2012 18:14:58 GMT</pubDate>
    <dc:creator>ddraper</dc:creator>
    <dc:date>2012-10-30T18:14:58Z</dc:date>
    <item>
      <title>Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277516#M230646</link>
      <description>Hi all!&amp;nbsp; Got a question/problem here, when trying to extend Alfresco Share (and btw the Surf Framework is a MESS with all the template, types, components, scripts etc.):In Alfresco Share I want to add a button right near the "Repository"-Button in the header/title secton. Its function is pretty simi</description>
      <pubDate>Tue, 30 Oct 2012 16:07:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277516#M230646</guid>
      <dc:creator>tetsubo</dc:creator>
      <dc:date>2012-10-30T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277517#M230647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Little tip for you when posting on the forums… try not to insult the work done by the people you want to help you! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically you want to add a new menu item into the header…. this can be done by extending the &amp;lt;header&amp;gt;&amp;lt;app-items&amp;gt; configuration. You can find the default configuration for this in&amp;nbsp; the "share-config.xml" file. You just need to add a new &amp;lt;item&amp;gt; entry with a link to the page you want it to go to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 17:24:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277517#M230647</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-10-30T17:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277518#M230648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right, ddraper, so please excuse me, alfresco devs! &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; I let my frustration go although I know that Surf Framework is "state-Of-The-Art".. I am tryin to get used to. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, about my issue again: I put the following row right behind the repository &amp;lt;item&amp;gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;item type="link" id="docs"&amp;gt;/docs&amp;lt;/item&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I want my specific page to looks exactly like the "Repository"-page with applied filter, what should I do next?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rename and rewrite repository.xml in \pages and \template-instances? Do I have to touch any client-side web scripts? pretty confused.. :shock:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 17:53:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277518#M230648</guid>
      <dc:creator>tetsubo</dc:creator>
      <dc:date>2012-10-30T17:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277519#M230649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to just start by reproducing a the Repository page and then customizing it you should copy "WEB-INF/classes/alfresco/site-data/pages/repository.xml" and rename it to something else. This will give you another page that uses the underlying templates/regions/components/WebScripts. If you just want to change the root view of this custom repository view then I'd suggest creating an extension module that provides some custom configuration for that page to change the root node of the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See this blog post for information on creating dynamic configuration in modules: &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/ddraper/2012/05/01/dynamic-share-configuration-through-extension-modules/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/ddraper/2012/05/01/dynamic-share-configuration-through-extension-modules/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can configure the repository root node using the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &amp;lt;config evaluator="string-compare" condition="RepositoryLibrary" replace="true"&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;visible&amp;gt;true&amp;lt;/visible&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;root-node&amp;gt; &amp;lt;!– Your node goes here –&amp;gt; &amp;lt;/root-node&amp;gt; &lt;BR /&gt; &amp;lt;/config&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a forum post discussing this here: &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=13&amp;amp;t=36787" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=13&amp;amp;t=36787&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should be enough information to get you going,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s. I don't disagree that Surf configuration can be confusing - and it does take a little getting used to, but it is very powerful when you know how to make use of it - and we do try to help people out as much as possible!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:14:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277519#M230649</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-10-30T18:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277520#M230650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thx a ton, Dave! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gonna try it out tomorrow. and You really do help "mortals" to get used to the new framework!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:27:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277520#M230650</guid>
      <dc:creator>tetsubo</dc:creator>
      <dc:date>2012-10-30T18:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277521#M230651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I created my own tempate type, template-instance.. but don't know how to limit the condition only on my custom Repository, without affecting the original Repository. Cause:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code: Select all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="RepositoryLibrary" replace="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;visible&amp;gt;true&amp;lt;/visible&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;root-node&amp;gt; &amp;lt;!– Your node goes here –&amp;gt; &amp;lt;/root-node&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;will rewrite the root-node in all cases. That means if I select "Repository" or "docs" link from the header it will redirect me to the same root-node. But I need a custom root-node ONLY for "docs". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any tips, hints, ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought of defining a new condition but have no idea how to do that (searching Google didn't really helped)..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 14:12:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277521#M230651</guid>
      <dc:creator>tetsubo</dc:creator>
      <dc:date>2012-11-05T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277522#M230652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh and btw:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the path, that works in the node browser (/app:company_home/*[@cm:name= 'Company Homes']/cm:*/cm&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;ocs) is sadly not working when set in the mentioned &amp;lt;root-node&amp;gt;&amp;lt;/root-node&amp;gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HELP, please!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 15:41:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277522#M230652</guid>
      <dc:creator>tetsubo</dc:creator>
      <dc:date>2012-11-05T15:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277523#M230653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;tetsubo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The path which you get from Node Browser has another format, I think which is not correct for setting to root node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why not you just look at default configuration at share-documentlibrary-config.xml, where you can find &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;" &amp;lt;root-node&amp;gt;alfresco://company/home&amp;lt;/root-node&amp;gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think whit this way you can get what you like to have.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 12:57:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277523#M230653</guid>
      <dc:creator>pmverma</dc:creator>
      <dc:date>2012-11-07T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277524#M230654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you, pmverma,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested that out and I got 2 problems with it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - the "Repository" link in the header section should deliver the "real" Root node (alfresco://company/home), but my "Docs" link - the "Docs" filder within the ${user-name} directory (which is a subdirectory). So, we have 2 different root-nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - How to set the dynamical part(${user-name} directory) in the path, what is the convention?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can You help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 16:22:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277524#M230654</guid>
      <dc:creator>tetsubo</dc:creator>
      <dc:date>2012-11-08T16:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Title/Header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277525#M230655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi tetsubo, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also glad to know the your Q's answer for &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2 - How to set the dynamical part(${user-name} directory) in the path, what is the convention?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how to configure this. But i fully hope some professional will&amp;nbsp; help here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All professional have a bit answers to some problem &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;BR /&gt;&lt;SPAN&gt;P. M. Verma&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 12:38:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extend-title-header/m-p/277525#M230655</guid>
      <dc:creator>pmverma</dc:creator>
      <dc:date>2012-11-09T12:38:33Z</dc:date>
    </item>
  </channel>
</rss>

