Page 1 of 2
Manialinks and Styles
Posted: 21 Aug 2011, 19:51
by donlafferty
Does anyone know where I can find a list of Styles and Manialink items? I used
http://fish.stabb.de/styles/ for TM1 styles. For Manialinks I'm talking about the links in game to turn off chat, make challenge info visible etc. Kind of like this snippet of code.
Code: Select all
<manialinks><custom_ui><notice visible="false"/><challenge_info visible="false"/><net_infos visible="true"/><chat visible="true"/></custom_ui></manialinks>
Re: Manialinks and Styles
Posted: 21 Aug 2011, 22:42
by Xymph
See the 'exemple' manialink.
Re: Manialinks and Styles
Posted: 22 Aug 2011, 20:54
by donlafferty
Xymph wrote:See the 'exemple' manialink.
Where is it?
Re: Manialinks and Styles
Posted: 22 Aug 2011, 20:58
by Xymph
donlafferty wrote:Xymph wrote:See the 'exemple' manialink.
Where is it?
Enter 'exemple' in the in-game ML browser.

Re: Manialinks and Styles
Posted: 23 Aug 2011, 01:41
by donlafferty
Xymph wrote:donlafferty wrote:Xymph wrote:See the 'exemple' manialink.
Where is it?
Enter 'exemple' in the in-game ML browser.

Thanks for that. That helps a lot.
Now does anyone know about the custom_ui keywords? I don't see that in the "exemple" page
Re: Manialinks and Styles
Posted: 23 Aug 2011, 05:27
by fastforza
donlafferty wrote:Now does anyone know about the custom_ui keywords? I don't see that in the "exemple" page
These XML elements don't exist. Your snippet of XML looks like a configuration file.

Re: Manialinks and Styles
Posted: 23 Aug 2011, 13:50
by donlafferty
My snippet of code is used to control what can be seen in the clients game. This particular snippet is part of a little larger section that turns certain things on and off so that a plugin can do their own versions of in-game reports.
I use it on my TMU server so I figure there's something very similar for the TM2 server.
Re: Manialinks and Styles
Posted: 23 Aug 2011, 14:05
by Xymph
fastforza wrote:donlafferty wrote:Now does anyone know about the custom_ui keywords? I don't see that in the "exemple" page
These XML elements don't exist. Your snippet of XML looks like a configuration file.
Nope, as donlafferty mentioned, it's a correct ManiaLink block on TMF servers. See the second section of
http://www.tm-forum.com/viewtopic.php?p=105736#p105736
I too am wondering how this is done in TM2, as a quick test seems to indicate the above approach doesn't work anymore (but I still need to dig more into it).
Re: Manialinks and Styles
Posted: 23 Aug 2011, 20:57
by Xymph
Xymph wrote:I too am wondering how this is done in TM2, as a quick test seems to indicate the above approach doesn't work anymore (but I still need to dig more into it).
It still works largely the same as in TMF, but seems buggy. Edit: See my
next post in this thread for a copy.
Re: Manialinks and Styles
Posted: 23 Aug 2011, 21:44
by corto-72
This link doesn't seem to be accessible to everyone
Information
You are not authorised to read this forum.