What plugins were changed? I've implemented a customization on my board that allows members to determine how their awards are sorted, and I'd prefer to avoid having to reimplement that if possible.
You can fix the issue with the 4.2 navbar by changing $template_hook['navtab_middle'] to $template_hook['navtab_end'] in YAAS - Add Tab to Navbar. The former was deleted in 4.2, but the latter remains, and will work with 4.2 and previous versions.
|