Inserting an image to a message post or attaching images to a post or creating a gallery

Hi:
I'm trying to either attach an image to a message post or insert it in-line with a message.  I've read several references to this ability perhaps being something that will happen "soon", but those messages that refer to this are dated in August of 2009.  Here it is December and I still can't figure out how.
The online help says very clearly:
How do I insert an image in a post?
You insert an image the same way as you did before, but now you have more choices about where the image comes from and how it looks. You can insert an image from your computer (this uploads the image to your gallery), from your image gallery (if the image has been approved), or from another location on the Web.
To insert an image in a post:
Start a new post.
You can insert images anywhere: in messages, replies, blog articles, ideas, or comments.
Click the Insert Image button in the editor's tool bar (it looks like a tree).
Well, I don't know how you could do it "before", but there is no "Insert Image" button in the editor's toolbar at all.
There are also messages in this forum that say you can paste from a Word document (there IS a "Paste from Word" icon on the toolbar.)  However, when I paste from word, the images in my Word document are lost.
Finally, I thought I'd post the images in a gallery.  Again the online help says:
To upload an image to your image gallery:
Go to your Profile page and click the View Image Gallery link.
Click Browse to select an image file to be uploaded.
If the image is small enough (the size limit is set by your community), the image is uploaded. A preview of the image appears so that you can make sure you uploaded the right image.
There is no "View Image Gallery" link on my profile page.
Now, I am a computer consultant and therefore (hopefully) very computer-savvy, so this is not an issue with me being a forum "novice."  But I've always had issues with help documents that say "click on this icon" and don't show a screenshot of where the icon is.
And, I can't PROVE that my profile page doesn't have a gallery link because I can't upload a screenshot! <grin>.
So, can anyone clarify if and how we can upload images?  Or if there is a definitive help document that lays this out, provide a link to that document?  The help "search" function is pretty weak, because it does a FORUM search on any term you type in, rather than restricting it to help documents.
There's also some references to having to be a "silver member" in order to upload images, but no information on what is required to become such a member.
Thanks
Ron

As stated in the Community Ranking Structure post on the Announcements section:
Many community members will ask (and have asked in the past) exactly what the criteria is for achieving each rank in the hierarchy.  To eliminate the likelihood of system abuse or forum ‘rank climbing’, we have decided not to publicize the exact ranking criteria.  That said, community members will gain higher ranking by excelling in the activity components below.  The list is not in order of importance and some elements are weighted greater than others.
Kudos Given
Kudos Received
Length of Time on the Community
Number of logins
Posts marked as “Accepted Solution”
Total number of Posts (minus deleted posts)
Total Number of Tags applied throughout community
Time spent online in the Community Forums
As members achieve higher rankings within the Community Forums, they will automatically receive additional functionality – while maintaining the functionality rights previously achieved.
This is done to prevent spamming and trolling of the forums and to prevent objectionable content from being uploaded to the site.  There are legal issues involved with this and it preserves the integrity of the forums to grant certain permissions at certain ranks.
The ranking structure undergoes periodic review and this may change in the future -- but no guarantees. 
If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer that solved your issue as the accepted solution.

