-
Nathan Todd's profile was updated 8 years, 2 months ago
-
Nik started the topic Cannot update cover image in the forum How-to & Troubleshooting 8 years, 2 months ago
WordPress Version 4.94
BuddyPress Version 2.9.3
Theme Twenty Seventeen
No other plug-ins installedMessage received when editing/updating cover image from profile – “There was a problem uploading the cover image.
Image appears to be uploaded to the correct upload folder, but profile is not updated.
Downgrading to BuddyPress Version 2.9.2…[Read more]
-
David Cavins replied to the topic Temporary Groups in the forum Creating & Extending 8 years, 2 months ago
Hi @plumis–
A group will always have an admin (the person who created it), so I’m not sure about your criteria for deletion, but deleting groups is straightforward. You’re going to need to add some cron jobs that run every fifteen minutes, then find the groups your want to delete (based on your criteria). Something like this:
[Read more]
// Get recently… -
David Cavins replied to the topic Custom Profile Filters for BuddyPress question in the forum How-to & Troubleshooting 8 years, 2 months ago
Can you post the URL of a page that returns a “page not found” error?
-
David Cavins replied to the topic Help.. Accidentally Deleted Base (Primary) Group in Profile Fields in the forum Miscellaneous 8 years, 2 months ago
You could probably write something, but I’d use the built-in tool at the profile > settings > general.
-
David Cavins replied to the topic Disable 'Last Active' time since member logged in? in the forum How-to & Troubleshooting 8 years, 2 months ago
I’d override the template by copying the existing template at
wp-content/plugins/buddypress/src/bp-templates/bp-legacy/buddypress/members/single/member-header.phpand adding it to my theme at:
buddypress/members/single/member-header.phpAdd a permissions check around the block you’re wanting to restrict access to (something like this):
`
<?php…[Read more] -
David Cavins replied to the topic Changing Email Content based on Situation (Taxonomy) in Code in the forum Creating & Extending 8 years, 2 months ago
Are you sure that
get_the_ID()works in that situation (it has to be used in a loop)? What happens if you access the ID like this:
global $post;
$terms = get_the_terms( $post->ID, 'bp-email-type' );
-
Kiril D's profile was updated 8 years, 2 months ago
-
Tom Makel's profile was updated 8 years, 2 months ago
-
Sebastien SERRE replied to the topic How to display the content on member page in the forum How-to & Troubleshooting 8 years, 2 months ago
Try this https://wordpress.org/plugins/bp-display-content/ for multiple reasons, I stopped working on BP.
Hope it allways work -
Renato Alves replied to the topic Alternative to Xprofile in the forum Creating & Extending 8 years, 2 months ago
BuddyPress is alive! 🙂
-
Renato Alves replied to the topic How do i get all the xprofile data from only userid? in the forum Requests & Feedback 8 years, 2 months ago
You can use the REST API for that: https://github.com/buddypress/BP-REST/
It is still a work in progress. But usable.
-
Facebook Contact Help Number's profile was updated 8 years, 2 months ago
-
saintdome's profile was updated 8 years, 2 months ago
-
David Strunt's profile was updated 8 years, 3 months ago
-
David Strunt's profile was updated 8 years, 3 months ago
-
David Wanks's profile was updated 8 years, 3 months ago
-
David Wanks's profile was updated 8 years, 3 months ago
-
Adams Wanks's profile was updated 8 years, 3 months ago
-
Julian started the topic Font Awesome 5 in the forum Miscellaneous 8 years, 3 months ago
Hi there,
This is just a quick question for anyone in the BuddyPress developer community. Are there any plans of updating BuddyPress’ files to display font awesome version 5.x?
Thank you,
Julian - Load More