Hi. I have a question. I need to prevent a/all my users from changing their profile and password. Is this possible? If so, can someone tell me how to do it? Thanks in advance,
You can simply remove the 'Profile' link from inc_header. If you want to make sure people don't edit their profiles you can add a check to inc_profile or pop_profile (don't know which one it is), that checks if the user has a member level of 4 (Administrator) when editing a profile.