- I inserted M_ACTIVE field (True/False) in the FORUM_MEMBERS table of the MS Access db. And when the user tries to login, I would also check if the user's active status True or False. What is the related file and the code lines that the authentication control has been made? Or what is the easiest way to check the status of the member if it is True or False? If it is false, I will not admit him to login the forum.
- How can I disable the view of the Members list to the non-members of the forum? I would like to show the list of the members if the user has logged in the forum.