JonathanEunice
Forum Replies Created
-
Forum: Plugins
In reply to: [Weekly Class Schedule] ETA for displaying specific weekdays function?I’ve updated once again to be more general in handling weekday searches. You can now ask for
[wcs weekday="Mon|Tue"]or even[wcs weekday="today|tomorrow|+2 days"].Forum: Plugins
In reply to: [Weekly Class Schedule] Filter by instructor in the shortcodeI have since extended the searches by instructor, class name, and location to support alternation (e.g.
instructor="Bill|Julie|Jane"finds either Bill or Julie or Jane, not just one) and wildcards (e.g.class="%Yoga%"finds all classes that contain the word “yoga.”)I will create a pull request to your repo.
Forum: Plugins
In reply to: [Weekly Class Schedule] ETA for displaying specific weekdays function?No idea about official support, but here is my updated version that lets one filter by weekdays, instructors, and classes, in addition to locations. It also provides a new list2 layout that is more useful for filtered output.
Forum: Plugins
In reply to: [Weekly Class Schedule] Filter by instructor in the shortcodeI also needed to filter by instructor, class, and weekday. And I wanted more customizability of the templates. I didn’t find tagnut’s repository until I had already added those features. I forked his repository and added my changes in here.