Page 1 of 1

auto unregister from tourmanents

Posted: Tue Jan 12, 2010 9:19 pm
by Mr.Victor
Is it all or none as far as the auto-unregister on logout feature? I want auto-unregister on logout for Sit N Go's but not for scheduled tournaments. Is this possible?

Re: auto unregister from tourmanents

Posted: Tue Jan 12, 2010 9:48 pm
by Kent Briggs
Mr.Victor wrote:Is it all or none as far as the auto-unregister on logout feature? I want auto-unregister on logout for Sit N Go's but not for scheduled tournaments. Is this possible?
Every setting on the System tab is currently all or none, including "Unregister at logout". However, you could disable that and implement you own scheme via API calls. Enable the Logout event in the Callback Events group. Your script gets called every time someone logs out. Check their name against the waiting lists of all your Sit N Go's and unregister them if found.