Image Gallary question

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
12/2/2009 12:08:01 PM
Gravatar
Total Posts 69

Image Gallary question

If I have more then one image gallary on my site, can I move uploaded images from gallary to gallary without having to re-upload the images?

Also, along these same lines, if I have already uploaded images to my site how to I have the gallary look on the site for the images?  The upload process only seem to look on my local PC drive.

Any help would be much appreciated.

Thanks.

12/3/2009 8:23:58 AM
Gravatar
Total Posts 18439

Re: Image Gallary question

Hi Bryan,

Sorry but neither of those scenarios is supported. The Folder Gallery can work by pointing at a folder, but the folder must live somewhere beneath /Data/Sites/[SiteID]/FolderGalleries/

Best,

Joe

12/3/2009 10:37:55 AM
Gravatar
Total Posts 69

Re: Image Gallary question

Joe,

A couple of additional questions:

  • When I select the browse button when trying to add an image to my gallary, it pops a "upload file" dialog that is looking on my local PC.  How do I get it to look on the site in the FolderGallaries folder for images I already uploaded?
  • Is it possible to set the image gallary folder to another folder as long as its is under the FolderGallaries folder?  If so, where do I set it?

Thanks,

Bryan

12/3/2009 3:48:52 PM
Gravatar
Total Posts 18439

Re: Image Gallary question

Hi Bryan,

First, thank you very much for the generous donation! Very appreciated!

Unfortunately I don't have the answers you want for these questions.

The Image Gallery does not allow you to browse the server for image files, it only lets you browse your local machine and upload files.

The Image Gallery and the Folder Gallery are 2 different features. The Image Gallery does not work by pointing it at a folder on the server but it has the Silverlight Slideshow.

The Folder Gallery is a different image gallery feature, you can point it to a folder or tree of folders beneath /Data/Sites/[SiteID]/FolderGalleries and it will automatically generate thumbnails and web size images from the full size images. It was really designed for you to organize images into folder trees on your local machine and then ftp the folder up to the server already organized with your full size images and it will generate thumbnails and web size images an even thumbnails for folder navigation within the tree it points to. Later I added support for uploading files from the web page but originally it did not have this. It does not have the Silverlight Slideshow that the other Image Gallery has. You can see an example of the folder gallery on my site, it points to a top level folder beneath /Data/Sites/[SiteID]/FolderGalleries and this top folder has 3 sub folders showing how the gallery can be organized by folders. So each folder gets a thumbnail that is an amalgamation of the images in the folder.

Best,

Joe

12/7/2009 12:27:46 PM
Gravatar
Total Posts 69

Re: Image Gallary question

Joe,

Thanks for the information on image gallary and folder gallary. 

Can you point me to some documentation on how to setup the folder gallary?  I didn't see it in the sit adminstration documentation.

Thanks,

Bryan

12/9/2009 6:33:28 AM
Gravatar
Total Posts 18439

Re: Image Gallary question

Sorry but there isn't currently any documentation for that feature though it is fairly straight forward. I recommend just try it and then if you have a more specific question feel free to ask. Sooner or later we will make a document or video about it.

Best,

Joe

12/9/2009 7:44:53 AM
Gravatar
Total Posts 69

Re: Image Gallary question

Joe,

How do I expose it in my webpage?  Do I treat it just like an image, but instread of linking to the image, I link to the folder?

Thanks,

Bryan

12/9/2009 8:09:53 AM
Gravatar
Total Posts 18439

Re: Image Gallary question

You just add a Folder Gallery feature instance to a page the same as any feature, click Edit This Page and choose "Image Gallery (Simple Folder Version)" from the feature list.

If you mean you want to be able to browse those images and use them individually on pages:

By default you can only browse images from the /Data/Sites/[SiteID] folder as admin but the Folder Gallery generates web size and thumbnails under /Data/systemfiles/FolderGalleryCache

If you add this to user.config:

<add key="AllowAdminsToUseDataFolder" value="true" />

Then members of Admins role can browse to that location.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.