Can anyone tell me how to add another tab at the top when editing a user? I'd like to add a helpful link. Thanks for any help.
You can add this in tabs.inc.php function init: PHP: $this->add(new TabMenu_Tab("Tab title", '/redirect/to.html', null));