Is there real gallery for cmsms?
Is there real gallery for cmsms?
I was searching for gallery module, I tried Album, Gallery, Neogallery, it works - makes gallery from uploaded images... but nothing more! I cant crop thumbnail by myself, i cant easily reorder images ...
If you dont know what i mean just check the Nextgen galery plugin for wordpress - its so powerfull and easy for use in the same time. It gives user real possibility to manage images!
Is there similar solution for cmsms or if you want to have real gallery you need to switch to wordpress?!?
If you dont know what i mean just check the Nextgen galery plugin for wordpress - its so powerfull and easy for use in the same time. It gives user real possibility to manage images!
Is there similar solution for cmsms or if you want to have real gallery you need to switch to wordpress?!?
Re: Is there real gallery for cmsms?
IIRC Album is the only one that doesn't allow you to have specific thumb sizes...
Re: Is there real gallery for cmsms?
and in gallery you can crop images in sizes you want and change the order of the images...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Is there real gallery for cmsms?
In gallery module I can only specify size of thumbnails (128x128, 60x60) but not to choose the area.
I will give simple example: I want to create gallery of vertical models photos, its obvious that I dont want automatic thumbs cause it will create small images with belly in front of it... Its better to show the face.
Thats how I can do this in Nextgen gallery:

I cant find this functionality in Gallery module.
Any ideas?
I will give simple example: I want to create gallery of vertical models photos, its obvious that I dont want automatic thumbs cause it will create small images with belly in front of it... Its better to show the face.
Thats how I can do this in Nextgen gallery:

I cant find this functionality in Gallery module.
Any ideas?
Re: Is there real gallery for cmsms?
This isn't a thing Gallery can do for you indeed.
But if the cropping is always at the same height like you showed, you can adjust the code a littlebit.
Gallery default crops at 1/3 of the total height, not in the middle. So you can perhaps set this a littlebit higher.
The crop&zoom setting makes the thumb allready get rid of the edges left and right.
But if the cropping is always at the same height like you showed, you can adjust the code a littlebit.
Gallery default crops at 1/3 of the total height, not in the middle. So you can perhaps set this a littlebit higher.
The crop&zoom setting makes the thumb allready get rid of the edges left and right.
Last edited by Jos on Wed Jan 13, 2010 11:31 am, edited 1 time in total.
Re: Is there real gallery for cmsms?
Thanks for reply. I have the last 2 questions:
1. How can I set my order of photos? When Im in gallery I see thumbnails I can add description to each photo but there is no up/down arrows like in articles managment.
2. Where can I find the settings needed for automatic resizing of large images (maximum in pixels)
1. How can I set my order of photos? When Im in gallery I see thumbnails I can add description to each photo but there is no up/down arrows like in articles managment.
2. Where can I find the settings needed for automatic resizing of large images (maximum in pixels)
Re: Is there real gallery for cmsms?
It's a drag&drop thing on the rows with the thumbnails. Note the change of your pointer. 8)_luki wrote: 1. How can I set my order of photos? When Im in gallery I see thumbnails I can add description to each photo but there is no up/down arrows like in articles managment.
There isn't such a feature (yet) :-\_luki wrote: 2. Where can I find the settings needed for automatic resizing of large images (maximum in pixels)
Re: Is there real gallery for cmsms?
Hi,_luki wrote: ...
2. Where can I find the settings needed for automatic resizing of large images (maximum in pixels)
You might have a look at JeremyBASS's new SuperSizer plugin, announced here:
http://forum.cmsmadesimple.org/index.ph ... 094.0.html
Put simply, the plugin allows you to manipulate images in various ways (including crop) "on the fly" and cache the results for reuse. I've been testing version RC 0.9 with the Gallery module to automatically reduce the size of uploaded photos that are unreasonably large. It has worked well and been quite stable, at least for me. ;)
Hope this helps,
Fred
Last edited by fredp on Mon Jan 25, 2010 9:25 am, edited 1 time in total.
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
- Abraham Lincoln
Re: Is there real gallery for cmsms?
Thanks again!
Moving thumbnails works perfectly - drag&drop is very easy.
And plugin super sizer is great thing too - works like a charm. I changed the fancybox template in Gallery link to zoom image from href="{$image->file}" to a href="{supersizer path=$image->file width="800" URL="true" }" and now I dont need to worry if someone will put too big image!
Moving thumbnails works perfectly - drag&drop is very easy.
And plugin super sizer is great thing too - works like a charm. I changed the fancybox template in Gallery link to zoom image from href="{$image->file}" to a href="{supersizer path=$image->file width="800" URL="true" }" and now I dont need to worry if someone will put too big image!
Re: Is there real gallery for cmsms?
I think Gallery is the best one so far for CMSMS, and one thats still in development which is great, I did try to get a drag and drop upload working using Rad Upload and it worked to a point, but for multiple galleries its tricky.
That SuperSizer plugin sounds useful, think ill look into using that too.
That SuperSizer plugin sounds useful, think ill look into using that too.
Re: Is there real gallery for cmsms?
Hi, great gallery mod, the best yet.
Im using the fancybox template, how do i see the comments get displayed, it only shows the title. Also, is there a way to include url's in the title or comments and make them clickable? Thanks.
Im using the fancybox template, how do i see the comments get displayed, it only shows the title. Also, is there a way to include url's in the title or comments and make them clickable? Thanks.
Re: Is there real gallery for cmsms?
Thank you thank you, most appreciatedsonictrip wrote: Hi, great gallery mod, the best yet.

I guess fancybox is not that suitable for displaying the comment. Here's a topic how this can be done with lightbox http://forum.cmsmadesimple.org/index.ph ... 638.0.html
In a similar way you can adjust the moduletemplate to include the image url. Click on the infobutton right beneath the template field for a list of all the variables you can use.