• Resolved Bence

    (@charybdis)


    Q: Cimy User Extra Fields is not compatible with “Themed Login”, how can I do?

    A: The reality is this plug-in IS compatible with WordPress 2.1 or greater and “Themed Login” NOT, so it’s NOT a Cimy User Extra Field’s bug! However I have tried with a little success a workaround to make it works, but first please understand that this is totally untested and unsupported hack, if you want a better one ask the author of that plug-in to support new WordPress!
    If you still want *my* personal and unsupported hack edit the plug-in “Themed Login” and do these 3 modifications:

    1. at line 773, after “global $wpdb, $wp_query;” add this:
    global $errors;
    2. at line 811, before “if ( 0 == count($errors) ) {” add this:
    do_action(‘register_post’);
    3. at line 871, before “A password will be emailed to you.” add this:
    <?php do_action(‘register_form’); ?>

    http://wordpress.org/extend/plugins/theme-my-login/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Theme My Login] Cimy user extra fields and Theme my login don’t work together’ is closed to new replies.