Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bw3em

    (@bw3em)

    I see your page isn’t working right either https://xnau.com/work-2/wordpress-plugins/participants-database/

    Is there a way of reverting back to previous version? I’m losing business :-(((

    Thread Starter bw3em

    (@bw3em)

    Further to the above on the latest update:

    1. Edit Existing Participant Record – doesn’t load full page
    2. All former ‘textarea’ fields have turned into ‘text-line’

    I also have a few queries about how to implement new settings:

    1. new form element: “Password” stored as a WP-compatible hash” – is this so participants can have their own password to access their editable profiles?
    2. you can define a “default image” to show when no image has been uploaded into a record” – how do we do this?

    I appreciate we’re on different time zones but hope this helps you fix it.

    Em

    Plugin Author xnau webdesign

    (@xnau)

    I am issuing a patch to fix this problem.

    You can fix it now with this change:

    in the file classes/Image_Handler.class.php on line 138 you’ll find:
    abstract function set_default_image( $image );
    change this to:
    abstract function set_default_image( $image = false );

    Thread Starter bw3em

    (@bw3em)

    It already says $image = false

    I have taken that out and it gives me the option of a default image now – thanks, but this isn’t the problem I expected you to fix first!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New version major error’ is closed to new replies.