-
cyberthread posted on the forum topic bp_group_member_id as parameter value in the group How-To and Troubleshooting 13 years, 4 months ago
This is what I came up with (it works), but I am not sure it is efficient.
$profileParemeter = “user_id=”;
ob_start();
bp_group_member_id();
$memberId = ob_get_clean();
$finalParemeter =$profileParemeter.$memberId;
[…] -
cyberthread posted on the forum topic bp_group_member_id as parameter value in the group How-To and Troubleshooting 13 years, 4 months ago
I just realized that the example of what I want disappeared in the process of posting.
Conceptually, this is what I want:
bp_has_profile(bp_group_member_id())
-
cyberthread started the forum topic bp_group_member_id as parameter value in the group How-To and Troubleshooting 13 years, 4 months ago
I’m sure what I am trying to do is relatively easy, but I am stuck after multiple hours of experimentation. I think I am essentially having a PHP syntax problem (I am a PHP noob).
What I would like to be able to do, conceptually, […]
@cyberthread
Not recently active