-
I've placed my images into the folder for import, run the advanced settings import process through the web interface and it says " 296 photo(s) queued for importing. Depending on the number of photos, it may take a while for them to be imported, as only a few are processed at a time. "...
Posted to
Gallery
(Forum)
by
kwreid
on
Fri, Nov 2 2007
Filed under: Galleries, photo upload, CS Galleries
-
I found a better solution in CS2007. In /theme/yourtheme/galleries/grouplist.aspx, there is a GalleryList control. Inside the <ItemTemplate>, just before the existing markup, add this: <CSControl:PlaceHolder runat="server"> <DisplayConditions><CSControl:SectionPropertyValueComparison...
-
Hi All For the life of me I cant get my Recent Addtions photos to show on my home page. If I copy part of the HTML coding from the Photos section, it does put the images on my home page....but thats as far as it goes. If I update anything withing the photo section it updates the Recent Addtions as expected...
-
Hi all, I have a problem with comments on galleries. I can't delete them from the image page or the controlpanel . The exception message captured on the database is this one: "Cannot insert the value NULL into column 'SectionID', table 'CommunityServer.dbo.cs_Threads'; column...
-
I have enabled different watermarks (both text and image) on several different galleries. On each gallery, the watermark is sized very large on the thumbnail images and very, very small on the larger size (and original) images. The watermark is sized correctly on the normal/medium sized images. My main...
-
Hello! I'm looking for a CS coder that is responsible for the Gallery Service (the web service). I'm developing an application (CS Gallery Manager - link on my signature) and it makes use of the .Update(...) method to update the data of existing posts. I really would like to know how to solve...
Posted to
Gallery
(Forum)
by
SuperJMN
on
Sun, Aug 5 2007
Filed under: Galleries, Gallery Service, Update, galleryservice.asm, webmethod
-
Is there a way to move photos from one gallery to another? If so, what is the proper procedure? It seems like the gallery treeview should list the photos contained in the galleries and allow drag and drop on photos as well as gallery folders. This is for CS 2007. Gene
-
Go to file Themes\Default\Galleries\grouplist.aspx FInd the <ItemTemplate> for the GalleryList control. Modify the first line of the of the <ItemTemplate> to: < li runat ="server" visible =" <%# ((Gallery)Container.DataItem).PostCount > 0 %> "> I copy the...
-
Is there a way for a user to come to a photo gallery and easily upload a photo to the gallery. I don't want that user to be able to see or manage anything else in the gallery, just view the gallery, upload images and edit only their photos within the gallery. Right now in order to upload an image...
-
Sorry if this is a stupid question, but it's doing my head in. I want to set up "public" galleries in CS2007 to which any registered user may upload (and thereafter manage) their own photographs but not be able to e.g. delete other users' photos in the gallery. Is that really simple...