<?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 Avatar in blog posts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/avatar-in-blog-posts/m-p/233215#M186345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am currently using Share 3.2r2 and testing Share 3.3 (the nightly build of March, the 24th).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I post a blog entry my avatar doesn't appear, while when I comment it appears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: is there a setting to change in order to display my avatar in my posts or, simply, this is not possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ale&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Mar 2010 14:45:44 GMT</pubDate>
    <dc:creator>efestione</dc:creator>
    <dc:date>2010-03-27T14:45:44Z</dc:date>
    <item>
      <title>Avatar in blog posts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/avatar-in-blog-posts/m-p/233215#M186345</link>
      <description>Hi, I am currently using Share 3.2r2 and testing Share 3.3 (the nightly build of March, the 24th).When I post a blog entry my avatar doesn't appear, while when I comment it appears.My question is: is there a setting to change in order to display my avatar in my posts or, simply, this is not possible</description>
      <pubDate>Sat, 27 Mar 2010 14:45:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/avatar-in-blog-posts/m-p/233215#M186345</guid>
      <dc:creator>efestione</dc:creator>
      <dc:date>2010-03-27T14:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Avatar in blog posts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/avatar-in-blog-posts/m-p/233216#M186346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the solution (applies to Alfresco 3.4.d) and I report it here for future reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In file share/components/blog/postview.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;html += '&amp;lt;div class="authorPicture"&amp;gt;' + Alfresco.util.people.generateUserAvatarImg(data.author) + '&amp;lt;/div&amp;gt;';&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;in function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;renderBlogPost: function BlogPostView_renderBlogPost(data)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;between&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;// content&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; html += '&amp;lt;div class="nodeContent"&amp;gt;';&lt;BR /&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;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;html += '&amp;lt;div class="nodeTitle"&amp;gt;&amp;lt;a href="' + postViewUrl + '"&amp;gt;' + $html(data.title) + '&amp;lt;/a&amp;gt; ';&lt;BR /&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;Then, because I did not want to generate the new postview-min.js, I followed the istructions reported here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=48&amp;amp;t=23604" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=48&amp;amp;t=23604&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ie, I simply copied postview.js in postview-min.js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know … this is not the best way to achieve this&amp;nbsp; :wink:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 17:26:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/avatar-in-blog-posts/m-p/233216#M186346</guid>
      <dc:creator>efestione</dc:creator>
      <dc:date>2011-03-28T17:26:38Z</dc:date>
    </item>
  </channel>
</rss>

