Register Fields Not Reading “Second Group” In Admin Panel..
-
I created a second group in the admin panel called “Professional Information” and I noticed that the code says:
`
…(whatever)
`
where I think profile_group_id=1 is the first group….so I created another group in the admin panel and began adding fields..so I figured I need add a conditional that says:
` if ( bp_has_profile( ‘profile_group_id=2’ ) )`
but I know that the second group isn’t identified by “id” because the code isn’t reading any
tags that I place after the conditional statement..it just jumps/skips to the bottom and adds the submit button…so how do I identify additional groups in the admin panel for the register fields?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Register Fields Not Reading “Second Group” In Admin Panel..’ is closed to new replies.