SkillAgentSearch skills...

Kwalbum

a Koseven module to organize photos without albums

Install / Use

/learn @kweejee/Kwalbum
About this skill

Quality Score

0/100

Supported Platforms

Universal

Tags

README

Kwalbum Without Albums

It's Kwalbum, which was a digital photo album in the early 2000s, except without albums. Photos are groups by location, date, people, and tags instead.

Installation

  1. Install Koseven from https://github.com/koseven/koseven
  2. Make sure Koseven's database module has been enabled and configured.
  3. npm install inside the kwalbum directory
  4. Move the kwalbum directory to Koseven's modules directory.
  5. Configure Koseven to use the Kwalbum module. In your app/bootstrap.php file add 'kwalbum' => MODPATH.'kwalbum', after Koseven::modules(array( Also make sure that 'database' => MODPATH.'database', // Database access and 'image' => MODPATH.'image', // Image manipulation are uncommented and enabled for those modules.
  6. Create a writable directory for items to be uploaded to. The default configured location is application/items
  7. Optionally, copy modules/kwalbum/config/kwalbum.php to app/config/kwalbum.php and edit. The reason to copy the file to app/config is to ensure it is not overwritten when the Kwalbum module is updated.
  8. Open Kwalbum in your web browser and go to the install page. If Kwalbum is at http://localhost/kwalbum then the install page is at http://localhost/kwalbum/~install

Requirements

  • Koseven 3.3.9+
  • PHP 7.1+
  • GD module for PHP
  • MySQL 5.1+

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1mo ago
Forks0

Languages

PHP

Security Score

70/100

Audited on Feb 28, 2026

No findings