Displays cart locations and schedules for Jehovah's Witnesses Literature carts, allowing members to log in…
FAQ
Installation Instructions
To install the plugin and get it working follow these steps:
- Upload the plugin files to the “/wp-content/plugins/plugin-name” directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the “Plugins” screen in WordPress.
- Go to the J.W.Cart Scheduler menu option to view the carts, and follow the directions to enter a location or two to start.
- Set up a blog page, one for each location, and give it a generic title, like “Location 1” or “Location 2” (Page/Post titles are visible even when not logged in, so should be generic for privacy)
- At a minimum, you will want to display a schedule for the specific location on each page, like this: [u70cal location=’2′] where the ‘2’ is the location number; in this case, the schedule for location 2 will be displayed.
- Assign cart staff by creating new Users in WordPress, assigning them Subscriber level or Contributor level. When logged in, members at Subscriber level will be able to reserve slots for any location, and cancel their own reservations. At Contributor level, they will be able to do the same, as well as cancel anyone’s timeslots, and edit comments. Admin level members will also have access to the “J.W.Cart Scheduler” menus.
- View the “More Info” tab for details on using the other shortcodes, which can be used to display member info, a login form (if not yet logged in), or entire blocks of text that are visible only if logged in, or alternatively only if not logged in.
Should I use pages or posts?
For most blogs/themes, pages are will look better and are more suitable for permanent schedules.
How do I group the pages?
One option is to create a main page with links to all the location pages, and pass that URL out to visitors. From there, they can visit all pages.
Why don’t I name my locations on my pages?
It’s up to you, but if you name a location on a web page, it will be visible to everyone visiting that page, logged in or not. For privacy reasons you may wish to avoid that.
How do I show/hide information to visitors?
Various shortcodes can provide text for visitors not logged in, and different text for those not logged in. For example, this page text will display a welcome for visitors along with a login form. Once logged in, visitors are welcomed by name, and can view the schedule for location 3.
[u70block loggedin=’1′]
Welcome [u70disp type=’username’]
[u70disp type=’title’ location=’3′]: [u70disp type=’description’ location=’3′]
[u70cal location=’3′]
[/u70block]
[u70block loggedin=’0′]
Welcome – please log in to view the schedules.
[u70disp type=’loginform’]
[/u70block]
Can members get a summary?
Another shortcode gives a summary for a few days, indicating which carts and which hours they have reserved. This code will show a seven-day summary for all carts reserved by the logged-in visitor:
[u70block loggedin=’1′]
Welcome [u70disp type=’username’]
[u70disp type=’reservations’ dayoffset=’0′ daylength=’7′ ]
[/u70block]
[u70block loggedin=’0′]
Welcome – please log in to view the schedules.
[u70disp type=’loginform’]
[/u70block]
How do I add members?
Use the WordPress Users menu, and “Add New”. Alternately, if you have a large number to add, you can use a bulk registration plugin, such as “Import users from CSV with meta” by codection
ChangeLog