-
Henry replied to the forum topic HOw to add a payment to registration form in the group How-To and Troubleshooting 12 years, 5 months ago
I have used Shopp in the past, very good support and a reliable product.
Also mentioned above ‘S2Member’ looks perfect for BuddyPress websites
-
Henry started the forum topic Is there a template tag to display the 'send private message' button? in the group How-To and Troubleshooting 12 years, 5 months ago
On the profile page there are three buttons
1. send private message
2. add friend
3. send public messageDoes anyone know if there are template tags for these? i’d like to be able to display each button […]
-
Henry started the forum topic Get date when a user started following another user in the group BuddyPress Followers 12 years, 5 months ago
Is it possible to get the date that a ‘following event’ took place. For example, I’d like the activity feed to have entries such as:
“Member 1 started following Member 2 on 14 June 2011”
-
Henry started the forum topic Add activity stream entry 'User A is now following User B' in the group BuddyPress Followers 12 years, 5 months ago
Is it possible to add an activity stream entry each time someone follows someone?
perhaps something like “User A is now following User B”
-
Henry replied to the forum topic Badges/awards/achievements/endorsements for member profile pages in the group Requests & Feedback 12 years, 5 months ago
+1 from me too. A recognition plugin where members can invite friends to give them praise would be a fantastic feature.
-
Henry joined the group Requests & Feedback 12 years, 5 months ago
-
Henry replied to the forum topic Conditional Template Tag in the group BuddyPress Followers 12 years, 5 months ago
@Fanoop did you manage to find out if there is a bp_is_followers_component() or something similar?
Was going to suggest you use this
( bp_is_current_component( ‘followers’ )
-
Henry started the forum topic Is there a plugin which works like Facebook's Like or Twitter's Follow button? in the group Creating & Extending 12 years, 5 months ago
Does anyone know if there is a plugin out there which lets you offer your members a button which they can display on their website. When the button is clicked by one of their users their member profile on my site […]
-
Henry joined the group Creating & Extending 12 years, 5 months ago
-
Henry replied to the forum topic Facebook-like Profile Page with Latest Photos, Videos? in the group How-To and Troubleshooting 12 years, 5 months ago
You could try the BuddyPress Activity Plus plugin (has 32,963 downloads and 5 * rating from 35 votes)
https://buddypress.org/community/groups/buddypress-activity-plus/I’d be interested to hear if […]
-
Henry replied to the forum topic Display follower and following count in the group BuddyPress Followers 12 years, 5 months ago
Thanks @Hugo
functions.php is a good idea… i’ll do that so it can be reused throughout the theme.
-
Henry replied to the forum topic Display follower and following count in the group BuddyPress Followers 12 years, 5 months ago
OK here’s my attempt which works for me:
http://pastie.org/4001587If there is an easier way (or a way which is better practice) then let me know :}
-
Henry replied to the forum topic Display follower and following count in the group BuddyPress Followers 12 years, 5 months ago
It does. I’m not currently using the default menu so don’t get the Followers [2] Following [2]. I have come up with this to get the following count
Now just working on […]
-
Henry started the forum topic Display follower and following count in the group BuddyPress Followers 12 years, 5 months ago
Hi guys
I am using the following to get the total number of friends a logged in user has.
friends_get_total_friend_count( $user_id = bp_loggedin_user_id()
How could I get the total number of followers a […]
-
Henry joined the group BuddyPress Followers 12 years, 5 months ago
-
Henry replied to the forum topic What is the purpose of do_action('bp_after_message_content') in the group How-To and Troubleshooting 12 years, 5 months ago
Ah, I see now & I can see where using these would be useful – there is no need to edit the WordPress/BuddyPress core.
The part I couldn’t get my head around was why you wouldn’t just place […]
-
Henry replied to the forum topic What is the purpose of do_action('bp_after_message_content') in the group How-To and Troubleshooting 12 years, 5 months ago
@shanebp I only ever post in the forums once i’ve Googled/read the Codex and still not fully understood a topic. Apologies if i’ve asked lots of questions today, your help has been much appreciated :}
-
Henry replied to the forum topic Create new template which can display member profile fields in the group How-To and Troubleshooting 12 years, 5 months ago
members-overview.php only loads when i put locate_template( array( ‘members/single/members-overview.php’), true ); into member-header.php and then display the member profile page.
I need to get […]
-
Henry started the forum topic What is the purpose of do_action('bp_after_message_content') in the group How-To and Troubleshooting 12 years, 5 months ago
I see snippets of php such as do_action( ‘bp_after_message_content’ ) or do_action( ‘bp_before_message_content’ ) everywhere in the template files. What do these snippets actually do?
-
Henry replied to the forum topic Create new template which can display member profile fields in the group How-To and Troubleshooting 12 years, 5 months ago
Thanks shanebp but I do need to create members-overview.php.
How can I insert profile data into this file once i’ve created it?
bp_get_profile_field_data( ‘field=Location’ ); doesn’t seem to work so I am […]
- Load More
@thirstcard
Not recently active