WP Manifestindependent plugin directory
manifest / events / oanext-crew-schedule-viewer

OA NEXT Crew Schedule Viewer archived

WordPress plugin for displaying crew schedules for NEXT conference.

by Eric Silva (ericjsilva) · github.com/oascouting/oanext-crew-schedule-viewer · 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/oascouting/oanext-crew-schedule-viewer/archive/refs/heads/master.zip

Readme

oanext-crew-schedule-viewer

WordPress plugin for displaying crew schedules for NEXT conference. Fetches schedule data from a Google Spreadsheet.

.htaccess

This plugin requires the addition of the following lines to the .htaccess file:

Options +FollowSymLinks
RewriteRule ^crew\/([0-9]+)\/?$ crew?crew_id=$1 [R=301,L]

Read the full README on GitHub →