Suppose that my game consists of myself as GM, plus four players, and that I would like to recruit one additional player. In the Looking For Group listing for my game, in order to create a vacancy, I have to set "Total Players Needed" to 6.  Then at the bottom of the page it says "4 Players (2 Open Slots)". Well, that's obviously wrong.  I have one open slot, not two.  So I decrement "Total Players Needed" to 5.  Now at the bottom of the page it correctly says "4 Players (1 Open Slot)".  However the value under "Listing Status" changes from "Shown" to "Not Shown". So I have two choose between the following two possibilities: Total Players Needed = 6 <- WRONG 4 Players (2 Open Slots) <- WRONG Listing Status = Shown <- CORRECT Total Players Needed = 5 <- CORRECT 4 Players (1 Open Slots) <- CORRECT Listing Status = Not Shown <- WRONG What am I doing wrong?