I created a form that allows you to enter an username and auto connect to the TS3 server, without any hassle. You only have to have the TeamSpeak client installed. Just place this on the wiki page and customize however you want: Code: <form name="tsform"> <p align="center">Connect to the SKCraft TeamSpeak</font> </p> <p align="center"><font face="Arial">Choose A Nickname:<br> <input type="text" name="NICKNAME"> <br /> <input type="button" value="Connect To TeamSpeak" onClick="javascript:location.href='ts3server://voice.skq.me/?password=eduardo&?port=9987&nickname=' + tsform.NICKNAME.value"> </font><br> It has been tested and works perfectly in a plain text html file. Thanks, Roken
I was going to add this (without the username) but apparently I have to... make a custom BBCode... to inject HTML and I couldn't be arsed to do it, but I will look into it.
Yey! Hope this happens soon! (No rush) It would be easier to connect to the server, and I would "liek" it very much.
For plain HTML, this works: Code: <a href=ts3server://voice.skq.me/?password=eduardo&?port=9987>SKCraft TeamSpeak</a> And for BBCode, based on the same concept, this should work: Code: [url=ts3server://voice.skq.me/?password=eduardo&?port=9987] SKCraft TeamSpeak Connect[/url] And to test that theory: SKCraft TeamSpeak Connect Nope, direct linking does not work, try the BBCode.
But does HTML work? <a href=ts3server://voice.skq.me/?password=eduardo&?port=9987>SKCraft TeamSpeak</a> Nope. Maybe: ts3server://voice.skq.me/?password=eduardo&?port=9987 Nope.
Ok, fine. I researched the forum creators and found how to add a custom BBCode. I could try or, You could try http://xenforo.com/community/threads/editing-templates-and-defining-a-callback-for-pages.7226/ You could use this: http://xenforo.com/community/resources/custom-bb-code-manager.173/ I'll add more later.
Oh adding a bbcode is easy, but it was like "I could bother adding this link... or I could spend my time elsewhere" As you saw, a simple link doesn't work.
But everyone thinks that caps are spamming, but that's not true. Caps are exclamatory statements, and what if I am a easily excited person? And when taking notes would you put your history notes on the same page as your reproductive system notes? And where am I proclaimed to be on this "spam throne"? :|
All he was doing was making a joke. I made quite a few posts in a short amount of time when I first joined, so he's joking about me perhaps losing the top of the "spam throne" when i told you that there is an edit button.
The only problem seems to be the colon (ts3server://) gets missed out when it links, but if I add the colon manually it works...