Insert Pictures from SharePoint option missing from Wiki Page

Hi,
I have a team site, which was migrated from SP 2010 to 2013.
In the site pages, I have added a wiki page. In the ribbon - "Insert" - Picture - "From SharePoint" option is missing.
I have checked various sites, which say publishing feature should be enabled. But in another site (also a team site i can see the "From Sharepoint" option available).
How to get the "Insert" - Picture - "From SharePoint" option?
Thanks

Hi.
Refer this link
Here is a thread about it on msdn
The essence from the thread:
You'll need to activate SharePoint Server Publishing
It is not available in enhanced rich text but it is in Publishing HTML. Change your column type to Publishing html and it will work
http://sharepoint.stackexchange.com/questions/22815/how-to-enable-the-from-sharepoint-link-when-inserting-a-link-in-a-blog-post
http://jopx.blogspot.in/2012/05/solve-disabled-insert-picture-from.html
Please remember to click 'Mark as Answer' on the answer if it helps you

Similar Messages

  • Insert picture from computer is not working

    Hello
    When I try to insert a picture from the computer, or insert a link from a adress, I am not prompt with anything usable. I can insert pictures from SP and links from SP.
    Se the screen-dump.
    What can I have missed ? Never encountered an error like this.

    Hi,
    Since the characters in screenshot is not English, please confirm if the issue occurs to this when you insert picture from computer:
    If that is the case, please right-click on any white space on this modal dialog and click the properties, copy the Address(URL), you should get something like:
    http://sitename/_layouts/15/Upload.aspx?UseDivDialog=true&LCID=1033&Source=http%3A%2F%2Fsp%3A60%2Fsites%2Fsecond%2FSitePages%2Fp2%2Easpx%3FWikiPageMode%3DEdit%26InitialTabId%3DRibbon%2EEditingTools%2ECPEditTab%26VisibilityContext%3DWSSWikiPage&AssetPageFolder=true&Title=Upload%20Image&DefaultList=Asset&seed=0.030095442653961746&IsDlg=1
    Please check if you can access it directly via IE browser.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do I insert multiple photos into an excel document vs inserting each individually?  Insert, Picture, From FIle...now what?  it only allows me to choose 1 at a time.

    Help - How do I insert multiple photos into an excel document vs inserting each individually?  Insert, Picture, From FIle...now what?  it only allows me to choose 1 at a time.

    https://discussions.apple.com/thread/3383532?tstart=0
    Stefan

  • Sorry, we are having some temporary server issues. You can work off line if you plan to insert pictures from your computer

    We have about 200 users that connect to three terminal servers. On the servers we have Office 2013 installed. Several users are stating that when they attempt to search for templates or insert Online Pictures, they are getting error messages of "Sorry,
    we are having some temporary server issues. You can work off line if you plan to insert pictures from your computer"
    Remember, they are connecting to a terminal server, all have roaming profiles, and for some users this works fine.
    We've Googled the error message and found no help. A lot of responses was to reset the IE settings, which we've tried to no avail.
    Also as a test, we took one of the users that was having the issue and deleted their profile. When they logged back on the server, the same problem occurred again.
    We're currently at a loss as to why it works for some users and not others?
    Any ideas out there?

    You can refer to this link and find the possible solution which is to delete the offending registry key:
    HKCU\Software\Microsoft\Office\15.0\Common\Internet\WebServiceCache\AllUsers\office15client.microsoft.com
    http://angrytechnician.wordpress.com/2013/05/15/office-2013-error-sorry-we-are-having-some-temporary-server-issues/
    There we can also find information about deploying logon script to all roaming profile users to resolve this issue.

  • Wiki: Insert Picture From SharePoint Disabled

    Why can't I insert a picture into a Wiki page "From SharePoint" via the "Insert" tab on the Ribbon?
    It says "This control is currently disabled."
    (Just FYI, I have Silverlight 4 installed so I can drag-and-drop multiple documents for upload and the site is a Trusted Site).

    KurtVD
    You mention something about WiKi vs regular page CEWP...
    I have no problem inserting pictures into my WiKi rich text editor, but when I try to insert a picture or even a table into a CEWP rich text editor (or even if I try to do it with HTML code) as soon as I click OK there is nothing there.  The best I
    have been able to with the CEWP on a regular site page is with HTML...I get a little black X box where the pic should be, but I do get the mouse over and I can get it to hyperlink when I click on it.
    What is going on here?  I can insert pics and tables into a list if the column is using a rich text editor, but not on a regular site page.  I can only use the image web part which sucks because I cant make it hyperlink.
    Is it my version of Internet Explorer?  Did I make some change that broke SharePoint 2007?  Did someone else make a change to the site that screwed this up?  WAS I NEVER ABLE to do this and am just now realizing that CEWP have this limitation?
    -Bill

  • Inserting Picture (from Web- through Webdav) to Word document using VSTO code

    Hi,
    I have been trying to insert an image/picture to current selection in word. with help of code -
    Microsoft.Office.Interop.Word.InlineShape s = this.Application.Selection.InlineShapes.AddPicture(
    @"http://127.0.0.1:9001/test/myimage.png", true, true, Type.Missing);
    This code works fine if image is on desktop or network shared location but some issues for URL exposed through Webdav.
    On inserting the picture word shows - "The linked image cannot be displayed....." message. If we close and open word document again then image appears properly.
    Some observations:
    1. If we use same option through Ribbon  "Insert -> Picture -> Enter path and click on "Link to File" then we get Prompt for Wevdav password (Only once, later Word caches it) and linked images appear properly.
    2. Updating the shape explicitly wouldnt help. 
    s.LinkFormat.Update();
    What we are looking for is, Does Ribbon "Insert" functionality do something additional to prompt Webdav authentication to cache? if we want to achieve the same? what needs to be invoked before we make call to AddPicture API?
    Thanks
    H

    Thanks for the response.. 
    No, when document is opened again, then you dont need to enter the password. 
    Somehow on document open event MS word knows how to retreive password from cookie for given domain.
    When you insert the image using ribbon -> insert picture option, 
    MS Word first looks into cache if the domain cokkie already available then bypass authentication/password prompt
    Otherwise it would show the prompt and store the cookie in cache again.
    The mystry is how MS-Word interacts with this "cached cookies"
    while doing more reading on this, it seems MS Word has been using Klink.dll for this kind of functionality https://support.microsoft.com/en-us/kb/899927 but it would be great if you can provide more pointers.
    >>Could you share an image link of Webdav?
    Since, it's my local webdav server, you would not be able to access the image link, may be you can upload an image to sharepoint (as sharepoint also supports webdav) and use that for reproducing this problem at your end.
    Thanks
    H

  • No thumbnails visible when doing file attach or insert picture from file

    Hi,
    Running OS X 10.4 (Tiger) on a MacBook Pro, I don't see image thumbnails when doing a file attach (or other similar "browse" dialog).
    I do see image thumbnails when changing the desktop background (until I go to Choose Folder) but not when doing tasks like these:
    -- File attach, such as when I'm sending a picture of my kitty cat (using Gmail from either Firefox of Safari).
    -- In Word for Mac: 2004, the Insert Picture dialog (the final dialog box is titles "Choose a Picture").
    -- In Pages '08, the Insert, Choose dialog.
    It there a solution short of firing up VMWare Fusion and doing this from <ack!> Windows?
    I've looked around a fair amount but not found an answer.

    HI Bob,
    In GMail, when you navigate to your images folder, it will be in a Finder window. Make sure your Finder window preferences are set to "Columns". Open a Finder window. In the Toolbar, there is one set with 3 different options... List, Columns, or Icons... choose Columns. When you go to select an image, you should be able to see the thumbnail version in the contextual menu that expands to the right.
    Carolyn

  • IPhone 5 - Insert picture from email doesn't work, but sending in Photos via email does?

    I have an issue with a user here at my office.  When composing an email and they insert a picture from their phone, it sends the email, but the picture is not attached.
    However, if we go to Photos and send the photo via email, it works fine.
    He had been able to send fine up until yesterday afternoon and then it stopped working, so I believe he's done something, but I have no idea what.  Took a look at his settings and everything seems normal.  Also, rebooted his phone, but the same issue occurs.  And as far as I know, he's the only one having this issue.
    We are running email via Lotus Traveler/Domino, but I've tested my iPhone and everything sends fine, so I don't believe this is a server issue.
    Does anyone have any idea of what to try here?
    PS - user is using ios7.1 (same as mine)

    I have an issue with a user here at my office.  When composing an email and they insert a picture from their phone, it sends the email, but the picture is not attached.
    However, if we go to Photos and send the photo via email, it works fine.
    He had been able to send fine up until yesterday afternoon and then it stopped working, so I believe he's done something, but I have no idea what.  Took a look at his settings and everything seems normal.  Also, rebooted his phone, but the same issue occurs.  And as far as I know, he's the only one having this issue.
    We are running email via Lotus Traveler/Domino, but I've tested my iPhone and everything sends fine, so I don't believe this is a server issue.
    Does anyone have any idea of what to try here?
    PS - user is using ios7.1 (same as mine)

  • Does anyone have URL replacement working for catalog generated from wiki pages library

    Hi everyone,
    I have created a catalog from a wiki library which surfaces news/event/announcement articles to a publishing site (with make URLs relative to this site selected).  This works well after modifying the item page and specifying the content as HTML regarding
    the functioning of category/item pages.
    The only issue which remains is that hyperlinks between wiki pages are not replaced in the target site (they always point to the wiki pages within the authoring site collection rather than to their catalog counterparts in the publishing site).  It is
    my understanding that with publishing pages from a pages library these links are replaced to point to other items in the catalog connected site rather than the source.
    Is this just by design (only working for publishing pages rather than wiki pages), or does anyone have this replacement working?
    If this does not work it kind of defeats the purpose of the catalog here and I might as well give everyone access to the authoring library and just use a CSWP in the publishing site to redirect to the authoring wikis.  Not terribly nice from a layout,
    navigational or conceptual standpoint though.

    Just to add a bit more info to this... looking at the coreclient.log file you can plainly see that the page view took 50367ms to complete.... if anyone has any ideas, it would be greatly appreciated.
    Started GET "/wiki/pages/V6C291y8z/price_lists.html" for 192.168.0.100 at Fri Nov 04 13:48:49 -0500 2011
      Processing by PagesController#show as HTML
      Parameters: {"title"=>"Production_Intercom.html", "id"=>"V6C291y8z"}
    Rendered cc/_banner_link.html.erb (0.2ms)
    Rendered cc/_banner_link.html.erb (0.2ms)
    Rendered cc/_banner_link.html.erb (0.2ms)
    Rendered cc/_banner.html.erb (1.8ms)
    get_timezone_offset_from_request: -18000
    time: Wed Oct 26 12:52:17 -0500 2011
    time (client timezone): Wed Oct 26 12:52:17 -0500 2011
    Rendered cc/_entity_header.html.erb (2.5ms)
    Rendered cc/_wikieditor.html.erb (0.1ms)
    Rendered sidebars/_tags.html.erb (59.0ms)
    Rendered cc/_related_item.html.erb (0.0ms)
    Rendered sidebars/_related.html.erb (0.3ms)
    Rendered cc/_comment.html.erb (0.0ms)
    Rendered sidebars/_comments.html.erb (0.4ms)
    Rendered sidebars/_updates.html.erb (0.1ms)
    Rendered sidebars/_settings.html.erb (0.2ms)
    Rendered cc/_sidebar_section.html.erb (61.2ms)
    Rendered cc/_sidebar.html.erb (61.5ms)
    Rendered pages/show.html.erb within layouts/application (50366.0ms)
    Completed 200 OK in 261847ms (Views: 50367.1ms)

  • Just update to Pages 5.1 - its dropped the pictures from my Pages files - 'Some features aren't supported - objects in table cells were removed' - how do I get pictures back?

    Just update to Pages 5.1 - its dropped the pictures from my old Pages files - 'Some features aren't supported - objects in table cells were removed' - how do I get the pictures back?

    Thanks Peter
    Can you just walk me through dumping Pages 5 and getting to the Applications/iWork folder - and does this mean that when I see future Pages Upgrades I should block them?
    I'm new to Apple so need a step by step
    Many thanks
    Glyptic

  • Putting pictures from jsp pages

    hi, i have been assigned a job to do in jsp....this is the first time i am dealing with jsp....
    my problem is to display images from jsp pages, images will come from the url
    http://media.XXXXXXXX.com/books/ISBN#.jpg, where # is the isbn no.
    here is the code which i am using...
    <c:if test="${result.isbn != null}">
                        <div class="search-result-attributes">Image:$(http://media.XXXXXXXXXXX.com/books/ISBN#.jpg) </div>
                   </c:if>any idea....how can i make a variable of #, to display books with different ISBNs.
    Also, the # can be calculated by "result.isbn"
    any help guys....???
    Edited by: ping.sumit on Jun 24, 2008 8:03 PM

    any idea....how can i make a variable of #, to display books with different ISBNs.
    Also, the # can be calculated by "result.isbn"I don't understand what you're talking about.
    At least I can tell you that HTML offers you the <img> tag for displaying images. E.g.
    <img src="${result.isbn}.jpg" />

  • Software Raid and Kernel Panic (from wiki page) [SOLVED]

    I am trying to setup a RAID 5 array using the instructions on the wiki:
    http://wiki.archlinux.org/index.php/Ins … AID_or_LVM
    I get through the instructions (have actually done it several times now) and get the following error:
    io scheduler deadline registered
    io scheduler cfq registered
    FDC 0 is a post-1991 82077
    RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
    loop: loaded (max 8 devices)
    mice: PS/2 mouse device common for all mice
    NET: Registered protocol family 2
    IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
    TCP establised hash table entries: 262144 (order: 9,3145728 bytes)
    input: AT Translated Set 2 keyboard on isa0060/serio0
    TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    TCP bic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 10
    Disabled Privacy Extensions on device c03f6580(lo)
    IPv6 over IPv4 tunneling driver
    NET: Registered protocol family 17
    Starting balanced_irq
    Using IPI Shortcut mode
    VFS: Cannot open root device "md0" or unknown-block(0,0)
    Please append a correct "root=" boot option
    Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    The grub menu.lst
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/md0 ro
    I setup three partitions on IDE drives
    /dev/md0 - root (8 GB / drive)
    /dev/md1 - boot (100 MB / drive)
    /dev/md2 - swap (1 GB / drive)
    I have three drives for the area with three partitions on each:
    hda1 - boot
    hda2 - swap
    hda3 - root
    I did skip the LVM step in the wiki pages.
    fstab
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
    /dev/cdrom /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/fd0 /mnt/fl vfat user,noauto 0 0
    /dev/md0 / reiserfs defaults 0 0
    /dev/md2 swap swap defaults 0 0
    /dev/md1 /boot reiserfs defaults 0 0
    mkinintrd.conf
    REMOVE_IDE=
    REMOVE_SCSI=
    REMOVE_SATA=1
    REMOVE_CDROM=
    REMOVE_USB=1
    REMOVE_FW=1
    REMOVE_RAID=
    REMOVE_CRYPT=1
    REMOVE_FS=
    REMOVE_DM=
    RAID_ROOT_ARRAY="md0"
    RAID_ROOT_DEVICES="/dev/hda3 /dev/hdb3 /dev/hdc3"
    HOSTCONTROLLER_IDE=
    HOSTCONTROLLER_SCSI=
    HOSTCONTROLLER_SATA=
    HOSTCONTROLLER_USB=
    FILESYSTEMS=
    CRYPT_DEVICE=
    ADD_MODULE=
    REMOVE_MODULE=
    The system is a dual PIII using the arch ISO 7.1 release.
    Any thoughts on what is wrong with my setup?  Or something I can try.  I'm game for just about anything in my test environment to try and get it working.
    Thanks,
    Chris....

    After the basketball games where over tonight I had a thought (and a little research).  The install iso I was using was a pre-release of 0.7.1.  When I downloaded the real mccoy and did a fresh install following the instructions on the wiki, all worked flawlessly!
    Chris....

  • Saving pictures from web pages..is that possible

    Is it possible while viewing a picture on a web page..to save that image and send it to my email. I just got my iphone and Im not sure how to do that.??
    Thanks so much

    In a word, no.
    You cannot do so from a web page or with photos received via email.

  • Query for inserting data from OAF page to database table

    I need to insert a row into a table by getting parameters from pageContext. The fields in this page are from multiple view objects and the data in these fields should be inserted into a table. If anyone can provide solution in this regard will be very much helpful.

    Hi Rma,
    My Understanding is...
    Say you want to display information of 10 customers. Hence there will be 10 rows to display.
    Say number 5 customer has maximum accounts 15 (In case there is variable number of accounts for each customer). Hence there will be max 15 columns.If the above under standing is correct, then a question...is there an upper limit on number of accounts for a customer?
    If yes then I may say...
    Create a custom table with that many columns as of max number of alloweed accounts.
    Write a plsql api to insert column of existing table as row in the custom table.
    Now base your EOs and VOs on that custom table. That may show columns in term of rows on your screen.
    The logic is, instead of converting column data to row in oaf, do it in plsql.
    Now again if it has to be updated by user, create a reverse api to put data from custom table to existing table.
    However, this approach can lack automatic features on existing seeded table(like validations), provided by EO. Hence you must explore PL/SQL Entity objects in Dev guide before going with this approach (both are near same but you may be able to better judge which one will be more suitable for your need.
    Another insant approach which strike in mind is just modifying logic in controller to modify bean hierarchy (adding columns at run time) or by create VO dynamically.
    However, possibly that can put other complexities of personalization and maintainance of code etc.
    Hence the suggestion is...Evaluate all three and judge which one is most suitable for you over all needs (First try with PL/SQL Base EOs Or with the above approach or pure java manipulation)
    Seems too complex approaches all. Other users must pour there thoughts.
    Abdul Wahid

  • Removing "load more.." from wiki page

    Wiki has a "load more..." at the bottom of the page to load more Wiki's, is there a way to remove that and just show all at all times?

    Never mind. I figured out the solution. I changed the master page from custom to the generic solution which did not reference that web part.
    thanks,
    Sherazad

Maybe you are looking for

  • Getting the response from a FileReference upload

    This question is about the "upload" method of the FileReference class. Is there any way to read the HTTP response after a file upload is complete? For example, a user uploads an file to a server. The server saves the file and assigns it an ID. The se

  • Problem arise while running a appln

    Starting WLS with line: C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\w

  • Custom Field in Work Area of SOCO

    Hi, I have to add custom fields in 'CARRY OUT SOURCING-WORK AREA' frame. Is there any standard structure available for this? i know there are standard structures available for shopping cart and others,  but i am not sure whether any structure is avai

  • Why does my macbook pro 2012 try to start up with an apple logo and loading bar and then turn off?

    I have tried to turn my macbook on and all i am getting when i push the power button is an apple logo and a loading bar which when it loads macbook turns off. I need this to do ubiversity work. Helplo!! It wont even let me atart it in safe mode.

  • Complications resolving forgotten administrator password...

    Hi. I have an imac 10.5.8 which been in storage for a year or so. Unfortunately I have forgotten the administrator password. I have spent most of the day in forums but am still unable to resolve the issue. I would like to either use terminal to set u