Similar Messages

  • Inserting images in forum message?

    Hi,
    Is it possible to insert attached images inline in the forum messages (similar to what you can do in the wiki pages)
    We in our organization are using forum which comes with portal.
    Regards,
    Amit

    Hi Amit,
    its not possible to insert images in forum text, but you can attach images,docs to the forum message. To change attached files size,number of attachments and type you should have forum administrator role.
    Forums come with portal are jive forums , you can check administration guides on jive forums in Google.
    Regards,
    Mahesh.

  • How to attach image to message?

    How do attach images to messages?
    I found a discussion here about screen shots, but I can't believe there isn't an easier way to attach images.
    Thanks,
    James

    Hi James!
    Once you have uploaded an image or screen shot, to a site like one of those linked to below,
    this is the HTML formatting to use, <img src="Insert URL Here"> to insert it into a post on  Discussions.
    Flickr
    ImageShack
    PhotoBucket
    Twango
    Some ISPs, also offer FTP storage space for uploading files.
    I often use my AOL storage space.
    ali b

  • In Mail 3.6 remote images in HTML messages display as blue squares with ? even though checked in viewing references.

    In Mail 3.6 remote images in HTML messages display as blue squares with ? even though checked in viewing references.

    Nurit,
    The point is that that button should not be there, if the preference setting is as you say. This indicates the preference setting is stuck, and that is what I was trying to help you resolve.
    The full purge is done as follows:
    Quit Mail, and in the Finder open Home/Library and locate the Mail folder. Control-click over the Mail folder, and choose Duplicate -- then drag the resulting copy to the Desktop for temporary backup. Next, open Home/Library/Preferences and find the com.apple.mail.plist file and drag it to the desktop.
    Relaunch Mail, which will open as though new, and when prompted to import anything DECLINE. Instead, re-enter your account info, and Mail will re-discover the account folders for your accounts, and all should be well, after setting preferences as you desire.
    Ask any needed questions, and keep us posted.
    Ernie

  • Problem in showing progress image and status message.

    Hi, friends,
    I have file upload program in which when user uploads the file
    i want to show animated progress file
    i.e. ( circle.gif )
    when upload finishes it should display message :
    File < file name > uploaded successfully.
    How do i achieve it ?
    since when i am uploading file , image is displayed but
    due to upload process image is hanged up and did not showing
    animation.
    Kindly solve the above problem.
    i post my some code here.
    ============================
    javascript part is here
    function showProgress()
            document.getElementById('imgprogress').style.display = "";
         document.getElementById('imgprogress').style.visibility="";
        function completedupload()
         document.getElementById('progress').style.display = "";
         document.getElementById('progress').style.visibility="";
    <div id="imgprogress" style="display:none; visibility:hidden;"><img src="images/circle.gif"></div>
                                                      <div id="progress" style="display:none; visibility:hidden;"><%= status %></div>
                                                      <div id="" style="display:none; visibility:hidden; "><img src="images/circle.gif" width="21" height="21"></div>since it is not working good.
    please provide me good solution for this.
    i need exactly following :
    when user gives big file to upload it shows progress as animated image
    and upload process finished up, it should remove image and display status message like " File Upload completed. "

    I know this is an old topic, but I found the solution and thought I'd share it! By default, a JList only has 1 visible row. To allow the number of rows to expand dynamically, throw this in.
    this.imageList.setVisibleRowCount(-1);My code looks like this. It centers each image and centers the text under the image and wraps images horizontally.
        ListCellRenderer renderer = new ImageListCellRenderer();
        this.imageList.setCellRenderer(renderer);
        DefaultListModel listModel = new DefaultListModel();
        this.imageList.setVisibleRowCount(-1);
        this.imageList.setLayoutOrientation(JList.HORIZONTAL_WRAP);
        this.imageList.setModel(listModel);and the renderer
    public class ImageListCellRenderer extends DefaultListCellRenderer { 
      public Component getListCellRendererComponent(JList list, Object value, int
          index, boolean isSelected, boolean hasFocus) {
        JLabel label = (JLabel)super.getListCellRendererComponent(list, value,
            index, isSelected, hasFocus);
        if (value instanceof File) {
          File imageFile = (File)value;
          String path = imageFile.getAbsolutePath();
          Image image = Toolkit.getDefaultToolkit().getImage(path);
          image = image.getScaledInstance(100, 100, Image.SCALE_DEFAULT);
          ImageIcon imageIcon = new ImageIcon(image);
          label.setIcon(imageIcon);
          label.setText(path.substring(path.lastIndexOf(File.separatorChar) + 1));
          label.setVerticalTextPosition(SwingConstants.BOTTOM);
          label.setHorizontalAlignment(SwingConstants.CENTER);
          label.setHorizontalTextPosition(SwingConstants.CENTER);
        else {
          label.setIcon(null);
        return label;
    }I need to work on this to improve performance, but it works!

  • HT3275 My time machine does not back up and giving me this error message: The backup disk image "/Volumes/Data-1/Amiel's MacBook Pro.sparsebundle" is already in use. Pls help.

    My time machine does not back up and giving me this error message: The backup disk image “/Volumes/Data-1/Amiel’s MacBook Pro.sparsebundle” is already in use. Pls help.

    Make sure that there are no other Macs backing up at the present time.
    Pull the power cord from the back of the Time Capsule
    Count to ten
    Plug the power cord back in
    This will "fix" things about 98% of the time. Post back if you are in the unlucky 2% category.

  • POSTING TIPS - Code, Images, Hyperlinks, Details

    When you're posting a question - please search the forum first!  If that fails, and you wish to include T-SQL, C#, or VB code in your post, see below.  If you want to show us what you see on your screen (pictures are worth a thousand words), see
    below! Check that a URL does not stay black/gray indicating an inactive hyperlink. All URL references should be blue and clickable.
    Moderators, please add any other tips you may have.
    Including T-SQL, C#, VB.Net Source Code
    (Thanks to Phil Brammer & Kalman Toth for this tip)
    When you are composing a post and you wish to paste code, please don't directly paste it into the post, instead paste it into the code block editor.  It will preserve formatting for you, which makes it easier for us to read it and help you with your issue.
    Examples follow...
    Not using the code block editor:
    select
    text, *
    from sys.dm_exec_cached_plans
    cross apply sys.dm_exec_sql_text(plan_handle)
    Using the code block editor (and with the same copy-n-paste buffer):
    select
    text, *
    from sys.dm_exec_cached_plans
    cross apply sys.dm_exec_sql_text(plan_handle)
    Including Images
    Using the Editor:
    (Thanks to Kalman Toth for these instructions)
    Use the Forum Editor method to Insert Image:
    1. Save the image to disk or copy the image URL
    2. Use the Insert Image (right most) icon to upload the image
    Make sure the URL hyperlink is active:
    The forum post editor automatically hyperlinks a typed URL in IE. But not all browsers do it.
    Use the chain link icon to hyperlink an inactive URL, title or reference.
    Using HTML:
    (Thanks to Todd McDermid & Ed Price for this tip)
    Copy your screen to the clipboard (ALT-PRTSCN) (alternatively, some image editors can do screen captures)
    Paste it in your favourite image editor
    Upload it to a free image hosting site like Flickr,
    ImageShack, ...
    Create your post, then press the "HTML" button on the post toolbar.  This will open another browser window with HTML in it.
    Find the spot where you want the image, and add a standard IMG element, pasting in the URL to your image, like this:
    < img src="http://your.url.here/your_image_filename_here">
    Press the Update button.
    The Volunteer Moderators and Answerers who support the Microsoft MSDN SQL Server Forums have created a Wiki to present Solutions to Common T-SQL Problems.
    (Thanks to Arnie Rowland  for this tip)
    Check here to see if there is a suggestion that can guide you to a solution for your problem.
    http://code.msdn.microsoft.com/SQLExamples
    If you find that the Wiki provided you with useful information, please let us know by posting a synopsis of your problem and a comment about your successful use of that information.
     “Top Solution Content” blog 
    (Thanks to Elvis Long  for this tip)
    As part of our efforts to keep our communities informed about the most relevant content that address the top questions that we are getting in out forums and other support channels we want to introduce the new “Top Solution Content” blog (http://blogs.technet.com/b/topsupportsolutions).
    In this blog you will find up-to-date and valuable information about Microsoft top support solutions for several of our popular products in the Server and Tools portfolio. You can use the tags (http://blogs.technet.com/b/topsupportsolutions/archive/tags)
    to easily locate the product of your preference or visit the home page to see what’s going on for the different Microsoft Enterprise and developer products. As a blog you can also subscribe to post and comments using the RSS feeds.
    We hope this will reduce time and effort when you are looking for relevant content. Enjoy it!
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

    the SWC thing may be exactly what I need.
    I read that link you gave me and I will definately do a little more research on SWC, even if it's not completely clear how to use them at this particular moment.
    let's say I have an image called MyImage.png which I have setup to export for actionscript on frame 1 and the class is called "MyImage"
    Assume I have the same thing setup in my library for a sound file called "MySound"
    Now, without doing any reading first, I would assume that I would create a new fla file, put those 2 assets in said fla's library and then compile that fla into an swc? And then access thoughs assets in my main project by importing the swc into it? or it is more simple than that?
    Cheers
    Dave

  • When replying to a message with attached images, those images are included in the reply. I don't want that.

    I received an email from a friend with two attached images with "Content-Disposition: inline". When I replied to the message to say "hey, cool," those messages were included in the quoted message and attached and sent with my reply. That really shouldn't be the default behavior, and even if someone thinks it should be, there has to be a way to turn it off, right?
    Please tell me how to turn it off.
    Google searches turn up posts by frustrated users going all the way back to 2008, and there seems to be no answer better than "manually delete the photos each time".

    OK, so if a message contains images as part of signatures, it wouldn't necessarily be correct to delete them. So we're left with doing it on a case by case basis.
    People who don't like graphic content use plain text; this would automatically dispose of inline graphics content (though not true attachments).

  • When saving iDVD to disk image the following message appears: "Error during rendering/codification. There was an error during rendering/codification of menus/slide presentation. The recording process was canceled.

    When saving iDVD to disk image the following message appears: "Error during rendering/codification. There was an error during rendering/codification of menus/slide presentation. The recording process was canceled.
    What am I doing wrong?

    Read and answer the questions posted by Bengt Wärleby in this thread: Cant burn my idvd project to...: Apple Support Communities
    OT

  • I have a problem when iTunes card insert the card number comes message the code you entered has not been properly activated

    I have a problem when iTunes card insert the card number comes message the code you entered has not been properly activated

    Is the store that you bought it from close so that you could try going back to them and ask them to activate the card properly ? If not then try contacting iTunes Support (you will probably need to give them images of the front and back of the card, and possibly its receipt) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes

  • I am having issues with Time Machine. Error message "The backup disk image could not be created.

    Error message "The backup disk image could not be created." I have tried everything I have found online in the community from TM full reset  to changing my computers name. Anything else I can try? I am using a Seagate external HD with a connection through my router. I spent an hour on the phone with seagate and everything is ok on the HD end.
    TM sees it and it is mounted but cannot go any further. HELP?!!!!
    Thanks
    -A

    How should it be connected? It has a usb port and ethernet. The USB on the ExHD looks like the port on the back of my computer, so I would need one wth the same ends? Do they make those?
    I can usually fix most my comp problems myself, but this new ExHD has stumped me.
    Thanks for your help.
    -A

  • How do I import an image to a message I'm composing in messages for mac without having to use image capture?

    When I try to do this, I right-click in the compose area and click on "import image" and all I get is the image capture window which doesn't show anything.  How do I do it from iphoto or another location such as the pictures folder?

    I think that command is for getting a picture directly from a scanner or camera.
    Just drag the photo you want from iPhoto onto the messages window.

  • How to fix this error message The backup disk image "/Volumes/AirPort Disk/FARES DEL VALLE's iMac.sparsebundle" could not be accessed (error -1).

    how to fix this error message The backup disk image “/Volumes/AirPort Disk/FARES DEL VALLE’s iMac.sparsebundle” could not be accessed (error -1).

    The troubleshooting C17 is the specific article.
    http://pondini.org/TM/Troubleshooting.html
    This is generally a Lion error.. and you will need 5.6 utility to get access to the disk area.
    So download the real utility. Run it instead of v6 toy version.
    http://support.apple.com/kb/DL1482
    Go to the manual setup, disk page and click on disconnect all users.. that will unmount all users connected to the disk and allow it to start working. But there are a number of other issues that are possible cause. Pondini lists some of them.

  • HT201514 When I try to back up ,I get the error message:The backup disk image "/Volumes/Data/ iMac.sparsebundle" could not be accessed (error -1).

    When I try to backup I get the error message.The backup disk image"/Volumes/Data/iMac.sparsebundle" could not be accessed(error-1) Any Ideas? it was working fine and i can't think of any changes I made to the system to affect this?

    Start with the best resource available..... Time Machine --- Troubleshooting from Pondini, the wizard of all things Time Machine.
    " . . . sparse bundle could not be accessed (error -1)"

  • Category for message 06356: No delivery costs can be posted in case of mult

    Hi experts!
    I know why the system issues message "06356: No delivery costs can be posted in case of multiple account assignment", but I need to set this message as an ERROR because it is a WARNING by default.
    I tried it via SPRO -> Materials Management -> Purchasing -> Environment Data -> Define Attributes of System Messages, but it doesn't works. Although I set the message as an ERROR I tested and it is a WARNING message.
    I tried via SM30 with no positive results.
    Do you have any suggestion?
    Thanks in advance!

    Hi,
    Message 06356 is coded in standard as warning
    and cannot be changed through customising
    Message 06 356 is hardcoded as "Warning"
    Review of the Abap code reveals the message is hardcoded, see:
    Include: MM06EF0W_WE_RE_KENNZEICHEN
    :  mmpur_message 'I' '06' '356' '' '' '' ''.
    If you wish to change this message to an error you will have to modify the code.
    It is not possible in the standard to set this message as an error
    Delivery costs are not posted for documents with multiple account
    assignment in Release 46C.
    This was allowed in releases 3.0, but this functionality was deactivated
    in Release 4.0A for design reasons. For more information on this issue,
    please, see note 77789.
    In the note it is stated that:
      "Even if you do not delete the delivery costs, the system does not
       process them during the goods receipt, the invoice receipt and in the
       purchase order commitments."
    Kind regards,
    Lorraine

Maybe you are looking for

  • My new apple TV does not listed in iTunes devices list.

    I can watch movie from my MacBook Pro but no photoes. On iTunes devices list I can see iPhone, iPad and old Apple TV (Connected to another TV) Software on both my computer and new Apple TV are updated Thanks

  • Podcasting on an iWeb site not published to .mac

    Hi, I have created a website with iWeb which is hosted externally to .Mac. Everything works fine except I created a podcast (m4a file) which I'd like to include on my site. Can anyone let me know the steps I need to take to get this to be available t

  • Unable to e-mail pictures with PSE 3.0.1.

    I am using PSE 3.0.1.  I am unable to e-mail pictures and keep getting an error message that says that some add-in program could not be installed. What is the problem?  I have windows Vista. shealex

  • Does anyone know where I can get some images for use with Titler Pro 3?

    I am really just trying to get some effects like honeycomb or different color washes for reflections.  Maybe explosions.  They are all put to use from a image if I am not mistaken, new to Titler Pro 3.

  • Screen won't flip

    I had to change my iPhone today because the earphone jack was not working. Now i noticed that when in safari, the image will not flip horizontally when I flip the iPhone. Is anyone else having this problem or could this be my phone?