Major update, new in this version:
  1. Total NavBar replacement
    1. Looks and feels like the original
    2. Including total replacements for the Forum, Blog and What's New Tabs, Links and SubMenu links
    3. Including partial replacement for the Home tab (due to the dynamic way the links are created, they can not be exactly replicated automatically by T&LM, but you can always add the links manually)
  2. Ability to toggle on/off the following default vBulletin tabs:
    1. Home
    2. Blog
  3. Ability to toggle on/off the following default vBulletin tabs (via a template edit & importing a definition file into the T&LM database via impex):
    1. Forum
    2. What's New
  4. Ability to toggle on/off the Global Search Box
  5. Two new Tab types:
    1. Dropdown tabs
    2. URL Matching (to allow for more than one tab to point to the same file, bypassing the THIS_SCRIPT limitations caused by the default NavBar)
  6. Tab images.... you can see them above
  7. Script conditionals; allows for more control over each Tab, Link and SubMenu link, using conditional statements such as $show['searchbuttons'] && $show['member']
  8. Multiple THIS_SCRIPT names/relative urls; allows multiple locations to highlight a single tab (this works for Normal & URL_Matching tabs).
  9. For viewers that have cookies disabled, all Tabs, Links and SubMenu links have the session hash correctly added to it
  10. For W3C standards purists the (x)html link target attribute has been replaced for Links and SubMenu links with the standards compliant rel attribute (via custom javascript) which emulates the target attribute and allows all xhtml generated by T&LM to 100% validate with W3C.
  11. Partially re-designed AdminCP interface:
    1. Each of the Tabs, Links and SubMenu Links Management screens gives you relevant information about the Tabs, Links and SubMenu links respectively
    2. Allows you to visually see relationships between the Tabs, Links and SubMenu links
    3. You can also see the effects of disabling say a Tab, it will show that associated Links and SubMenu links as also being disabled
    4. Admin notes; each Tab, Link and SubMenu link can have notes to remind you what they are for
    5. Display Order bug fixed (finally)