Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Why doesn't it work?
This discussion has been closed.
Comments
var_dump($GLOBALS['Menu']->Tabs);
at the very end of that function, and post the results? If the tabs are reorganized in the array, then there's nothing wrong in either the hook or reorganization, which would probably create an even bigger problem.array(1) { [0]=> array(5) { ["Text"]=> string(20) "Back to BEANSUSY.org" ["Value"]=> string(20) "back_to_beansusy.org" ["Url"]=> string(23) "http://www.beansusy.org" ["CssClass"]=> string(0) "" ["Attributes"]=> string(0) "" } }
Here's the code (it looks like all of the tabs- including the custom ones)
My guess is that we're talking about windows servers where it works, and *Nix servers where it doesn't.
Just a hunch.
I'm on a Unix/Apache server and the extension does not work in any template or version.