Allows the SharePoint Content Editor to directly upload images.

Source: Internet
Author: User
The HTML editor that comes with SharePoint does not have the function of directly uploading images, which is a pity for many people. However, we found that the editor in the web page feature released has the function of uploading images and inserting images, someone has extended this function on the Internet and made it fieldtype. Below I will write out how to use it for your convenience.
1. Go to the Web site http://www.codeplex.com/ipii/Release/ProjectReleases.aspx? Releaseid = 8820 download the installation file and install it directly after download
2. Follow the instructions of the author
Important
After deploy this solution, you have to check below:
Under "C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ layouts \ CW Moss Modules "folder, copy" assetportalbrowser. aspx Bak "and" dialog. Master Bak "to" C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ layouts \ "folder, and trim _ Bak name, or it might cause some Exception error when you select something.

3. Modify the file c: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ XML \ fldtypes_publishing.xml and change the following attributes to true.
<Field name = "usercreatable"> true </field>
<Field name = "showonlistcreate"> true </field>
<Field name = "showondocumentlibrarycreate"> true </field>
4. iisreset, OK, and can be applied.
. You can apply it on the editing page.

. Apply in the list
Create a new column in the list settings, as shown in figure

The validity period of the newly created Project in the list is as follows. you can insert images directly.

Of course, the personal feeling is not perfect, and the application is not intuitive and convenient for users when publishing news.
It is best to replace some other editors such as FCKeditor with the editor that comes with Sharepoint.
Unfortunately, no good information can be found on the Internet. If you know the method, I hope you can talk about it.
Below are some materials I have found:
Http://episteme.arstechnica.com/eve/forums/a/tpc/f/6330927813/m/969008447831
Http://www.andypemberton.com /? P = 7

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.