-
Matthew replied to the question How to display last 5 tagged photo's in another template in the forum BuddyBoss Media 9 years, 7 months ago
looking for a good answer for this @vapvarun
-
Matthew replied to the question Remove Social Stuff in the forum Boss. theme 9 years, 7 months ago
this was a great post – thanks
-
Matthew replied to the question How to display last 5 tagged photo's in another template in the forum BuddyBoss Media 9 years, 7 months ago
That I understand will be valuable in the future. What I am looking to understand for a current client (timeline = this week) is how to pull these specific items:
a) the last 5 that the member uploaded?
b) the last 5 that were uploaded by my friends?I looked through the code sent and cannot isolate the args you are passing to filter for those two sets.
-
Matthew replied to the question How to display last 5 tagged photo's in another template in the forum BuddyBoss Media 9 years, 7 months ago
thank you very much varun
this displays both the last 5 tagged photo’s
How do I display
a) the last 5 that the member uploaded?
b) the last 5 that were uploaded by my friends? -
Matthew and
Varun Dubey (Admin) are now friends 9 years, 7 months ago
-
Matthew replied to the question How to display last 5 tagged photo's in another template in the forum BuddyBoss Media 9 years, 7 months ago
thanks – still nothing, tho
-
Matthew and
TJ Chester (Admin) are now friends 9 years, 7 months ago
-
Matthew replied to the question How to display last 5 tagged photo's in another template in the forum BuddyBoss Media 9 years, 7 months ago
Anyone have anything on this?
-
Matthew replied to the question How to display last 5 tagged photo's in another template in the forum BuddyBoss Media 9 years, 7 months ago
short codes are fine as well on this one
-
Matthew changed their profile picture 9 years, 7 months ago
-
Matthew replied to the question How to get arg for 'What are you up to' Form in the forum Boss. theme 9 years, 7 months ago
to follow-up on this thread, here is what I have found for BP 2.0+.
The first code bracket will display the last status. The second will create the form to update the status.
<?php
[Read more]
$user_id = get_current_user_id();
$update = get_usermeta( $user_id, 'bp_latest_update' );
echo $update['content'];
echo "<br/>";
?>
<?php
if (… -
Matthew changed their profile picture 9 years, 7 months ago
-
Matthew started the question How to display last 5 tagged photo's in another template in the forum BuddyBoss Media 9 years, 7 months ago
Looking to display the last 5 photos for a specific user in a custom template.
Please assist.
-
Matthew started the question How to get arg for 'What are you up to' Form in the forum Boss. theme 9 years, 7 months ago
I am trying to display the member’s last status update (entered from the activity screen). In the boss theme it is in the ‘What are you up to’ form.
Using bp_update_user_last_activity( $user_id ); function as stated from the buddy press 2.0 api.
Thanks for the assistance.
-
Matthew started the question Boss & S2Member Shortcodes in the forum Boss. theme 9 years, 8 months ago
I am trying to use the [s2Member-Pro-PayPal-Form] short code and all it is doing is displaying the text. Any ideas?
-
Matthew replied to the question Display Profile Data (Avatar) On New Page Template in the forum Boss. theme 9 years, 8 months ago
The community site we are building has a number of other features such as creating events. The managers of the community wanted to have a custom designed page for their members that will display a mashup of a lot of different info similar to BP, but with some other info.
I figured out how to get the avatar. Thanks for the reply tho.
-
Matthew started the question Display Profile Data (Avatar) On New Page Template in the forum Boss. theme 9 years, 8 months ago
I am using the Boss theme to create community site and I would like to have a custom dashboard that provides the member with only select features. I am having an issue pulling the avatar and profile data in the traditional way from BuddyPress.
Currently using:
– BP Version 2.3.2.1
– S2Member
– The BossThanks