Feature request - Photo album grouping should be more intelligent
Reported by dleffler | June 6th, 2012 @ 03:52 PM | in 2.0.8 (closed)
Currently grouped (categorized) photos are broken at the exact number of photos per page, but should probably be a bit more intuitive? Some ideas/new views?
- 'default/showall' view should probably show all the photos (paged) as it has in the past, and to some extent should allow grouping by gallery (category) as it currently is
- showall 'gallery' view should display first photo? and the link should take you to either a slideshow or page of all the photos (paged?) in that gallery (category)
- perhaps a new showall 'showcase' view (similar to filedisplay?)
Most of these options would be selected in EITHER the module config OR the view config
Secondly (but more importantly), we'd need to add code which allows pulling up a page of photos by category.
FWIW, the difference between the default and galleries views is the set of records they process, e.g, default processes the $page->records, where galleries processes the $page->cats...however at this point of coding maturity, they often produce identical output.
Comments and changes to this ticket
-
expNinja June 7th, 2012 @ 08:21 PM
(from [13bf47406198f8499370a95078c348d12658afc3]) Implements photo album grouping to view gallery (category) by gallery or slideshow (by clicking on group/category name). More specifically, it adds several features/changes to expPaginator such as selective groups (limit to one or more categories of items), and setting the paging default to ALL items to prevent having to have the work-arounds in each module. Modules are now (still) set up to recognize no page limit entry (blank) as the default of 10 (which no change), but an entry of '0' now means ALL items. Though this feature is only available in the photoalbum module, it will be implemented in other modules using categories in the near future. [#634] https://github.com/exponentcms/exponent-cms/commit/13bf47406198f849...
-
expNinja June 8th, 2012 @ 01:21 AM
(from [7d52dd5d7f386c4a10703071896af6343fbb527c]) Adds tabbed and accordion views to photoalbum [#634] https://github.com/exponentcms/exponent-cms/commit/7d52dd5d7f386c4a...
-
expNinja June 8th, 2012 @ 12:12 PM
(from [7743a0a8d0e664e304900078d394456ff6d1f9a3]) Fixes issues w/ photoalbum accordion & tabbed views [#634] https://github.com/exponentcms/exponent-cms/commit/7743a0a8d0e664e3...
-
expNinja June 8th, 2012 @ 05:04 PM
(from [670958fc56bfd64a353c8dd65674ec380e6c7930]) Cleans up a pagination style issue [#634] https://github.com/exponentcms/exponent-cms/commit/670958fc56bfd64a...
-
expNinja June 21st, 2012 @ 09:02 PM
(from [b5babdeb392945384aca34e55a2d3c82926648c8]) Fixes Photo album issue with adding photo to specific location and makes 'galleries' view list all galleries (groups/categories) using only first photo (w/ photo title & body) [#634] https://github.com/exponentcms/exponent-cms/commit/b5babdeb39294538...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS