inserting images in blog
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2009 01:03 AM
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?
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?
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2009 06:31 AM
Goto the document library and copy the complete path of the image to be inserted in the blogs page in share.
Since the url is an absolute url , disable the relative url property in tinymce
http://forums.alfresco.com/en/viewtopic.php?f=47&t=21916
Edit the following file /tomcat/webapps/share/modules/editors/tiny_mce.js
Add the following code @ line 15 to disable relative url attribute
config.relative_urls = false;
Let me know whether that fixes the issue.
Since the url is an absolute url , disable the relative url property in tinymce
http://forums.alfresco.com/en/viewtopic.php?f=47&t=21916
Edit the following file /tomcat/webapps/share/modules/editors/tiny_mce.js
Add the following code @ line 15 to disable relative url attribute
config.relative_urls = false;
Let me know whether that fixes the issue.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2009 08:07 AM
Copying raw url for business users is error-prone.
I'd love to see a feature in the Share app that will allow connecting DocLib items with Blog entries.
I'd love to see a feature in the Share app that will allow connecting DocLib items with Blog entries.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2009 06:26 AM
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!
Thanks,
Mike
Thanks,
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2009 03:55 PM
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!
Let's leave the blog dashlet as it is now - to support external publishing.
Maybe there is a need for new dashlet that would serve as a "news page". The dashlet would allow to compose articles and link them with doclib items if necessary.
Regards,
WK
