trackmania server connect BBCode
Posted: 05 Apr 2010, 02:08
I want to make a trackmania server connect BBCode.
It allows tm server owners to post a link to connect directly to there server.
anyone has an idee?
normally the url is:
I was thinking in the line of:
BBCode usage:
HTML replacement:
Help line:
or i could use this:
BBCode usage:
HTML replacement:
Help line:
its a little variation from the link= BBCode
I'm not sure if a tmtp connect is save to use in a BBCode
antoher problem came up when I tried it on my test forum and it works in IE, but not in firefox.
All suggestions are welcome.
It allows tm server owners to post a link to connect directly to there server.
anyone has an idee?
normally the url is:
Code: Select all
<a href="tmtp://#join=SERVERLOGIN HERE">SERVERNAME HERE</a>
BBCode usage:
Code: Select all
[tm]{INTTEXT1},{INTTEXT2}[/tm]
Code: Select all
<a href="tmtp://#join={INTTEXT1}">{INTTEXT2}</a>
Code: Select all
[tm]server login,server name[/tm]
BBCode usage:
Code: Select all
[tm]{INTTEXT1},{INTTEXT2}[/tm]
Code: Select all
<input class="button2 btnlite" type="button" value="{INTTEXT1}" onclick="window.location.href='tmtp://#join={INTTEXT2}'" />
Code: Select all
[tm]server name,server login[/tm]
I'm not sure if a tmtp connect is save to use in a BBCode
antoher problem came up when I tried it on my test forum and it works in IE, but not in firefox.
All suggestions are welcome.