• Resolved fimo66

    (@fimo66)


    Hi after i upgraded to ver 7 it broke my other plugin “Nav Menu Roles”
    and now its a mess on my board, how can i downgrade to earlier version than 7 ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Previous versions can be found at the bottom of this page: https://www.ads-software.com/plugins/theme-my-login/advanced/. Note that you will need to refresh your permalinks if you do so.

    Thread Starter fimo66

    (@fimo66)

    Well now i went back but have this error when new users reg on my board:
    from the email they receive back after they reg:
    …..resetpass/?key=ajNcXgd30SMVSkRPQiWO&login=aaatest>
    and then it goes to the page “forgotton” password “your link to reset your password is wrong – write your email adr to order a new, and this goes on and on…

    Thread Starter fimo66

    (@fimo66)

    this is the message a new users gets after they received an email with a confirmation

    Your password reset link appears to be invalid. Please request a new link below.

    Lost Password:

    ….lostpassword/?error=invalidkey

    Username or E-mail: and a button “get a new password”

    and then they get another mail with a broken link ?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    And this wasn’t happening before?

    Thread Starter fimo66

    (@fimo66)

    Hi again,

    I got this input from the author of the other plugin which got messed up after updating to ver 7 of this plugin, dont know if this will help so i would be able to update to version 7 without having any probelms ?

    ….”And maybe advise the Theme My Login devs of workaround #1 so they could add compatibility between our plugins”

    Workaround #1
    Shazdeh had the genius idea to not wait for a core hook and simply add the hook ourselves. If all plugin and theme authors use the same hook, we can make our plugins play together.

    Therefore, as of version 1.6 I am modifying my admin nav menu Walker to only adding the following lines (right after the description input):

    <?php
    // Place this in your admin nav menu Walker
    do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
    // end added section
    ?>
    Ask your conflicting plugin/theme’s author to add this code to his plugin or theme and our plugins will become compatible.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    This action will be used instead in the next version.

    Thread Starter fimo66

    (@fimo66)

    Great looking fwd to the next update ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Broke my other plugin’ is closed to new replies.