Skullduggery
New-
Re: Customizing Members List Enhanced
Ok, Here are my custom fields: LeagueManager, Owner, GeneralManager, Team they're all filled with values of Yes/No except Team, which is a large drop down list of teams. I want LeagueManager to be ab… (View Post)2 -
Re: How to use $Sender->Form->Dropdown properly?
Oh... I think I missed an extra single quote there, it was just failing. Let me try fixing that. (View Post)1 -
Re: How can I add a custom field in Vanilla Registration form?
If you read the comments in the profile extender, you'll see that it will add the the custom fields to the User table if the column already exists in the User table. So that's what I did, used phpmya… (View Post)7 -
Re: Integrating Members List Enhanced with Custom Profile Fields
Thanks, but I figured it out. The trick was adding columns to the Users table so that the Custom Profile Field would use that instead of UserMeta. (View Post)3