10392 Posts in 2202 Topics by 1713 members
| Go to End | Next > | |
| Author | Topic: | 2650 Views |
-
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

16 October 2012 at 7:45am
youre welcome.
-
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

16 October 2012 at 7:54am
thanks for the credits
You've got my mailadres. If you need some testing or translation... mail me. If i can make some free time i'll do it asap. -
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

17 October 2012 at 6:39am
Hi,
just released cwsoft-foldergallery v2.3.2 at GitHub.
Updates since last version:
- moved _config.php module settings to the top of the file
- added jpeg to the image extension class (now supports: gif,jpg,jpeg,png)
- replaced the jQuery text link to show the original image size by a icon (looks nicer)Further details and download via GitHub.
https://github.com/cwsoft/silverstripe-cwsoft-foldergallery#readmeFeedback welcome.
Cheers cwsoft
-
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

18 October 2012 at 7:46am Last edited: 18 October 2012 7:47am
Hi,
just released cwsoft-foldergallery v2.4.0 at GitHub.
Updates since last version:
Merged pull request from Juanitou with several improvements (thanks man, highly appreciated):
- fixed error when visiting a foldergallery page with no or empty folder
- implemented i18n for Javascript files
- provided French translationFurther changes:
- renamed Javascript key "FULLSIZE" to "FULL_SCALE" to make purpose more obvious
- added nl_NL.js file with translation from haantje72
- updated README to reflect contributions from JuanitouFurther details and download via GitHub.
https://github.com/cwsoft/silverstripe-cwsoft-foldergallery#readmeFeedback welcome.
Cheers cwsoft
P.S.: By the way I am really impressed by the good feedback and all the help I received in the recent days and my first sucessfull merge of a GitHub pull request
-
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

22 October 2012 at 8:29am
Hi,
just released cwsoft-foldergallery v2.5.0 at GitHub.
Updates since last version:
- added cover album title and number images/subfolders to album overview
- added a textlink to start a jQuery Colorbox slideshow (automatic cycling through images on a page)
- added optional breadcrumb navigation (configurable via _config.php)
- fixed wrong counting of subalbums
- some layout improvementsFurther details, screenshots and download via GitHub.
https://github.com/cwsoft/silverstripe-cwsoft-foldergallery#readmeFeedback welcome.
Cheers cwsoft
P.S.: The Dutch and French language files located in module folders /lang and /javascript/lang would need some updates (2 text lines) for the newly implemented slide show. Any help on the translation is highly appreciated.
-
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

22 October 2012 at 6:34pm
Hi cwsoft
Do you have any idea how I might get the album cover of an album on the front page.
Do if I had a parent page gallery, and the sub pages would be gal-1,gal-2, gal-3 etc
And I want to get the album covers of the gal albums on the home page.
I know I can change home page to a gallery page but then j would have to same layout on the gallery page thorout the sure which I don't wont.
Any ideasThanks
-
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

23 October 2012 at 4:23am Last edited: 24 October 2012 7:02am
Hi,
Do you have any idea how I might get the album cover of an album on the front page.
In principal SilverStripe allows you to display content of one page in another page. Assuming you have a custom HomePage.php and HomePage.ss for your entry page, one could add the following code into the HomePage.ss template to fetch content from the foldergallery page.<% control Page(cwsoft-foldergallery) %>
$Content
<% include Foldergallery %>
<% end_control %>However one would need to add some more functions to the foldergallery module (cwsFolderGallery.php to be specific) to extract a specific album or a punch of albums.
Due to my limited spare time I can't afford much more time on that issue at the moment. Maybe the infos are enough for you to figure it out yourself, or someone else is keen to implement such a feature.
Best regards
-
Re: cwsoft-foldergallery - image gallery for SilverStripe 3

31 October 2012 at 8:14am Last edited: 1 November 2012 8:22am
Hi,
just released cwsoft-foldergallery v2.6.0 at GitHub.
Updates since last version:
- made image sort order configurable via "_config.php" (Filename, Created, LastEdited in order ASC/DESC)
- made text link to start slideshow unobtrusive (only displayed if JavaScript is enabled in your browser)
- album/images prev/next pagination links are now multilingualFurther details, screenshots and download via GitHub.
https://github.com/cwsoft/silverstripe-cwsoft-foldergallery#readmeFeedback welcome.
Cheers cwsoft
| 2650 Views | ||
| Go to Top | Next > |


