-
Paul Gibbs posted on the forum topic Forums Posting Problems: The definitive post in the group How-To and Troubleshooting: 15 years, 2 months ago
Unless, of course, bb-config.php had valid connection details but it was looking in the wrong database. Not that I’ve wasted hours on that one before 🙂
-
Paul Gibbs posted on the forum topic Group Kick and Ban doesn't ban from forums in the group How-To and Troubleshooting: 15 years, 2 months ago
Known bug. I fixed this in https://trac.buddypress.org/changeset/3537/ which will be part of BuddyPress 1.3.
-
Paul Gibbs posted on the forum topic I changed register slug in BP. WP still points to the old, incorrect one in the group How-To and Troubleshooting: 15 years, 2 months ago
Where and how have you changed it
-
Paul Gibbs posted on the forum topic Issue with BuddyPress pages and alignment in the group Installing BuddyPress: 15 years, 2 months ago
@mercime Basically the build of BuddyPress software on this website is pretty old. It has a bug where it doesn’t check for missing closing tags. As I have admin permission on the site, I went in and edited the post and corrected the markup. Don’t worry, this bug was fixed in the release versions of BuddyPress […]
-
Paul Gibbs posted on the forum topic Getting Custom Post Types to Record Activity in the group How-To and Troubleshooting: 15 years, 2 months ago
Here’s an example that @boonebgorges recently provided for someone else with a similar question; http://pastebin.com/kNqTrRzc
-
Paul Gibbs posted on the forum topic New theme – BuddyBuilder in the group Creating & Extending: 15 years, 2 months ago
Good job
-
Paul Gibbs posted on the forum topic Creating custom pages in the group Creating & Extending: 15 years, 2 months ago
Or take a look at an existing WordPress plugin that adds a page in the same area that does you want, and try to reverse engineer it. My Achievements (https://wordpress.org/extend/plugins/achievements) plugin is quite well documented 😉
-
Paul Gibbs posted on the forum topic My buddypress will not send any mails! User registration not possible, please help :/ in the group How-To and Troubleshooting: 15 years, 2 months ago
BuddyPress uses the WordPress mailing routines. It’s probably due to a higher quantity of emails that your BuddyPress site is trying to send, vs WordPress.
-
Paul Gibbs posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 15 years, 2 months ago
bp_get_the_topic_post_poster_name() will only work inside a bp_has_forum_topic_posts() loop (i.e. the loop to get all the posts for that particular forum topic). forums-loop.php uses the bp_has_forum_topics() loop instead (i.e. the loop to get the list of all the posts in that forum). I don’t think there’s a built-in function to get what you want,…[Read more]
-
Paul Wong-Gibbs posted a new activity comment 15 years, 2 months ago
Maybe we can ask JJJ or Andy in the next developer chat if it’s practical to reset that test site, or at least clear the activity stream. Must be lots of spam in it 🙂
-
Paul Gibbs posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 15 years, 2 months ago
Yes; as I said up, have a look in /buddypress/bp-xprofile.php. There is a xprofile_set_field_data().
-
Paul Gibbs posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 15 years, 2 months ago
The theme lives in /buddypress/bp-themes/bp-default.
You *could* move out bp-default and put it into /themes/, for example.
-
Paul Gibbs posted on the forum topic Issue with BuddyPress pages and alignment in the group Installing BuddyPress: 15 years, 2 months ago
I had to guess the URL as the edit link was obscured, but all’s fixed now 🙂 it annoys me so much that that is possible
-
Paul Gibbs posted on the forum topic Issue with BuddyPress pages and alignment in the group Installing BuddyPress: 15 years, 2 months ago
Dudes!
-
Paul Gibbs posted on the forum topic Value of users' "website" field? in the group How-To and Troubleshooting: 15 years, 2 months ago
You’re welcome
-
Paul Gibbs posted on the forum topic How to make "Profile" the default tab without editing wp-config? in the group How-To and Troubleshooting: 15 years, 2 months ago
So, file a bug report if you feel it should work in functions.php 🙂
-
Paul Gibbs posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 15 years, 2 months ago
Yes. Have a test install of BuddyPress and look at the “Profile Field Setup” menu item underneath the main “BuddyPress” menu in wp-admin to see what you can do with the profile fields.
Per my previous post, the registration form is at /bp-default/registration/register.php. Copy that into your (child?) theme, preserving directory structure.
-
Paul Gibbs posted on the forum topic How to make "Profile" the default tab without editing wp-config? in the group How-To and Troubleshooting: 15 years, 2 months ago
Just what’s linked to in the previous post:
if ( ! defined( 'BP_DEFAULT_COMPONENT' ) )
define( 'BP_DEFAULT_COMPONENT', 'profile' ); -
Paul Gibbs posted on the forum topic Value of users' "website" field? in the group How-To and Troubleshooting: 15 years, 2 months ago
I think this in functions.php will do it;
remove_filter( 'comments_array', 'bp_core_filter_comments', 10, 2 ); -
Paul Gibbs posted on the forum topic How to make "Profile" the default tab without editing wp-config? in the group How-To and Troubleshooting: 15 years, 2 months ago
Are you able to sneak the setting in at the top of functions.php? Or is this for a plugin you’re developing?
- Load More
@djpaul
Active 1 month, 3 weeks ago
Lets worry about buddypress.org first. it is far more need of attention than testbp 🙂
testbp is flooded with spammers, if you haven’t noticed, much worse than here, and buddypress.org has nothing to worry about 🙂