dlsstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [Sign-up Sheets] Update 2.0.12 – Missing SheetsJust FYI, we did find the bug that caused this. Deactivating/reactivating will solve the issue and we have added a fix to correct this going forward. Thanks for reporting it!
Forum: Plugins
In reply to: [Sign-up Sheets] Update 2.0.12 – Missing SheetsCan you please try deactivating and reactivating the plugin and let us know if that corrects the problem?
Forum: Plugins
In reply to: [Sign-up Sheets] Creating Sign-up sheet "privileges"Good news! This feature is now a part of the Sign-up Sheets Pro plugin.
Forum: Plugins
In reply to: [Sign-up Sheets] Feature requestGood news! Some of the feature requests mentioned in this thread are now a part of Sign-up Sheets Pro…
- Option whether last name initial or full last name is displayed to other visitors (requested by rodbauer)
- Option to sign up for multiple tasks at once (requested by rodbauer) … NOTE: while not exactly implemented as requested, there is now the ability to let the user check a “remember me” checkbox that will remember their vital information (name, email, phone, address) on future sign-ups during their visit on your site. This should at the very least help reduce a lot of extra typing for the user.
- Customize text in auto response email, preferably with variables (requested by rodbauer and pengie5696) … NOTE: the confirmation email is now customizable with variables
- Granular BCCs (requested by scarletcarnival and pengie5696) … NOTE: The latest version now allows for setting a BCC per sheet in additional to the global BCC. In addition, you can set a “Status Email” to be sent when a sign-up changes that will send a full look at the entire sheet via email to the addresses designate.
Forum: Plugins
In reply to: [Sign-up Sheets] Feature RequestGood news! The latest update of the Sign-up Sheets Pro plugin was released today (version 2.0.12) and includes the ability to set dates on tasks instead of just the sheet and therefore and will be the date used when issuing reminder emails (if set) as well as closing that task from receiving sign-ups after that date.
Forum: Plugins
In reply to: [Sign-up Sheets] Feature RequestGood news! The latest version of the Sign-up Sheets Pro plugin was released today and it now includes a “Remember Me” checkbox feature. This will add a checkbox to the sign-up form allowing users to have the site remember their vital information (name, email, phone, address) for use on future sign-ups during their visit on your site.
Forum: Plugins
In reply to: [Sign-up Sheets] How do you publish a sign up sheet once you create itTo publish a sheet you can use the shortcode
[sign_up_sheet]which will display all active sheets. Alternatively, you can display just a single sheet by using[sign_up_sheet id="123"](replacing “123” with the id # of the sheet you would like to display).Forum: Plugins
In reply to: [Sign-up Sheets] Auto Email Confirmation not workingAre you getting an error message after signing up? You may need to turn on debug messages in Settings > Sign-up Sheets and then try a test sign-up. That should provide some further information.
If you upgraded from Lite to Pro, you may be experiencing a bug and the solution is posted here… https://www.dlssoftwarestudios.com/forums/topic/confirmation-email-bcc-not-sending/
If that does not solve your issue, please let us know what error message you get when signing up after you turn on debug messages.
Forum: Plugins
In reply to: [Sign-up Sheets] Adding information to emailHi Kevin, first and last name are available in the Pro version. You can edit the confirmation email via the admin Settings > Sign-up Sheets and add these fields in wherever you like.
Forum: Plugins
In reply to: [Sign-up Sheets] Error adding sheetCan you please turn on debug mode, then deactivate/reactivate and let me know if any errors or messages are thrown upon activation?
To turn on debug mode, you can go into your wp-config.php file and set WP_DEBUG to true…
define('WP_DEBUG', false);Also, please confirm that your
$table_prefixvariable matches the one from the error message… “wp_3_” (this is also in your wp-config.php file).Forum: Plugins
In reply to: [Sign-up Sheets] Error adding sheetPlease try deactivating and reactivating the plugin. If you are still having this issue, were any errors thrown when you activated the plugin?
Forum: Plugins
In reply to: [Sign-up Sheets] Error / Not sending Mail / data.php ErrorThank you for reporting this. We should have the a fix for the PHP Warning with the next update, but in the meantime, feel free to add the fix manually. Edit data.php and on line 19 replace
$this->data->detailed_errors = true;with$this->detailed_errors = true;Regarding your emails… please try deactivating and then reactivating the plugin and let me know if that solves the issue.
Forum: Plugins
In reply to: [Sign-up Sheets] Feature RequestThese are not features of the current plugin, but I’ve added your suggestions to our Wish List. However, I can’t guarantee when or if they will be implemented. If you are interested in getting these features in right away, please send us a message through our Request a Free Quote form on our contact page at the link below and we can provide an estimate for the work.
Forum: Plugins
In reply to: [Sign-up Sheets] Frontend Support – Sign-Up Sheet creation for users??Hi Will,
Thanks for your feedback. At the moment neither the Lite or Pro version have any front-end authoring capabilities. However, please feel free to submit a request for this feature through our Request for Quote form on our website at the URL below. This will put you in touch with the right people who can discuss your requirements and provide a quote.
https://www.dlssoftwarestudios.com/sign-up-sheets-wordpress-plugin/
Forum: Plugins
In reply to: [Sign-up Sheets] Can't Move Tasks or Add New Tasks Pressing buttonThanks for catching that, Andrew. We will be rolling out a fix with the next version which should be released shortly.