<?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: #{r.creator} in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46524#M26139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, given the context of what you're trying to do, yes i can see that wouldn't work. Both your questions are going to involve a little customisation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ForumsBean is used for the forums/discussions capabilities, getNodes() is where the nodes are built up, to make the full name of the poster available you will need to create a "propertyresolver" which can be used to provide additional properties to the JSP. Have a look at the examples present for how to implement one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the user name by the login link, you could accomplish this by creating a new managed bean and providing a getter for the current user full name. You can then reference your bean in /jsp/parts/titlebar.jsp instead of the current "NavigationBean.currentUser.userName".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 10:43:15 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2007-03-12T10:43:15Z</dc:date>
    <item>
      <title>#{r.creator}</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46521#M26136</link>
      <description>Hi all,Can we get the first name &amp;amp; the last name from r.creator that's been used in the forum&amp;nbsp; :? or from NavigationBean.currentUser ?Regards,Vidi</description>
      <pubDate>Fri, 09 Mar 2007 09:36:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46521#M26136</guid>
      <dc:creator>mailvidi</dc:creator>
      <dc:date>2007-03-09T09:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: #{r.creator}</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46522#M26137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should just be able to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#{r.firstName} or #{r.lastName}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 11:20:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46522#M26137</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-03-09T11:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: #{r.creator}</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46523#M26138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi gavinc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried r.firstName &amp;amp; r.lastName … but it does not seem to work&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp; … wel, my requirement is that when someone starts a discussion, their login name gets displayed along with their post, instead of this i want their first &amp;amp; last names to be displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similarly, next to the log out link, the login name is displayed, in our case since the login names are employee numbers, we want their names to be displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vidi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 02:58:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46523#M26138</guid>
      <dc:creator>mailvidi</dc:creator>
      <dc:date>2007-03-12T02:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: #{r.creator}</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46524#M26139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, given the context of what you're trying to do, yes i can see that wouldn't work. Both your questions are going to involve a little customisation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ForumsBean is used for the forums/discussions capabilities, getNodes() is where the nodes are built up, to make the full name of the poster available you will need to create a "propertyresolver" which can be used to provide additional properties to the JSP. Have a look at the examples present for how to implement one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the user name by the login link, you could accomplish this by creating a new managed bean and providing a getter for the current user full name. You can then reference your bean in /jsp/parts/titlebar.jsp instead of the current "NavigationBean.currentUser.userName".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 10:43:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46524#M26139</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-03-12T10:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: #{r.creator}</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46525#M26140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey gavinc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks much for your time !! Will try this and let you know if it worked …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vidi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 11:10:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/r-creator/m-p/46525#M26140</guid>
      <dc:creator>mailvidi</dc:creator>
      <dc:date>2007-03-12T11:10:23Z</dc:date>
    </item>
  </channel>
</rss>

