• Hi,

    I’m a long-time user of your plugin. – So far everything (besides of a few small bugs) worked pretty good.

    Unfortunately, it seems like there was an include integrated or shifted in version 2 which breaks a lot of plugins (e.g. Sabre):

    require_once(ABSPATH . 'wp-includes/pluggable.php'); in more-fields-field-types.php

    Maybe that could be fixed by implementing the needed function instead of changing WordPress’ bootstrap.

    Greetz,
    Berny

    http://wordpress.org/extend/plugins/more-fields/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kal Ström

    (@kalstrom)

    Thanks for the report. We’ll look into it.

    Plugin Author henrikmelin

    (@henrikmelin)

    Hi Berny,

    I’m trying to replicate this, so that I can fix it – in what way does it break the sabre plugin?

    I’m gonna remove the forced include for sure, but need to make sure I’m not breaking other stuff 🙂

    Cheers,
    Henrik

    Thread Starter Bernhard Riedl

    (@neoxx)

    Hi kalstrom and Henrik,

    Thanks for your replies.

    Sabre can be setup to verify a new user’s email-address by including a verification-link in the registration-mail. It overwrites the function wp_new_user_notification (in wp-includes/pluggable.php) for this purpose.

    Greetz,
    Berny

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘More Fields breaks several plugins’ is closed to new replies.