-
Luca Foss posted on the forum topic Finding Multiple Issues With $bp global variable.. in the group How-To and Troubleshooting: 13 years, 9 months ago
okay…I think I can figure it out from here…thanks..
-
Luca Foss posted on the forum topic Finding Multiple Issues With $bp global variable.. in the group How-To and Troubleshooting: 13 years, 9 months ago
Okay… please excuse my amateurism, but if you’re indirectly saying that you can create an object “signup” without creating a class for it, this is a new lesson for me..(?)…( I’m fairly new to OOP 🙂 )… My next question is how did you search for
$bp->site_options
?…I’m thinking this way may be new to me […] -
Luca Foss started the forum topic Finding Multiple Issues With $bp global variable.. in the group How-To and Troubleshooting: 13 years, 9 months ago
please correct me if I’m wrong, but in my post yesterday someone advised me to look at bp-corebp-core-signup.php to look for a specific object ($bp->signup) that is heavily involved with the registration process so I can study how it works. ..only to find that
$bp->signup
, doesn’t exist…and neither does$bp->site_options
… In other words,…[Read more] -
Luca Foss started the forum topic There's No "signup" object for $bp global variable… in the group How-To and Troubleshooting: 13 years, 9 months ago
I don’t see it in the object makeup.. I’m creating a standalone registration page (regardless of the login status it appears). Apparently the code functions according to the status of
bp_get_current_signup_step()
, which relies on the global object $bp. So I want to tweak the code to do what I want it to do, but$bp->signup->step
[…] -
Luca Foss posted on the forum topic Register Fields Not Reading "Second Group" In Admin Panel.. in the group How-To and Troubleshooting: 13 years, 9 months ago
okay…I solved it….thanks…
-
Luca Foss posted on the forum topic Register Fields Not Reading "Second Group" In Admin Panel.. in the group How-To and Troubleshooting: 13 years, 9 months ago
I followed the latter of the suggestion..it was the easiest because all of the conditional statements are to much to follow…but the error I’m getting now is
Fatal error: Call to a member function profile_groups() on a non-object in…
[Read more] -
Luca Foss started the forum topic Register Fields Not Reading "Second Group" In Admin Panel.. in the group How-To and Troubleshooting: 13 years, 9 months ago
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’ […] -
Luca Foss joined the group How-To and Troubleshooting 13 years, 9 months ago
@luca-foss
Not recently active