exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Feature request - Photo album grouping should be more intelligent #687

Open exponentcms opened 4 years ago

exponentcms commented 4 years ago

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?

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.

exponentcms commented 4 years ago

Have the select by group code working locally, still need to incorporate it into the views (e.g., category names bring you to that gallery, etc...)

exponentcms commented 4 years ago

Also need to integrate slideshows by group/category

exponentcms commented 4 years ago

(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/13bf47406198f8499370a95078c348d12658afc3

exponentcms commented 4 years ago

(from [7d52dd5d7f386c4a10703071896af6343fbb527c]) Adds tabbed and accordion views to photoalbum [#634] https://github.com/exponentcms/exponent-cms/commit/7d52dd5d7f386c4a10703071896af6343fbb527c

exponentcms commented 4 years ago

(from [7743a0a8d0e664e304900078d394456ff6d1f9a3]) Fixes issues w/ photoalbum accordion & tabbed views [#634] https://github.com/exponentcms/exponent-cms/commit/7743a0a8d0e664e304900078d394456ff6d1f9a3

exponentcms commented 4 years ago

(from [670958fc56bfd64a353c8dd65674ec380e6c7930]) Cleans up a pagination style issue [#634] https://github.com/exponentcms/exponent-cms/commit/670958fc56bfd64a353c8dd65674ec380e6c7930

exponentcms commented 4 years ago

(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/b5babdeb392945384aca34e55a2d3c82926648c8

exponentcms commented 4 years ago

At this point, the 'pull up by group' and 'differentiate gallery from default view' features have been implemented.

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/634