-
Paul Gibbs posted on the forum topic WordPress database error Unknown column 'feed' in 'where clause' for query in the group How-To and Troubleshooting: 15 years, 1 month ago
Does this occur on the default theme? After you’ve disabled all plugins? Or have you customised your activity loop in some way? (looks like the activity stream item permalink/single page template)
-
Paul Gibbs posted on the forum topic Networked Sites issue with viewing activity details or editing profile/avatar in the group How-To and Troubleshooting: 15 years, 1 month ago
I know that the avatar-on-non-root-sites problem has been fixed in the development build (trunk) of BuddyPress.
-
Paul Gibbs posted on the forum topic New group members do not get the correct rights in the group BP GTM System: 15 years, 1 month ago
Urgh. BuddyPress has a different code path for joining a group directly vs accepting an invitation. I’m rewriting welcome pack for bp 1.3 but that obviously won’t be ready until after 1.3 is out 🙂 I think this is probably best addressed in core, but later I will see if there’s a bit you can […]
-
Paul Gibbs posted on the forum topic BuddyPress Privacy: Can we get it in core? in the group Requests & Feedback: 15 years, 1 month ago
I’m closing this topic as picking on individuals is not acceptable on this site.
-
Paul Gibbs posted on the forum topic New group members do not get the correct rights in the group BP GTM System: 15 years, 1 month ago
@svenl77 Are you using the Welcome Pack “WELCOME_PACK_AUTOACCEPT_INVITATIONS” setting? What happens if you invite a user to a group, and then, with that user, accept the group invitation? Does GTM still break?
-
Paul Gibbs posted on the forum topic Rating-Widget integration in the group Achievements: 15 years, 1 month ago
Which rating widgets do you have in mind? Popular ones only 🙂
-
Paul Gibbs posted on the forum topic New group members do not get the correct rights in the group BP GTM System: 15 years, 1 month ago
Looking.
-
Paul Gibbs posted on the forum topic http://premium.wpmudev.org/ Legitamate? in the group Creating & Extending: 15 years, 2 months ago
Yep, wpmudev is fine.
-
Paul Gibbs posted on the forum topic Missions Plugin in the group Requests & Feedback: 15 years, 2 months ago
You should be able to use https://wordpress.org/extend/plugins/achievements/ as a starting point.
-
Paul Gibbs posted on the forum topic Frontend menu links in Buddypress not working in the group How-To and Troubleshooting: 15 years, 2 months ago
I can’t get into your blog posts, which means you’ve got a bigger rewrite problem. Revert to the twentyten theme, disable BuddyPress and then fix the rewrite permalinks; best place to ask for / research common problems with WordPress is at https://wordpress.org/support/
-
Paul Gibbs posted on the forum topic “bp-default” parent theme in the group Installing BuddyPress: 15 years, 2 months ago
BP-Default is only distributed within the main BuddyPress plugin, which lives at https://wordpress.org/extend/plugins/buddypress/. You will need BuddyPress for BP-Default to work.
-
Paul Gibbs posted on the forum topic bp-core widgets don't work in the group How-To and Troubleshooting: 15 years, 2 months ago
You’ll need to include the /buddypress/bp-themes/bp-default/_inc/ajax.php
-
Paul Gibbs posted on the forum topic BuddyPress Privacy: Can we get it in core? in the group Requests & Feedback: 15 years, 2 months ago
It’s not as if we aren’t aware.
-
Paul Gibbs posted on the forum topic using buddypress multiblog ”true” and register process in the group How-To and Troubleshooting: 15 years, 2 months ago
Yeah, it only works on the main site because of a decision made by Andy Peatling a long time ago. There’s a lengthy trac ticket. Next time I come across it, we’ll see if it is an easy change.
-
Paul Gibbs posted on the forum topic Dynamic achievemenet: Donation amount in the group Achievements: 15 years, 2 months ago
You could make an achievement on-the-fly for each donator, but that would clutter up the directory very quickly. It’s straightforward to give a donation as long as the paypal plugin? lets you fire a WordPress action after a successful donation. You could then filter on the description text and inserting the custom value (donation amount) […]
-
Paul Gibbs posted on the forum topic Subdomain options in the group How-To and Troubleshooting: 15 years, 2 months ago
Only by editing the activity stream posts. The activity stream is generated once and then read from the database, as to generate it “live” each time would hurt the database too much.
-
Paul Gibbs posted on the forum topic Subdomain options in the group How-To and Troubleshooting: 15 years, 2 months ago
In wp-config.php, add:
define ( 'BP_ENABLE_ROOT_PROFILES', true ); -
Paul Gibbs posted on the forum topic Using the WordPress Login and Register pages instead of BuddyPress in the group How-To and Troubleshooting: 15 years, 2 months ago
If you want to disable BP’s registration and user account activation pages: In your functions.php or in a custom plugin:
remove_action( 'wp', 'bp_core_screen_signup', 3 ); -
Paul Gibbs posted on the forum topic Multiple achievements feature in the group Achievements: 15 years, 2 months ago
Yes. I need to think about if the person would get the same badge graphic each time, or only once.
-
Paul Gibbs posted on the forum topic BuddyPress Privacy: Can we get it in core? in the group Requests & Feedback: 15 years, 2 months ago
@joshua_d Yes, I’ve seen an earlier version.
- Load More
@djpaul
Active 1 month, 2 weeks ago