Vbulletin has these things called custom user fields which can be implemented in your profile or options. They can be private/public and they frequently hold data like a birthday, country, and gender. Vbulletin.org has a few of them (see vb version). I would like to access the data in those fields within my mod. A mod is a code addon to vbulletin which is written in PHP. Basically, I want to know which variable these fields are stored in.
Say I have a customer user field called X. How do I access it in my mod?
|