feat: Personal galleries with profile/group albums #1

Open
opened 2026-06-02 19:15:25 +00:00 by jmiller · 0 comments
Owner

Summary

Personal photo galleries on profiles and groups. Users can create albums, upload images with thumbnails, set per-album visibility.

Schema

  • #__mokojoomcommunity_galleries (owner_id, context profile/group, visibility, image_count)
  • #__mokojoomcommunity_gallery_images (gallery_id, file paths, dimensions, likes/comments)

Requirements

  • Users create/manage personal albums on their profile
  • Groups can have shared albums
  • Per-album visibility (public/registered/friends/private)
  • Image upload with auto-thumbnail generation
  • Lightbox viewer
  • Likes and comments on images
  • Activity stream integration

Status: Schema created (01.08.00), helper needed

## Summary Personal photo galleries on profiles and groups. Users can create albums, upload images with thumbnails, set per-album visibility. ## Schema - `#__mokojoomcommunity_galleries` (owner_id, context profile/group, visibility, image_count) - `#__mokojoomcommunity_gallery_images` (gallery_id, file paths, dimensions, likes/comments) ## Requirements - Users create/manage personal albums on their profile - Groups can have shared albums - Per-album visibility (public/registered/friends/private) - Image upload with auto-thumbnail generation - Lightbox viewer - Likes and comments on images - Activity stream integration ## Status: Schema created (01.08.00), helper needed
jmiller added the pending: testing label 2026-06-02 19:52:02 +00:00
Sign in to join this conversation.
No labels pending: testing
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#1