G'Day,
I have 1.2.0 installed on 1.5 RC4 and it is working well. Couple of feature requests:
1. When generating thumbs it would be nice if the page showed the file count as it was proceeding eg. 10/30
1.1 I would like to defer the creation of the thumbnails until a time of my choosing instead of having them be generated right away. Perhaps even invoke a cron job to do this.
1.2 I would like an option to regenerate a thumbnail from within the back end.
2. The ALT text for the image as well as the icons should show useful information instead of the image filename. This could be date, size etc. Basically any Exif data the image contains.
[Q] Feature Requests......
- Jan
- Phoca Hero
- Posts: 48399
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi.1. Be
Hi.
1. Because of 30 sec. script limitation, only one image thumbnail is generated and after this generation, there will be a http redirection (new script will be loaded), so there is not a count of all images which will be generated...
1.1
1.2 If you delete a thumbnail, image will be regenerated automatically, so you can delete it in Media Manager and go to Phoca Gallery, there will be new thumbnail regenerated
1.3 yes it can, it shows filename, because in thumbnail box, the filename can be wrapped...
But thank you for your feature reqeust, we will se what we can do...
Jan
1. Because of 30 sec. script limitation, only one image thumbnail is generated and after this generation, there will be a http redirection (new script will be loaded), so there is not a count of all images which will be generated...
1.1
1.2 If you delete a thumbnail, image will be regenerated automatically, so you can delete it in Media Manager and go to Phoca Gallery, there will be new thumbnail regenerated
1.3 yes it can, it shows filename, because in thumbnail box, the filename can be wrapped...
But thank you for your feature reqeust, we will se what we can do...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 28
- Joined: 07 Jan 2008, 22:28
1. But as you know w
1. But as you know which file to direct to I am assuming that you have scanned the file system at some point so couldnt you pass the file count as a parameter with each redirect?
1.2 OK
1.3 Would be nice to know more about the image. Looking forward to you adding that.
TIA
1.2 OK
1.3 Would be nice to know more about the image. Looking forward to you adding that.
TIA
- Jan
- Phoca Hero
- Posts: 48399
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
-
- Phoca Member
- Posts: 15
- Joined: 24 Jan 2008, 16:20
Hi..Is t
Hi..
Is there a possibility to pause a slideshow? The symbol in the slide show || suggests it would pause the slideshow but on hit it jumps back to the beginning of the slideshow. Maybe there could be two buttons a ■and a || for stopping and pausing a slideshow.
best regards
Max
Is there a possibility to pause a slideshow? The symbol in the slide show || suggests it would pause the slideshow but on hit it jumps back to the beginning of the slideshow. Maybe there could be two buttons a ■and a || for stopping and pausing a slideshow.
best regards
Max
- Jan
- Phoca Hero
- Posts: 48399
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
- yes, you right, I have fixed it... There should be stop. You cannot pause the slideshow, only stop it... Now there is all right...
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 15
- Joined: 24 Jan 2008, 16:20
I digged a bit in th
I digged a bit in the code. If you change the javascript call to generate the slideshow from "new fadeshow(fadeimages, ..., ... , ..., ..., 0)" to "new fadeshow(fadeimages, ..., ... , ..., ..., 1)" the slideshow is paused on mouseover.
- Jan
- Phoca Hero
- Posts: 48399
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
If you find Phoca extensions useful, please support the project