The Brown Paper Tickets Event List Plugin is a simple way to display events in a Wordpress post/page. You can display a single event, a list of all events or all of your events in a calendar.
The BPT Wordpress Plugin is FOSS, released under the
GNU GPL v2.
It's source code can be found on
Github.
There are some caveats to using this plugin. PLEASE READ!
- The data returned by the pricelist API call does not make a distinction between password protected prices and regular prices. As a result, prices that are typically hidden by passwords on BPT will show up via the plugin. DO NOT use this plugin if you intend to use the event list feature or want your password protected prices to stay hidden. Calendar format should be OK as it does not make the price list API call.
Please use the Issues page to submit bugs, feature requests, etc.
To install the plugin, download the zip, extract it and upload the extracted folder to your plugins directory on your webserver.
From there, activate the plugin as normal. Then go to Settings > BPT API Settings and put in your Developer ID and your Client ID.
To obtain your developer ID, you must first have developer tools added to your Brown Paper Tickets account. First log into BPT, then go to
Account Functions. Click Developer Tools and then add. You'll see a new link in the BPT navigation titled "Developer". Click that and you'll see your developer ID listed at the top.
Your client ID is typically whatever you use to log into Brown Paper Tickets.
0.7.4
- Added redirect to plugin settings page upon activation.
- Fixed issue where old events not currently live were being displayed.
- Removed a leftover
console.log();
0.7.3
- Added mobile shipping option
0.7.2
- Fixed issue with unapproved events being displayed.
0.7.1
0.7
- Transitioned to the plugin to make use of the bptPHP class (as a git sub
module).
- Extended the documentation available within the plugin.
- Moved CSS and JS into their own folders, modified plugin to match.
0.6
- Added the ability to select the shipping options available on events. If listing all events, the shipping options will apply to each event.
0.5.4
- Fixed Calendar list to only show dates for a specific event when event_id is set.
0.5.3
- Removed the following CSS:
html {
background-color:#eee;
}
body {
font-family: Arial, "Lucida Grande", sans-serif;
font-size: 13px;
line-height: 18px;
color: #555;
background-color:#fff;
}
from eventCalendar_theme_responsive.css
0.5.2
- Reformatted dates/prices to allow more than one price to be added
to the cart at a time.
- Fixed bug when pulling prices with a single date or inactive dates.
- Plugin no longer shows non-live events.
0.5.1
- Removed whitespace from bpt_wordpress.php
0.5