A new photo album manager : Gallery

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: A new photo album manager : Gallery

Post by Jos »

@doolak & Kamistral:
I'm sorry that's just the way it is at the moment. I myself don't use the number parameter, so I never encountered this 'problem'. I don't know if it is possible to make it without creating other problems.. have to look into it...

@SchPeter: You can move the images per subalbum to a Gallery subdirectory, but there is no way to import titles and descriptions from Album to Gallery
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: A new photo album manager : Gallery

Post by Jos »

No, I guess the Album module is more suitable for that.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: A new photo album manager : Gallery

Post by Dr.CSS »

WTF?

You can't use the same images in more than one Gallery?...
User avatar
FirstGateDreamer
Forum Members
Forum Members
Posts: 15
Joined: Mon Nov 10, 2008 5:42 am
Location: Ottawa, Canada

Re: A new photo album manager : Gallery

Post by FirstGateDreamer »

arch9898 wrote:Is there a way to re use images in different galleries?

I have a client that wants to use the same image but have it appear in different galleries based on keywords i.e. landscape, sunrise
Just re-upload the photo in each sub-gallery you want it to appear in.
You won't be re-using the image but who cares. Memory is cheap. You'll just have to remember that the image is in two places if you have to update/delete.
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: A new photo album manager : Gallery

Post by Jos »

Dr.CSS ;D :P
User avatar
micahgodbolt
Forum Members
Forum Members
Posts: 149
Joined: Thu Jul 29, 2010 11:09 pm
Location: Portland, OR

Re: A new photo album manager : Gallery

Post by micahgodbolt »

Is it possible to create a template that shows a gallery, and all the images in it's sub-galleries?

I'm wanting to create a gallery (call it main) with 3 subgalleries (call these sub).

The idea is to call the 'main' gallery which displays 3 UL's, where each UL contains all of the images from each 'sub'.

In the end I want to wrap it up to look like this

http://flowplayer.org/tools/demos/scrol ... ation.html
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: A new photo album manager : Gallery

Post by Jos »

I guess it should be possible if you just put a {Gallery dir='..'} call within a new Gallery template

something like this:

Code: Select all

{foreach from=$images item=image}
	{if $image->isdir}
		{Gallery dir=$image->file}
	{/if}
{/foreach}
User avatar
micahgodbolt
Forum Members
Forum Members
Posts: 149
Joined: Thu Jul 29, 2010 11:09 pm
Location: Portland, OR

Re: A new photo album manager : Gallery

Post by micahgodbolt »

Oh nice. Then assign those galleries a different template. I'll test and see if that works properly.
User avatar
micahgodbolt
Forum Members
Forum Members
Posts: 149
Joined: Thu Jul 29, 2010 11:09 pm
Location: Portland, OR

Re: A new photo album manager : Gallery

Post by micahgodbolt »

I've tried several things. Unfortunately the $image->file points to a file called 1-5-27.html inside of that gallery folder.

I've tried a few ideas with capturing {$gallerytitle}/{$image->filename} and putting that in.

If I take the output from {$gallerytitle}/{$image->filename} and type it in to the dir="" manually, it works great. But when I do dir="$captureassign" the output always ends up as dir="Gallery/title/filename"

I don't understand why that extra "Gallery" is showing up. Even if I capture the entire url {root_url}/uploads/images/Gallery/{$gallerytitle}/{$image->filename}

the result is still Gallery/{root_url}...

Any idea how I can get the directory to come out properly without that extra Gallery/
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: A new photo album manager : Gallery

Post by nicmare »

how can i access the gallery filedate when i am IN a gallery. here i can just find the filedates of each image. but i want to display:
Galleryname, Filedate
image1
image2
image3
and so on

but i cant find a way to access the filedate of the overall gallery
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: A new photo album manager : Gallery

Post by Jos »

I'm affraid there is currently no way to do that :-[
But I can add it for you in a next release ;)
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: A new photo album manager : Gallery

Post by nicmare »

wow, just for me?? :D
would you also add a datepicker "just for me"? :D
i heard this plugin would be boxed with cmsms 1.10 ?!
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: A new photo album manager : Gallery

Post by Jos »

Yes, I guess 1.10 is a good moment to bring that in also (if a datepicker is indeed integrated in the module API) Gallery will require 1.10 as minimum CMSms version as of then.
User avatar
grudz
Forum Members
Forum Members
Posts: 66
Joined: Mon Jul 28, 2008 4:54 pm

Re: A new photo album manager : Gallery

Post by grudz »

Hi,

I am not too sure if this is the right place to post this problem, but I am using the Gallery module with the Colorbox template, however, only in IE, I have a showtime module as well, and the problem is that itoverlaps the images that are in the album when clicked.

here is an example.... http://www.tillemont.com/eng/sports-theme-cakes.html click on any image with you are scolled completly up

thank you
uniqu3

Re: A new photo album manager : Gallery

Post by uniqu3 »

Thats problem with flash, you need params.wmode = 'transparent' which i see in sourcecode is commented out, dont know if this can be edited in some of showtime templates or do you have to ask module developer for a fix.
Locked

Return to “Modules/Add-Ons”