I wonder if it is possible to confirm a registration of a forum member (I have the rol of an administrator). Now it is possible for everyone to register and have access. Confirmation gives administrators the possibility to deny access if necessary. Could someone tell me if this is possible or this will be included in Snitz?
Well I guess I figured it out. In the database there is a table called FORUM_MEMBERS. One of the fields is M_STATUS. The status of this field can either be 1 (active) or 0 (locked). By adding an additional status, for example 2 (new and not approved by the administrator), it is possible to confirm registration so not everyone will have access to your forum. The members list for admins should be changed and it should be possible for admins to confirm the registration (now it is possible for admins to edit a profile or lock and delete a member). I will change the code, and post it in the forum.