View Full Version : Skipping required fields for specific users
keith1995
01-28-2008, 04:22 PM
We are in the process of wrapping up a project for a client and inside their forum they had us setup required fields that must be filled out by the user. The client has now asked us to allow specific users to bypass the requirements.
Does anyone know how this could be achieved?
Opserty
01-28-2008, 05:00 PM
The only help would be that the userid is in the $vbulletin->userinfo['userid'] variable, you want to compare that to some kind of list (using vBulletin Options if you want). The rest is down to your own coding, you are after the ones who set up the required fields system. I doubt you can get any more help then that really.
keith1995
01-29-2008, 02:41 PM
Opserty, or anyone else,
Where is the code housed that checks whether or not the required fields are filled out and if they aren't, redirects the user to their profile?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.