TeamSpeak Fixed The "TeamSpeak" menu item is after the "log out" menu item

This is actually your style changing the page layout which makes the link appear there. To give a rough example, the default XF template here looks like this:
Code:
- connected accounts
- following
- ignoring
<!--[XF:settings_links:bottom]-->
- logout

The add-on looks for <!--[XF:settings_links:bottom]--> and places the TeamSpeak link above it. Your style has changed the ordering in this template to this instead:
Code:
- connected accounts
- following
- ignoring
- logout
<!--[XF:settings_links:bottom]-->

I'll probably change this to force the link to appear underneath connected accounts.
 
Back
Top