-
Olivia posted on the forum topic Showing posts from all subdomain blogs on homepage in the group WordPress 3.0 + BuddyPress: 14 years, 2 months ago
@pcwriter
It’s working perfectly! Thanks a lot!!!! -
Olivia posted on the forum topic Showing posts from all subdomain blogs on homepage in the group WordPress 3.0 + BuddyPress: 14 years, 2 months ago
i also wanna display all posts that users posted on a home.. is there any way to do that?
-
Olivia joined the group WordPress 3.0 + BuddyPress 14 years, 2 months ago
-
Olivia posted on the forum topic How can I get a group ID that displayed user is joining? in the group Creating & Extending: 14 years, 5 months ago
Thanks ray,
I tried both<?php if ( bp_get_group_id(1) ) { echo ‘yes’; } ?>
and
<?php global $bp; if ( $bp->groups->current_group->id == 1 ) { echo ‘yes’; } ?>
but they are not working…
-
Olivia posted on the forum topic How can I get a group ID that displayed user is joining? in the group Creating & Extending: 14 years, 5 months ago
Oops, HTML tags are disappeared! I wanted to say
if( == 1){
echo ‘<div class="classA">‘;
} else {
echo ‘<div class="classB">’;
} -
Olivia started the forum topic How can I get a group ID that displayed user is joining? in the group Creating & Extending: 14 years, 5 months ago
Hello everyone, I’m very new to buddypress and PHP. I’m stuck to get a group ID that displayed user is joining. What exactly I’m trying to do is to change a CSS class if the user is joining specific group. I’m guessing it’s gonna be like this: if( == 1){ echo ‘ ‘; } else { […]
-
Olivia joined the group Creating & Extending 14 years, 5 months ago
@oliviabuddy
Not recently active