Could you add another requirement please to limit group id access, it should work something like the post limit?
GazCBG opened this issue ยท 0 comments
Hi,
Could you add another requirement please to allow only set user group ids on the server?
So for example, I am runing Xenforo and I would like to allow members was secondary group id 5 only to acces the Minecraft server.
I have found a work around, but it not a great on, and that is to use the minimum post limit, set it up to the field my secondary group ids are in and set the id number as minmum posts.
So if you could set something like the minimum post limit up, but modify it to only allow a set ID from the forum user database table
The coding should work similar to the post count but use == in the MySQL query and allow for the delimiter if there more then one ID in the column.
For example like 6,5,10
With 5 begin the ID you want to allow.
Thanks