WP Manifestindependent plugin directory
manifest / content / alumni_historiek

Alumni Historiek

A wordpress plugin for Alumni Arenbergorkest to display the concert history using the flyers (postcards) as an animated carrousel. Flipping the card shows more info about the concert.

by Alumni Arenbergorkest · github.com/screenager/alumni_historiek · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/screenager/alumni_historiek/archive/refs/heads/main.zip

Declares an update source (https://github.com/screenager/alumni_historiek), so updates arrive through the plugin's own updater.

From the readme

Alumni Historiek Repository: https://github.com/screenager/alumnihistoriek This project supports 2 runtime modes. 1. WordPress Plugin Mode - Plugin file: alumni-historiek.php - Public page URL: /historiek - Admin page URL: /wp-admin/admin.php?page=alumni-historiek - Auth: WordPress login + capability checks - Theme wrapper: selectable in plugin settings - In WordPress thema (header/footer van BeTheme) - Volledige standalone pagina (zonder BeTheme) - Storage: - Preferred: plugin directory (if writable) - Fallback: /wp-content/uploads/alumni-historiek/ - Frontend dev nav (hamburger/menu links): hidden in WordPress mode 2. Standalone Local Mode - Public page URL: /postcards7.html - Admin page URL: /admin/ - Auth: local login using private/passwd - Storage: local files in this project directory - concertData.json - concerts/ - private/ - Frontend dev nav (hamburger/menu links): visible Versioned HTML Rule - postcards.html, postcards2.html, postcards3.html, ... are versioned. - The highest-numbered postcards file is the current version. - Current working frontend version: postcards7.html. - Do not edit older versions unless explicitly requested. GitHub Update Flow (Wo

Read the full README on GitHub →