New features:
1. The size, format, and image watermark settings of the uploaded files are enhanced;
2. added the ability to determine whether to select different upload Paths Based on different users.
About lionhtmleditorprovider: http://esshs.cnblogs.com/archive/2005/07/01/184581.html
Download v1.0.1>
Download v1.0.0>
Installation steps:
1. Copy dotnetnuke. lionhtmleditorprovider. dll in the lionhtmleditorprovider (v1.0.1) folder of the compressed package to dnn.ProgramUnder the root directory. (The remaining files are available in v1.0.0. Only this file is updated this time)
2. Modify the htmleditor node of the web. config file as follows:
< Htmleditor Defaultprovider = "Lionhtmleditorprovider" >
< Providers >
< Clear />
< Add Name = "Ftb3htmleditorprovider" Type = "Dotnetnuke. htmleditor. ftb3htmleditorprovider, dotnetnuke. ftb3htmleditorprovider" Providerpath = "~ \ Providers \ htmleditorproviders \ ftb3htmleditorprovider \" Toolbarstyle = "Office2003" Enableprofeatures = "False" Spellcheck = "" />
< Add Name = "Lionhtmleditorprovider" Type = "Dotnetnuke. htmleditor. lionhtmleditorprovider, dotnetnuke. lionhtmleditorprovider" Providerpath = "~ \ Providers \ htmleditorproviders \ lionhtmleditorprovider \" Toolbarstyle = "Office_xp" Usednnrootimagedirectory = "True" />
</ Providers >
</ Htmleditor >
Optional values of toolbarstyle: office_blue, office_xp, office_2000, office_gray, office_green, office_red, office_tinge, office_yellow, office_3d, Mini, office_full
Usednnrootimagedirectory: determines whether different upload paths are selected based on different users.
Adminuploadfilesize: The size of files that the administrator can upload. The default value is KB. Setting 0 indicates that uploading is disabled.
Adminuploadflashsize: the size of the Flash file that the administrator can upload. The default value is KB. Setting 0 indicates that upload is disabled.
Adminuploadimagesize: the size of the image file that the administrator can upload. The default value is KB. Setting 0 indicates that upload is disabled.
Adminuploadmediasize: Specifies the size of media files that can be uploaded by the Administrator. The default value is KB. Setting 0 indicates that uploading is disabled.
Adminremoteuploadsiz: The administrator can upload files remotely. The default value is KB. Setting 0 indicates that upload is disabled.
Registereduploadfilesize: The size of files that can be uploaded by registered users. The default value is KB. Setting 0 indicates that upload is disabled.
Registereduploadflashsize: the size of the Flash file that can be uploaded by registered users. The default value is KB. Setting 0 indicates that upload is disabled.
Registereduploadimagesize: the size of the image files that can be uploaded by registered users. The default value is KB. Setting 0 indicates that upload is disabled.
Registereduploadmediasize: Specifies the size of media files that can be uploaded by registered users. The default value is KB. Setting 0 indicates that upload is disabled.
Registeredremoteuploadsiz: the size of a remote file that can be uploaded by a registered user. The default value is KB. Setting 0 indicates that upload is disabled.
Guestuploadfilesize: The size of files that can be uploaded by the guest user. The default value is KB. Setting 0 indicates that upload is disabled.
Guestuploadflashsize: the size of the Flash file that can be uploaded by the guest user. The default value is KB. Setting 0 indicates that upload is disabled.
Guestuploadimagesize: the size of the image file that can be uploaded by the guest user. The default value is KB. Setting 0 indicates that upload is disabled.
Guestuploadmediasize: the size of the media file that can be uploaded by the guest user. The default value is KB. Setting 0 indicates that upload is disabled.
Guestremoteuploadsiz: the size of a remote file that can be uploaded by the guest user. The default value is KB. Setting 0 indicates that upload is disabled.
uploadimagewatermarkimagealign: Position of the image watermark to be uploaded. Optional values: Center, centertop, enterbottom, leftbottom, lefttop, rightbottom, and righttop
uploadimagewatermarktext: the text of the image watermark, the default domain name is the website domain name
uploadimagewatermarkimagepath: The image path for uploading the image watermark. (If the image watermark and text watermark are not empty, the image watermark is used as the main domain name :.. /.. /.. /images/logo.gif: The logo.gif under the imagesfolder of the dnnroot directory
Note: if the file format exceeded the file format allowed by the host, it cannot be uploaded.
uploadfilefilter: the file format that can be uploaded, default Value: RAR | zip | exe | Doc | XLS | CHM | HLP
uploadfashfilter: Format of the file to be uploaded. Default Value: SwF
uploadimagefilter: Format of the image to be uploaded, default Value: GIF | JPG | JPEG | BMP
uploadmediafilter: the format of the media file that can be uploaded. Default Value: rm | MP3 | WAV | mid | MIDI | Ra | Avi | MPG | MPEG | ASF | ASX | WMA | mov
remoteuploadfilter: Format of files that can be uploaded remotely. Default Value: GIF | JPG | JPEG | BMP