Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
I am now maintaining the code for most of my plugins on GitHub, as a means of online backup, as well as an easy way for myself to checkout to different systems and installs for testing.
If you would like to be a collaborator/contributor for code, let me know and I can add you to the project. All my projects are “private” right now, but collaborators can be added. Still also trying to figure out the Github workflow, but it integrates very well with my PhpStorm IDE.
Stephen SherrardKeymasterBumped up to Varchar(300) in version 2.0.3
Posted form fields will also have slashes stripped when redisplayed after error.Stephen SherrardKeymasterFixed in version 2.0.3
March 14, 2017 at 9:54 AM in reply to: (PTA Sign Up Sheets) User Avatar Display on Front End Next to Users Name #15037Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterThanks very much for the donation and the feedback!
Not sure when/if I will rewrite and create a much better paid version. As you can tell by the lack of responses here (yet no shortage of feature requests), the majority of people who use this free volunteer plugin are not willing to purchase a paid version or pay for any kind of support or further development. WooCommerce extensions have a MUCH higher return on time invested.
Stephen SherrardKeymasterThanks for reporting the issues.
Regarding #1, the database tables are set up during activation, using the WordPress dbDelta command, so it will only modify the tables if it detects a change from what is in my code versus the existing table format. Not sure if it will downgrade back to a smaller varchar size or not without testing. I know that I have increased the size of some fields in the past, and it has detected that change and updated the tables accordingly, but I haven’t tried going back the other way (making fields smaller).
Those fields were never intended for storing large amounts of text when I first programmed it, since they were mostly used for school staff lunches to indicate a specific dish the volunteer was providing. I could probably bump up the size to what you have it set to in the next release without negatively affecting any current installs.
#2 is easy enough to fix with stripslashes. Thanks for the heads up on that.
Stephen SherrardKeymasterMy form doesn’t use trim on those POST values when displayed, but it does use the proper WordPress sanitizing function of esc_attr for POSTed input values, which does several santization functions which must also trim extra white space as well.
However, your idea of trimming before validating that’s it’s a valid email is a good one. Should probably trim all posted values before validating, just to avoid some additional frustration.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterAdding optional template for reminder 2 subject and reminder 2 message in version 2.0.1 (releasing soon). Leave blank to use the same subject and/or message for both reminders. Subject and message are independent, so you could change the subject for reminder 2, but leave the reminder 2 message blank to use the same message template from the first reminder.
Stephen SherrardKeymasterSeparate options for login to signup, and require login (to view and signup), were added in version 1.13, so what you wanted it possible since then.
Stephen SherrardKeymasterThis is now being added as a new option in version 2.0.1 – so, no code snippets required any more.
Stephen SherrardKeymasterVersion 1.13 added the separate “login to signup” option, which adds the feature you wanted.
February 23, 2017 at 3:44 PM in reply to: Ability to Turn Off Admin Notifications for Filled Time Slots #14783Stephen SherrardKeymasterA setting has been added to the email settings section in version 2.0 that allows you to turn off notifications to chair/contacts.
-
AuthorPosts