Page 1 of 1

change default guest_nnn

Posted: 23 Dec 2010, 17:53
by shareproduct
Hello,

I'm using SFS Pro 1.6.6, in My config.xml, I've setup a default room :

<Rooms>
<Room name="Home" isPrivate="false" isTemp="false" autoJoin="true" limbo="true" />
</Rooms>

SFs assigns a default name to the user when s/he joins this default room, i.e. default user name in the room is guest_nnn.

Is there any way to change this default name? say I wont it to be based on a given pattern : ID_nnn

I've checked, there's a function _server.getGuestName(), but there's no one to set this Guest Name

Thanks for help

Posted: 23 Dec 2010, 20:24
by BigFIsh
Sorry, there's no way to change the default formatting of the guest names.

However, you could implement your own formatting for guest names using custom login functionality.

Posted: 23 Dec 2010, 22:16
by shareproduct
Thanks BogFish,
Yeah, that coould be an avenue however I'm using Facebook so really don't need a login for the moment