-
Paul Gibbs posted on the forum topic BP-Smilies-Mod: 10 Easy Steps to add smilies/emoticons to your commentbox in the group Creating & Extending: 14 years, 10 months ago
And this thread is pretty much a year old. And is being closed.
-
Paul Gibbs posted on the forum topic How to import Groups / Forums / Topics / Members in the group Installing BuddyPress: 14 years, 10 months ago
As long as you keep the various column IDs consistent, it ought to work. Take a look in site and usermeta, there are a few keys there which you will need to copy as well (totals, etc)
-
Paul Wong-Gibbs posted a new activity comment 14 years, 10 months ago
What exactly do you think BuddyPress is doing that it shouldn’t? It’s very tricky to get a succinct understanding of your problem from that wp.org post.
-
Paul Gibbs posted on the forum topic Creating Sub ( Child ) Pages in the group How-To and Troubleshooting: 14 years, 10 months ago
Our in-development version of BuddyPress has had its theme updated for this and many other issues. If you’re familiar with SVN, you can grab a copy from https://svn.buddypress.org/trunk/ — if not, check out a live demo site at http://testbp.org
-
Paul Gibbs posted on the forum topic Fatal error: Class 'BB_Query' not found in the group How-To and Troubleshooting: 14 years, 10 months ago
This is caused by your customisation, so I can’t offer a magic wand. The error means BuddyPress is expecting that bbPress has loaded and is trying to use it, but in fact it hasn’t been loaded. This is almost certainly an incorrect path somewhere.
-
Paul Gibbs posted on the forum topic Fatal error: Class 'BB_Query' not found in the group How-To and Troubleshooting: 14 years, 10 months ago
I think there’s a path you’ll need to change in bb-config.php
-
Paul Gibbs posted on the forum topic Achievements with BP-Album in the group Achievements: 14 years, 10 months ago
If you couldn’t find an action in BP-Album for image deletion, you’ll need to get the authors to add one in for you
-
Paul Gibbs posted on the forum topic Theme Development on Trunk in the group Creating & Extending: 14 years, 10 months ago
The trick would be to find an action that happens after functions.php is loaded but before wp_print_style() happens. But, I’ve just remembered, as you’re talking about trunk, the bp_dtheme_enqueue_styles() is a pluggable function.
function bp_dtheme_enqueue_styles() {}should stop it
-
Paul Gibbs posted on the forum topic When you delete a member manually do all of their forum posts get deleted? in the group How-To and Troubleshooting: 14 years, 10 months ago
Are you on BP 1.2.8? I think we may have fixed this in trunk, it rings a bell. Best to report it on https://buddypress.trac.wordpress.org/ please so we can check it out. Let us know version numbers of WP/BP that you are using at the moment.
-
Paul Gibbs posted on the forum topic Settings > Start Page > Link to Edit Profile in the group Welcome Pack: 14 years, 10 months ago
Erm, no 🙁 I haven’t had time to devote to Welcome Pack in the last few months. We have a public holiday on Monday here in the UK, I will at the very least look at the Welcome Pack code and see what the status is, and update here.
-
Paul Wong-Gibbs posted a new activity comment 14 years, 10 months ago
Hi
The status of that ticket is we need someone to test and recreate the problem on our latest development version. If it’s broken, then it’s a valid bug which we’ll fix for the next version. I have a suspicion it may have been addressed by the 4306 changeset, but have not had time to try to recreate the issue myself.
-
Paul Gibbs posted on the forum topic Problems with BuddyPress and User Role Management in the group How-To and Troubleshooting: 14 years, 10 months ago
What does it say in your web server’s PHP error log?
-
Paul Gibbs posted on the forum topic wrong character-set (utf-8 incident) in activity-comments after ajax-refresh in the group How-To and Troubleshooting: 14 years, 10 months ago
Ah hah. Well done for figuring it out.
-
Paul Gibbs posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 10 months ago
This thread is over a year and a half old. Please create a new topic for new problems.
-
Paul Gibbs posted on the forum topic Theme Development on Trunk in the group Creating & Extending: 14 years, 10 months ago
It should. Where are you calling it? Probably you are removing before it’s being added.
-
Paul Gibbs posted on the forum topic Please give me your oppinions – I broke the rules. in the group Creating & Extending: 14 years, 10 months ago
Creating a duplicate theme isn’t a problem. Like any other non-child theme, if any new features are added to BP or WP in the theme, you’ll need to add manually to your theme if you want to have them.
-
Paul Gibbs posted on the forum topic When you delete a member manually do all of their forum posts get deleted? in the group How-To and Troubleshooting: 14 years, 10 months ago
Not accurate. Anything that happens on delete in BP should hook into both situations. If it doesn’t, it’s a bug.
-
Paul Gibbs posted on the forum topic Call to arms – Own your task in the group Requests & Feedback: 14 years, 10 months ago
If those template functions are similar, I don’t see a problem changing it, but get_template_part() fires an action, but it doesn’t let you filter things. What’s the benefit?
EDIT: any way, make a patch, and we’ll look at it.
-
Paul Gibbs posted on the forum topic Theme Development on Trunk in the group Creating & Extending: 14 years, 10 months ago
Never edit core!
If you want to totally stop bp-default parent loading its default.css etc, use this in your child’s functions.php:
remove_action( 'wp_print_styles', 'bp_dtheme_enqueue_styles', 11 ); -
Paul Gibbs posted on the forum topic Tag ”valign” crashed in BuddyPress Default theme in the group How-To and Troubleshooting: 14 years, 10 months ago
While this is a general CSS query, we need a link to your site/demo page to see the specifics. Can you share?
- Load More
@djpaul
Active 1 month, 2 weeks ago