Thanks again for the suggestion; after talking to my client, what they’d like to do is have people identify themselves as a “certified trainer” (or not) upon registration, and enter their certification number. Then the system should basically assume they’re telling the truth and send them out a confirmation and a password, which would grant them access to their protected pages on the site. When the client gets the message that there is a new member, and that they’ve identified themselves as certified, they’ll check the number, and if it’s not accurate they’ll block the access and contact the registrant to confirm the number in person.
So what I’d like to do is have people who identify themselves as “certified” on registration be automatically upgraded to level 1 when they log back in, which I’m thinking could be done with custom capabilities, but after spending some hours trying to figure out how to do that, I’m still stuck.
I’ve added the registration fields that will identify a “certified’ user, and I’ve been able to use the [S2Get…] shortcode to display their information on the screen when they log in, but I don’t know the syntax for the shortcode (or php) to use that information to write a conditional something like “if user_field ‘certification’ = “true” then level=1″.
Can someone help me with this? Thanks!