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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.