Re: Creating multiple galleries

  •  03-15-2007, 2:13 PM

    Re: Creating multiple galleries

    vialetti,
     
    >>3. Create a per-user gallery. 

    Yes. Cute Editor allows developers to assign a pre-defined set of permissions by group or individual.
     
    Please check this example:
     
     
    >>1. Create a read-only gallery, people must use this gallery ONLY to paste images, but they should not be allowed to copy, move, rename, upload, etc. any image.  This is going to be like an emoticon gallery to decorate their text.
     
    Please edit the security policy file (default.config, admin.config and guest.config).

    The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder.
    <configuration>
     <security name="RestrictUploadedImageDimension">true</security>
     <security name="OverWriteExistingUploadedFile">false</security>
     <security name="UseTimeStampRenameUploadedFiles">true</security>
    ...........
     <security name="AllowUpload">true</security>
     <security name="AllowModify">true</security>
     <security name="AllowRename">true</security>
     <security name="AllowDelete">true</security>
    .........
     </security>
    </configuration>
     
    This property can be programmability set as well.
     
    >>2. Create a second gallery exactly like the first one.  I am going to place different emoticons here.  I want these two galleries to be activated by using different buttons, which I also want to design.
     
    I suggest you can use and modify the emotion dialog.
     
    Hope it helps.
     
    Let me know if you have any further questions.
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread