Stephen Sherrard

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 804 total)
  • Author
    Posts
  • 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.

    in reply to: Send email when a volunteer is removed from a task #14780
    Stephen Sherrard
    Keymaster

    This option was added to the email settings in version 2.0

    in reply to: coordinator names in e-mail messages #14776
    Stephen Sherrard
    Keymaster

    This has been added in version 2.0

    in reply to: Make details needed field not mandatory #14774
    Stephen Sherrard
    Keymaster

    This is now in version 2.0, and can be set on a per task basis. Phone field on signup forms can also now be made optional.

    in reply to: "Clear" link not showing up #14768
    Stephen Sherrard
    Keymaster

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

    in reply to: "Clear" link not showing up #14762
    Stephen Sherrard
    Keymaster

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

Viewing 15 posts - 406 through 420 (of 804 total)