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.