A new photo album manager : Gallery

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Marijus

Re: A new photo album manager : Gallery

Post by Marijus »

panapaul wrote: The paginations buttons are okay, but i only can see the 6 pictures from the current thumbnails.
In gallery templates you can specify max number of photos per page
panapaul
New Member
New Member
Posts: 5
Joined: Tue Nov 09, 2010 1:51 pm

Re: A new photo album manager : Gallery

Post by panapaul »

In gallery templates you can specify max number of photos per page
That was to easy  :D i found it. THX for the help!
User avatar
MikeTroop74
Forum Members
Forum Members
Posts: 65
Joined: Thu Oct 14, 2010 6:58 pm

Re: A new photo album manager : Gallery

Post by MikeTroop74 »

Jos wrote: thx nicmare.
@MikeTroop: I am not the css guru I'd like to be. Therefore I welcome any suggestion to improve the styling of Gallery specific css.
I will not change css that comes with the *box systems, because it will be overwritten when an update for that *box system comes along.
I was just curious if you had looked at it. I realize it's not something you did. I just thought it was strange.
Dutch_guy
Forum Members
Forum Members
Posts: 64
Joined: Wed Apr 23, 2008 11:19 am

Re: A new photo album manager : Gallery

Post by Dutch_guy »

Is it possible to do the following ?

Show a list of all subgalleries on one page and show there album cover (this is easy offcourse).

But then when you click on a subgallery immediately show lightbox or fancybox or some other script with the pictures from that subgallery ?

So basically i need to hide the pictures from each subgallery on that page, so I can use them in the lightbox.
Last edited by Dutch_guy on Tue Nov 16, 2010 8:15 pm, edited 1 time in total.
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 »

It is possible, but you have to manually put in a {Gallery dir='yoursubgallery'} tag for each subgallery. You might want to take a look at the two latest Frequently Asked Questions here http://wiki.cmsmadesimple.org/index.php ... _Questions

As I think of it, I guess it can also be done with the help of the gallerytree action and put the {Gallery dir='yoursubgallery'} tag in the gallerytree-template...
Last edited by Jos on Tue Nov 16, 2010 8:35 pm, edited 1 time in total.
Dutch_guy
Forum Members
Forum Members
Posts: 64
Joined: Wed Apr 23, 2008 11:19 am

Re: A new photo album manager : Gallery

Post by Dutch_guy »

Yes, I have seen the FAQ and some posts about this subject. Just can't figure out how it can be made "client-friendly". Don't want the client to put in code.

Would be an excellent template for this great module I think !
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 »

Dutch_guy wrote: Would be an excellent template for this great module I think !
This is not the way Gallery is ment to work, and also will take some time to accomplish I guess... so not for me  :P
Note that it will take a lot of recources from the server too when more subgalleries are added.
echobrin
Forum Members
Forum Members
Posts: 54
Joined: Sat May 29, 2010 6:03 pm

multiple instances of AE-Gallery on a single page

Post by echobrin »

I posted yesterday about trying to display a large image plus thumbnails for multiple albums on a single page like this: http://camphavenkennels.com/hunds.html

Although I got the layout pretty close as far as sizing (thanks Jos for the Supersizer suggestion), I was unable to get the correct thumbs to show. (template code that I used is in my previous post.)

Then I discovered the AE-Gallery template. This template already has the basic idea that I'm looking for, with the large image and thumbs below it. However I want to be able to display multiple instances of this without having to call them individually. For example, the kennel currently owns three male dogs. There is a gallery for each individual dog inside the gallery for male dogs. I would like to be able to show all three male dogs on a single page, with a large picture and thumbnails for each dog. Any ideas for accomplishing this would be appreciated. I'm doing this for someone with very little tech ability, so I would like it to be as simple for her as just uploading pics into the correct gallery and they automatically appear in the right place.

Thanks for any suggestions.
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 »

echobrin, then you actually have the same question as dutch_guy http://forum.cmsmadesimple.org/index.ph ... #msg234842
echobrin
Forum Members
Forum Members
Posts: 54
Joined: Sat May 29, 2010 6:03 pm

Re: A new photo album manager : Gallery

Post by echobrin »

Yeah, I guess you're right. The only difference is that I don't want to hide the thumbs. But the basic idea is the same.
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 »

Is there a way to insert Gallery with a set of random pictures of all available galleries? currently you can just take one gallery for that?!
but i want to display an amount of thumbnails (for example 20 pieces) in a random order. and when i refresh the browser, i want to see other random images which are taken from all galleries.

edit: found a solution here
Last edited by nicmare on Wed Nov 24, 2010 7:54 am, edited 1 time in total.
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 »

another question!
i have my gallery with thumbnails displayed as a grid of 4 columns and 4 rows = 16 thumbnails.
what i want to do:
i want to leave some thumbs. i want some gaps in the output between the thumbnails. how can i achieve this? i have a very common template:

Code: Select all

<ul class="images">
{foreach from=$images item=image}
	<li class="img">
	{if $image->isdir}
		<a href="{$image->file}" class="stack"><img src="{$image->thumb|escape:'url'|replace:'%2F':'/'}" alt="" /></a><span class="tooltip">{$image->titlename}</span>
	{else}
   <a class="image" href="{$image->file|escape:'url'|replace:'%2F':'/'}" title="{$image->titlename}" rel="gallery">
<span class="lightbox"> </span>
<img src="{$image->thumb|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" /></a>
	{/if}
	</li>
{/foreach}
</ul>
gap = empty but fixed width and height via css
Attachments
grid.jpg
andershz
Forum Members
Forum Members
Posts: 49
Joined: Fri Nov 21, 2008 9:30 pm
Location: Sweden

Re: A new photo album manager : Gallery

Post by andershz »

Just like in feature request #4058 "feu uploads" I would like the possibility to allow
front end users to upload images to the gallery with fields for title and comment.
There are some subtle hints that this might have been covered at Geekmoot 2010.
Is this presentation available anywhere, or would it be possible to put some information on how to do this,
here or in the User Handbook?
I think this would be much appreciated not just by me.


Date: 2010-08-06 13:58
Posted By: Jos (josvd)
There is no need to make any change in Gallery to make this possible. It will
work with Gallery and Uploads as they are now.

This will be demonstrated at the Geekmoot 2010

and

We will:
    * let frontend users upload their images including title and description with the Uploads Module;
    * let them comment on subgalleries with CGFeedback; and
    * do some advanced image manipulation with SuperSizer.
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 »

yeah, Geekmoot 2010 was fun  8)

This presentation is not available now nor do I have any time to put it on paper. It's also not on my priority list to do so, I'd rather spend some time to create an upload-function in Gallery itself, because with Uploads there are some drawbacks...
Marijus

Re: A new photo album manager : Gallery

Post by Marijus »

I want to add one radom image from all images and a link to this gallery so in the page I add:

Code: Select all

{Gallery dir="/*" action="showrandom" number="1" template='Fancybox_random'}
and in gallery template i add:

Code: Select all

<a href="{$image->gallery_url}">link name</a>
this link is working but how can I change link name to name of gallery?
Locked

Return to “Modules/Add-Ons”