<?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: inserting images in blog in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229380#M182510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Copying raw url for business users is error-prone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd love to see a feature in the Share app that will allow connecting DocLib items with Blog entries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2009 12:07:18 GMT</pubDate>
    <dc:creator>wkabala</dc:creator>
    <dc:date>2009-09-28T12:07:18Z</dc:date>
    <item>
      <title>inserting images in blog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229378#M182508</link>
      <description>Hi,How can I insert an image from my 'document library' into my blog page?In the wiki editor it is available, but not in blog or discussion, any idea?</description>
      <pubDate>Mon, 21 Sep 2009 05:03:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229378#M182508</guid>
      <dc:creator>lees</dc:creator>
      <dc:date>2009-09-21T05:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: inserting images in blog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229379#M182509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Goto the document library and copy the complete path of the image to be inserted in the blogs page in share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the url is an absolute url , disable the relative url property in tinymce &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=21916" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=21916&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit the following file /tomcat/webapps/share/modules/editors/tiny_mce.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the following code @ line 15 to disable relative url attribute&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;config.relative_urls = false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know whether that fixes the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 10:31:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229379#M182509</guid>
      <dc:creator>ssaravanan</dc:creator>
      <dc:date>2009-09-28T10:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: inserting images in blog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229380#M182510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Copying raw url for business users is error-prone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd love to see a feature in the Share app that will allow connecting DocLib items with Blog entries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 12:07:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229380#M182510</guid>
      <dc:creator>wkabala</dc:creator>
      <dc:date>2009-09-28T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: inserting images in blog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229381#M182511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The reason it's not available on the Blog page is that there's a lot of work to be done in order to support external publication of images. I don't think the common blog APIs support it, so we'd have to come up with another approach. Because a lot of Enterprises don't expose Share or the Repository externally, this becomes quite tricky. Suggestions welcome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 10:26:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229381#M182511</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-09-30T10:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: inserting images in blog</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229382#M182512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The reason it's not available on the Blog page is that there's a lot of work to be done in order to support external publication of images. I don't think the common blog APIs support it, so we'd have to come up with another approach. Because a lot of Enterprises don't expose Share or the Repository externally, this becomes quite tricky. Suggestions welcome!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's leave the blog dashlet as it is now - to support external publishing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe there is a need for new dashlet that would serve as a "news page". The dashlet would allow to compose articles and&amp;nbsp; link them with doclib items if necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 19:55:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inserting-images-in-blog/m-p/229382#M182512</guid>
      <dc:creator>wkabala</dc:creator>
      <dc:date>2009-09-30T19:55:05Z</dc:date>
    </item>
  </channel>
</rss>

