UserSpice Albums - WIP
- Drag this folder into
/usersc/plugins/. - Log in as an admin → Plugin Manager → Install.
- Creates
albumsandalbum_photostables. - Secure admin page (
plugins/albums/admin.php) for:- Creating an album
- Drag-&-drop / multi-file uploads
- Auto thumbnail generation (requires GD)
renderAlbumGrid($page, $perPage)helper renders the Bootstrap grid shown in the docs.
Add <?= renderAlbumGrid($_GET['page'] ?? 1, 8); ?> anywhere in your theme.
Enjoy!