-
Jeanmeslier posted on the forum topic Showing Only the Members of the Newest group in the group Creating & Extending: 13 years, 10 months ago
Ok, figured it out after much searching and head scratching. Simple really.
instead of
-
Jeanmeslier started the forum topic Showing Only the Members of the Newest group in the group Creating & Extending: 13 years, 10 months ago
Hello, I also published this in Support and Troubling Shooting, but perhaps this forum is more appropriate. What I would like to do is call up the group_id of the newest group and save it as a PHP variable, and then run that variable through the group members loop to display only the members of […]
-
Jeanmeslier joined the group Creating & Extending 13 years, 10 months ago
-
Jeanmeslier started the forum topic Showing Only the Members of the Newest group in the group How-To and Troubleshooting: 13 years, 10 months ago
Hello, I hope this is the right forum to post in. What I would like to do is call up the group_id of the newest group and save it as a PHP variable, and then run that variable through the group members loop to display only the members of the latest group. This is what […]
-
Jeanmeslier joined the group How-To and Troubleshooting 13 years, 10 months ago
-
Jeanmeslier posted on the forum topic Calling the album loop on the User's Profile in the group BuddyPress Media: 13 years, 10 months ago
OK, so it was pretty simple actually. I just copied the album query template from bp-album/includes/template/album/all-images.php to the area I wanted it to appear and changed this:
$args = false; // Do *not* change this
to this:
$args = $currentuser;
where
$currentuser = bp_displayed_user_id();
-
Jeanmeslier started the forum topic Calling the album loop on the User's Profile in the group BuddyPress Media: 13 years, 10 months ago
Hello, I am using 1.8.7 and I’ve found how to call up the site-wide album on the user’s profile page, but what I would like to do is call up only the user’s album on the user’s page, and also have that particular album displayed even when the user is not logged in. It seems […]
-
Jeanmeslier joined the group BuddyPress Media 13 years, 10 months ago
@jeanmeslier
Not recently active