I have the "ADD USER" mod working properly in the ACP. Using it, I've created a Custom Profile Field called "Full Name", which requires the new user, upon registration, to enter their name.
Pulling up a View Source on the ADD USER page (in ACP), I see the following code:
Code: Select all
<input type="text" name="pf_full_name" id="pf_full_name" size="25" maxlength="24" value="" />
Here's where I stray... I know that memberlist.php takes care of displaying the Members page. But how do I insert another column on the memberlist page which would include the pf_full_name data when the page is served up?