Stephen Sherrard

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 794 total)
  • Author
    Posts
  • in reply to: Contribute to plugin #15086
    Stephen Sherrard
    Keymaster

    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.

    in reply to: details/item text #15083
    Stephen Sherrard
    Keymaster

    Bumped up to Varchar(300) in version 2.0.3
    Posted form fields will also have slashes stripped when redisplayed after error.

    in reply to: e-mail validation #15080
    Stephen Sherrard
    Keymaster

    Fixed in version 2.0.3

    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: More Features or reworked "Pro" Version? #15022
    Stephen Sherrard
    Keymaster

    Thanks 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.

    in reply to: details/item text #15020
    Stephen Sherrard
    Keymaster

    Thanks 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.

    in reply to: e-mail validation #15018
    Stephen Sherrard
    Keymaster

    My 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.

    in reply to: Clear Link Stopped Working #14970
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Clear Link Stopped Working #14960
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Clear Link Stopped Working #14948
    Stephen Sherrard
    Keymaster

    If you want to view this content, you need to buy any product.

    in reply to: Custom emails #14812
    Stephen Sherrard
    Keymaster

    Adding 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.

    in reply to: public and wp users #14794
    Stephen Sherrard
    Keymaster

    Separate 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.

    in reply to: Show full last name of volunteer #14791
    Stephen Sherrard
    Keymaster

    This is now being added as a new option in version 2.0.1 – so, no code snippets required any more.

    in reply to: Login – tigher integration with user account #14788
    Stephen Sherrard
    Keymaster

    Version 1.13 added the separate “login to signup” option, which adds the feature you wanted.

    in reply to: Ability to Turn Off Admin Notifications for Filled Time Slots #14783
    Stephen Sherrard
    Keymaster

    A setting has been added to the email settings section in version 2.0 that allows you to turn off notifications to chair/contacts.

Viewing 15 posts - 391 through 405 (of 794 total)