Creating multiple galleries

Last post 05-27-2010, 10:27 AM by Adam. 3 replies.
Sort Posts: Previous Next
  •  03-14-2007, 6:02 PM 27430

    Creating multiple galleries

    Hello, I have an e-card portal and I want to do the following:
     
    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.
     
    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.
     
    3. Create a per-user gallery.  I don't have registered users.  In the past I have done this using another product.  When a new user visits the site, I check their session ID and using it I create a folder.  Then, the user can upload their own images to send e-cards using their own pictures.  No one else can see his photos because if a new user comes to the site, they will be auto-asigned a new folder with their new session id. 
     
    Can these 3 things be done using this product?
     
    Thanks a lot.
     
  •  03-15-2007, 2:13 PM 27450 in reply to 27430

    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

  •  03-16-2007, 10:57 AM 27464 in reply to 27450

    Re: Creating multiple galleries

    For what you say, I can only create 2 different galleries?
    Please take a look at
    (please use firefox because IE7 is messing up with the galleries)
    If you click on the flower icon you get a set of icons, clicking on the A icon gets you another set.
    I want to do several more in the future?
    Can it be done?
    Of course I can do one gallery and create folders, but it is not very straight forward to the people
    that uses my portal.
     
    Thanks a lot for your answer.
     
    By the way, where can I see an example of the emoticons option?
  •  05-27-2010, 10:27 AM 61394 in reply to 27430

    Re: Creating multiple galleries

View as RSS news feed in XML