Skip to content

Instantly share code, notes, and snippets.

@NateWr
NateWr / admin-any-party-size-for-rtb.php
Created May 1, 2017 09:03
Allow the admin to set any party size when adding or editing bookings.
<?php
/**
* Plugin Name: Allow Admin Override of Party Limits for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Allow the admin to set any party size when adding or editing bookings.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / admin-no-schedule-restrictions-for-rtb.php
Last active May 10, 2017 08:37
Allow the admin to bypass any scheduling restrictions to make a booking in the backend.
<?php
/**
* Plugin Name: Allow Admin Override of Scheduling Restrictions for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Allow the admin to create a booking at any time.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / mailchimp-no-double-optin-for-rtb.php
Created June 21, 2017 08:24
Disable double opt-in for MailChimp for Restaurant Reservations
<?php
/**
* Plugin Name: Disable double opt-in for MailChimp for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Modify the subscription request sent to MailChimp so that users do not receive the double opt-in email confirmation from MailChimp.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / block-aol-for-rtb.php
Created August 25, 2017 08:30
Prevent bookings from being made with @aol.com email addresses.
<?php
/**
* Plugin Name: Block AOL bookings for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Prevent bookings from being made with @aol.com email addresses.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / show-shortcodes-for-fdm.php
Created December 20, 2018 10:18
Show the menu and menu item shortcodes in the admin lists.
<?php
/**
* Plugin Name: Show Shortcodes for Food and Drink Menu
* Plugin URI: http://themeofthecrop.com
* Description: Show the menu and menu item shortcodes in the admin lists.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / new-shortcode-name-for-rtb.php
Created January 21, 2019 09:20
Duplicate the [booking-form] shortcode with a [rtb-booking-form] shortcode.
<?php
/**
* Plugin Name: New Shortcode Name for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Duplicate the [booking-form] shortcode with a [rtb-booking-form] shortcode.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / RemoveIncompleteFromActiveListPlugin.inc.php
Last active February 27, 2019 11:18
Remove incomplete submissions from the active submissions list in OJS/OMP.
<?php
class RemoveIncompleteFromActiveListPlugin extends GenericPlugin {
/**
* Initialize the plugin
*/
public function init() {
HookRegistry::register ('TemplateManager::display', array($this, 'modifyTemplateData'));
}
/**
@NateWr
NateWr / email-templates-for-rtb-logo-size.php
Created March 5, 2019 08:47
Use a custom logo size for the email templates addon for Restaurant Reservations.
<?php
/**
* Plugin Name: Custom Logo Size for Email Templates for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Use a custom logo size for the email templates addon for Restaurant Reservations.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / date-time-template-tags-for-rtb.php
Created April 10, 2019 08:04
Add separate template tags for the date and time of the booking request.
<?php
/**
* Plugin Name: Date and Time Template Tags for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Add separate template tags for the date and time of the booking request.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / GenerateMetrics.php
Last active June 22, 2020 15:14
A CLI tool to generate fake metrics data.
// This tool is now available in the main development repositories for OJS, OMP and OPS.
// Run the following command from the root directory of any application to get usage
// instructions.
//
// php lib/pkp/tools/generateTestMetrics.php