A new photo album manager : Gallery
Re: A new photo album manager : Gallery
Running CMSMS 1.8.2 and installed Gallery 1.4.1.
Added pictures into the root folder (Gallery) and then added the tag {Gallery} on a new page. When accessing the page in frontend I get this message:
"The directory 'Gallery/' does not exist. Check your parameters.
0 bilder"
Still the folder does exist in uploads/images/. Been trying with adding subfolders but with the same result
"The directory 'Gallery/[subfoldername]' does not exist. Check your parameters.
0 bilder"
Any idea on how to get it to work?
Added pictures into the root folder (Gallery) and then added the tag {Gallery} on a new page. When accessing the page in frontend I get this message:
"The directory 'Gallery/' does not exist. Check your parameters.
0 bilder"
Still the folder does exist in uploads/images/. Been trying with adding subfolders but with the same result
"The directory 'Gallery/[subfoldername]' does not exist. Check your parameters.
0 bilder"
Any idea on how to get it to work?
Last edited by JornB on Sun Nov 07, 2010 11:18 am, edited 1 time in total.
Re: A new photo album manager : Gallery
Strange... difficult to tell from a distance... Is it possible to pm me a temporary admin account?
Re: A new photo album manager : Gallery
Seems to be something with the installation of CMSMS on the current site, Gallery worked like a charm on a new CMSMS installation.Jos wrote: Strange... difficult to tell from a distance... Is it possible to pm me a temporary admin account?
Re: A new photo album manager : Gallery
I am not skilled in the use of tags and smarty variables so need some help please.
My images show in rows which is what I want. I wanted the comment for the image to display under the image. All I have achieved so far is to get it to show as a mouseover
Could someone advise what additional code I need to add please
My images show in rows which is what I want. I wanted the comment for the image to display under the image. All I have achieved so far is to get it to show as a mouseover
Could someone advise what additional code I need to add please
Re: A new photo album manager : Gallery
KevC, do you mean under the big image like discussed here http://forum.cmsmadesimple.org/index.ph ... #msg203574 ?
Re: A new photo album manager : Gallery
I would prefer to have it with the thumbnails so that the visitor can see the details. Then they can have a look at the big picture if they wish
Re: A new photo album manager : Gallery
Then just add the {$image->comment} tag on the right spot in the gallerytemplate you use.
For example fancybox:
For example fancybox:
{foreach from=$images item=image}
{if $image->isdir}
file}" title="{$image->titlename}">thumb|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" />
{$image->titlename}
{else}
file|escape:'url'|replace:'%2F':'/'}" title="{$image->titlename}" rel="gallery">thumb|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" />
{$image->titlename}
{$image->comment}
{/if}
{/foreach}
Re: A new photo album manager : Gallery
Thanks Jos,
exactly what I needed
Kev
exactly what I needed
Kev
Re: A new photo album manager : Gallery
Is it possible to use transparent gifs in the gallery? I cant seem to be able to do that. The images get converted to jpg 
thats my only complain.
Amazing plugin however

thats my only complain.
Amazing plugin however
MY portfolio is at http://andresgallo.com/
Anyone looking to get a website, or with an awesome job offer feel free to contact me
Anyone looking to get a website, or with an awesome job offer feel free to contact me

Re: A new photo album manager : Gallery
nyandres, If gifs are uploaded with the Gallery built-in SWFUpload function, they are indeed converted to jpg. If you upload gifs in another way, it should be no problem.
Re: A new photo album manager : Gallery
Love this module, it's great. 
Just a couple of little graphical glitches in the admin are catching my eye (had a go at fixing them myself but I don't understand how the links are generated).
On the "Galleries" tab the "Add subgallery" link has it's underline going through the icon - compare with the similar link on the "Field Definitions" tab which displays correctly.
This underline through icon glitch also affects the "Add subgallery" and "Add images" links in the gallery editing screen.
Yes, I know these are hardly major bugs, but it's just nice to have everything looking right.
Are they easy fixes?

Just a couple of little graphical glitches in the admin are catching my eye (had a go at fixing them myself but I don't understand how the links are generated).
On the "Galleries" tab the "Add subgallery" link has it's underline going through the icon - compare with the similar link on the "Field Definitions" tab which displays correctly.
This underline through icon glitch also affects the "Add subgallery" and "Add images" links in the gallery editing screen.
Yes, I know these are hardly major bugs, but it's just nice to have everything looking right.

Are they easy fixes?
- MikeTroop74
- Forum Members
- Posts: 65
- Joined: Thu Oct 14, 2010 6:58 pm
Re: A new photo album manager : Gallery
My "Add Subgallery" link displays correctly. Perhaps this is a CSS issue?Cerulean wrote: Love this module, it's great.
Just a couple of little graphical glitches in the admin are catching my eye (had a go at fixing them myself but I don't understand how the links are generated).
On the "Galleries" tab the "Add subgallery" link has it's underline going through the icon - compare with the similar link on the "Field Definitions" tab which displays correctly.
This underline through icon glitch also affects the "Add subgallery" and "Add images" links in the gallery editing screen.
Yes, I know these are hardly major bugs, but it's just nice to have everything looking right.
Are they easy fixes?
Re: A new photo album manager : Gallery
Mike, I believe the underline problem is caused by the icon image being enclosed in the same tag as the link text.
If you inspect the HTML of a "correct" icon and link, for example the "Add Field Definition" link on the Gallery Field Definitions tab, you'll see that the icon is in one tag and the text in another.
In the case of the "Add subgallery" link CSS can't solve it because any rule applied to the tag will affect both the icon and the text.
The underline does extend into the icon, but you may not notice it if your admin theme uses opaque icons. Which does give me an idea for a rough fix...
If you inspect the HTML of a "correct" icon and link, for example the "Add Field Definition" link on the Gallery Field Definitions tab, you'll see that the icon is in one tag and the text in another.
In the case of the "Add subgallery" link CSS can't solve it because any rule applied to the tag will affect both the icon and the text.
The underline does extend into the icon, but you may not notice it if your admin theme uses opaque icons. Which does give me an idea for a rough fix...
Re: A new photo album manager : Gallery
This module really are the best.
Is it possible to add ID value for each folder and call gallery by default by ID, not by folder path, for example {Gallery id='10'} and so on. Because if I move photo folder to new location I must to change gallery calling line in each page where I use it.
It is only a suggestion but it would be nice if it would be realized.
Anyway thank you for this wonderful module.
Is it possible to add ID value for each folder and call gallery by default by ID, not by folder path, for example {Gallery id='10'} and so on. Because if I move photo folder to new location I must to change gallery calling line in each page where I use it.
It is only a suggestion but it would be nice if it would be realized.
Anyway thank you for this wonderful module.
Re: A new photo album manager : Gallery
If only all bugs were this easy to fixCerulean wrote: On the "Galleries" tab the "Add subgallery" link has it's underline going through the icon - compare with the similar link on the "Field Definitions" tab which displays correctly.
This underline through icon glitch also affects the "Add subgallery" and "Add images" links in the gallery editing screen.
Yes, I know these are hardly major bugs, but it's just nice to have everything looking right.
Are they easy fixes?

Marijus, nice idea, but please file a feature request in the forge: http://dev.cmsmadesimple.org/feature_request/list/726. Would be a pitty if this idea gets lost in all the posts hereMarijus wrote: Is it possible to add ID value for each folder and call gallery by default by ID, not by folder path, for example {Gallery id='10'} and so on. Because if I move photo folder to new location I must to change gallery calling line in each page where I use it.
It is only a suggestion but it would be nice if it would be realized.
