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 »

How to make working AJAXStarRatingBar and gallery with AE-Gallery template?
I want  to add AJAXStarRatingBar to AE-Gallery template So I can vote for larger image, but when I insert this line into template it corrupt gallery and not working as it should or geting errors.

Any solution how to make it working?
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 also get an error with the AjaxStarRating module when I put it on a normal page  :-\  Maybe there is something wrong with the module now  ???  Very strange because I got it working with a few clicks at the Geekmoot presentation
Marijus

Re: A new photo album manager : Gallery

Post by Marijus »

Are there others ways for raiting photo?
panthus

Re: A new photo album manager : Gallery

Post by panthus »

CGFeedback has a star-rating feature, maybe you could try that.
kendo451

Add Image not working with CMSMS 1.9?

Post by kendo451 »

Is it just me, or does the "add image" button not work with Gallery 1.4.1 and CMSMS1.9 ?

My uploads through Image Manager, File Manager work fine.
echobrin
Forum Members
Forum Members
Posts: 54
Joined: Sat May 29, 2010 6:03 pm

large and small images on same page in Gallery

Post by echobrin »

I'm trying to set up Gallery to look similar to this page:
http://camphavenkennels.com/bitches.html

With one larger image plus thumbnails for that album, then the next album with one large image and thumbnails.

Here is what I have so far, but I don't know how to get the smaller thumbs to show up for each album:
http://174.37.162.38/~camphave/index.php?page=bitches

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

The easiest way to do this is to set the Gallery thumbsize for smaller image-thumbs and to use the Supersizer plugin to create the larger thumbs for the albums.
Last edited by Jos on Tue Nov 16, 2010 6:19 am, edited 1 time in total.
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,
Just wondered if perhaps you've tried running the FancyBox-main.css through a CSS validator?
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 »

MikeTroop74 wrote: Jos,
Just wondered if perhaps you've tried running the FancyBox-main.css through a CSS validator?
who cares? its the stylesheet of fancybox not of jos. complain at fancybox. the css needs some hacks to work with all browsers. especially ie6.

ps: sorry for interfering :D
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 »

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.
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 »

Hello!
I have a problem with the thumbnails and the pictures. In the Content i set {Gallery dir='test' number="6"}. And now on the Gallery you see only 6 picture, but in the directory are 20 picture.  ??? I'm a absolute beginner. Whats happen and was is my mistake?
Marijus

Re: A new photo album manager : Gallery

Post by Marijus »

If you want to show all pictures write {Gallery dir='test'}
With number you describe how many pictures will be showed.
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 »

with the parameter number="6" you ask Gallery to display only 6 images. If you have more then 6 images in this specific subgallery-dir, the default gallerytemplates will show you pagination buttons.
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 »

Ah. In my opinion number= 6 shows only 6 thumbnails at the page (but all pictures in the gallery). That's was the mistake. Because imo isn't nice to show 100 thumbnails on a page. The paginations buttons are okay, but i only can see the 6 pictures from the current thumbnails.
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 »

Jos wrote: The easiest way to do this is to set the Gallery thumbsize for smaller image-thumbs and to use the Supersizer plugin to create the larger thumbs for the albums.
Thanks for the tip on using supersizer. I now have the sizing issue worked out. The only thing I can't figure out is how to call the images in the subalbum. Right now I'm just getting the same album cover images repeated again as the smaller thumbs because all I did was copy the foreach statement. Instead of using a nested

Code: Select all

{foreach from=$images item=image}
which of course gives the album cover images again, how could I do something similar but have it display the images within that album?

Here's my template code:

Code: Select all

<div class="gallery">
{if !empty($module_message)}<h4>{$module_message|escape}</h4>{/if}
{if !empty($gallerycomment)}<div class="gallerycomment">{$gallerycomment}</div>{/if}
<table border="2">
{foreach from=$images item=image}
<tr><td colspan="2"><h2><center>{$image->titlename}</center></h2></td></tr>
<tr><td>
<div class="img">
	{if $image->isdir}
<a href="{$image->file}" title="{$image->titlename}"><img src="{$image->thumb|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" /></a></td><td bgcolor="#000000"><span class="tanonblack">{$image->comment}</span></td></tr>
<tr><td colspan="2">
{foreach from=$images item=image}
<a class="group" href="{$image->file|escape:'url'|replace:'%2F':'/'}" title="{$image->titlename}" rel="gallery">{supersizer path=$image->thumb width="133"}</a>
{/foreach}
</td></tr>
<tr><td colspan="2"  bgcolor="#000">.</td></tr>
	{else}
   <a class="group" href="{$image->file|escape:'url'|replace:'%2F':'/'}" title="{$image->titlename}" rel="gallery"><img src="{$image->thumb|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" /></a>
	{/if}
	</div>
{/foreach}
</table>
<div class="galleryclear"> </div>
</div>
Locked

Return to “Modules/Add-Ons”