Image Gallery and Insert Image

Last post 03-22-2008, 3:51 PM by JFRanger. 1 replies.
Sort Posts: Previous Next
  •  03-22-2008, 2:20 PM 38261

    Image Gallery and Insert Image

    Hi
     
    Is there a way to provide 2 different paths for the Image Gallery and Insert Image? In a specific case, I need users to pick and insert images using the Image Gallery, but they are not allowed to upload images in that folder so I need the Insert Image to display their "home folder" where they can upload images to.
     
    thanks
    Shamsu
  •  03-22-2008, 3:51 PM 38262 in reply to 38261

    Re: Image Gallery and Insert Image

       editor.ImageGalleryPath = "/" & user_folder_name & "/documents/images"
       editor.MediaGalleryPath = "/" & user_folder_name  & "/documents/fichiers"
       editor.FlashGalleryPath = "/" & user_folder_name  & "/documents/fichiers"
       editor.FilesGalleryPath = "/" & user_folder_name  & "/documents/fichiers"
View as RSS news feed in XML