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.
User Tab & QuickKey Problems
unipus has just told me that my user tab extension doesn't seem to work when the QuickKey extension is installed as well.
Adding the above code on line 32 of QuickKeys.php adds the user tab, but it fails to display the QuickKey for that tab effectively. It works, Alt+u goes to the user page, it just doesn't display right on the tab.
$Menu->AddTab($Context->GetDefinition("Users_QuickKey"), "users", "search.php?PostBackAction=Search&Keywords=&btnSubmit=Search&Type=Users", "UsersTab", "accesskey=\"u\"", "$Position=\"4\"", "$ForcePosition=\"1\"");
Adding the above code on line 32 of QuickKeys.php adds the user tab, but it fails to display the QuickKey for that tab effectively. It works, Alt+u goes to the user page, it just doesn't display right on the tab.
0
This discussion has been closed.
Comments