-
Henry Wright replied to the topic BP Members not showing; Order By missing Alphabetical filter in the forum How-to & Troubleshooting 11 years ago
That does sound strange. Did you restore both your database and files? If you did both, you should be seeing the 15 front-end members again.
-
lindb kwisen's profile was updated 11 years ago
-
Brian Cruikshank replied to the topic Create Cover Photos using the new BP_Attachment API in the forum Creating & Extending 11 years ago
So I’ve taken a stab at it and gotten the tab to show in the correct place, but my Cover_Photo_Attachment attachment class still is not uploading images and I’m not sure why. Trying to follow the great work of @imath and the BP_Attachment documentation.
Also having trouble trying to get the Avatar UI to show for a nice upload experience. Is it…[Read more]
-
Henry Wright replied to the topic Question About Best Setup in the forum Installing BuddyPress 11 years ago
We need Groups and also Private Groups
I’d activate the Groups component.
Need to be able to upload face pictures
With BuddyPress, uploading profile photos is possible by default.
Hope this helps?
-
Hugo Ashmore replied to the topic Buddypress Invitations PHP/SQL Error in the forum How-to & Troubleshooting 11 years ago
? Increase the max execution time for scripts, it’s a PHP ini setting, although why it’s struggling with 20 sends is another matter that will be done to your server or plugins.
-
Henry Wright replied to the topic Create Cover Photos using the new BP_Attachment API in the forum Creating & Extending 11 years ago
Hi @brianbws,
You’ll need to
extendtheBP_Attachmentclass with your own subclass. See the BP_Attachment article for more info. -
Brian Cruikshank started the topic Create Cover Photos using the new BP_Attachment API in the forum Creating & Extending 11 years ago
How would I go about adding a new menu item next to “Change Profile Photo” called “Change Cover Photo” that would allow users to create to set a cover photo using the new BP_Attachment API? Ideally users could also crop the photo to a certain ratio like they do avatars.
-
Henry Wright replied to the topic admin-ajax.php high wait time on pingdom test in the forum How-to & Troubleshooting 11 years ago
Not that I know of. Have a read of How to Take Control of The WordPress Heartbeat API for an overview of the performance issues associated with it.
-
malcol mbridget's profile was updated 11 years ago
-
Henry Wright replied to the topic Buddypress notifications not working in the forum How-to & Troubleshooting 11 years ago
It seems this is in-progress. See 6057 for updates.
-
Henry Wright replied to the topic Buddypress notifications not working in the forum How-to & Troubleshooting 11 years ago
That indicates Kleo may be causing the email problem.
Regarding the web-notifications, can you test again but this time use TwentyFifteen and deactivate all plugins (aside from BP).
-
Henry Wright replied to the topic How to customize labels ? in the forum How-to & Troubleshooting 11 years ago
Glad to see you’ve managed to solve the problem yourself.
-
Henry Wright replied to the topic admin-ajax.php high wait time on pingdom test in the forum How-to & Troubleshooting 11 years ago
Looking through your list of active plugins, it’s likely one or more are using admin-ajax.php. You should try identify which of them are a) using the resource and b) how often. The Heartbeat API is known to put pressure on admin-ajax.php so perhaps check if any are using that as well.
-
Henry Wright replied to the topic filter option: groups I created only in the forum Ideas 11 years ago
Hi @alvin341965,
There’s a function that will help you do that. It’s called
groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after<?php while ( bp_groups() ) : bp_the_group(); ?>you could add something like this:if ( ! groups_is_user_creator(…[Read more] -
Henry Wright replied to the topic filter option: groups I created only in the forum Ideas 11 years ago
Hi @alvin341965,
There’s a function that will help you do that. It’s called
groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after<?php while ( bp_groups() ) : bp_the_group(); ?>you could add something like this:if ( ! groups_is_user_creator(…[Read more] -
Henry Wright replied to the topic filter option: groups I created only in the forum Ideas 11 years ago
Hi @alvin341965,
There’s a function that will help you do that. It’s called
groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after<?php while ( bp_groups() ) : bp_the_group(); ?>you could add something like this:if ( ! groups_is_user_creator(…[Read more] -
Henry Wright replied to the topic filter option: groups I created only in the forum Ideas 11 years ago
Hi @alvin341965,
There’s a function that will help you do that. It’s called
groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after<?php while ( bp_groups() ) : bp_the_group(); ?>you could add something like this:if ( ! groups_is_user_creator(…[Read more] -
Henry Wright replied to the topic filter option: groups I created only in the forum Ideas 11 years ago
Hi @alvin341965,
There’s a function that will help you do that. It’s called
groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after<?php while ( bp_groups() ) : bp_the_group(); ?>you could add something like this:if ( ! groups_is_user_creator(…[Read more] -
Henry Wright replied to the topic Buddypress notifications not working in the forum How-to & Troubleshooting 11 years ago
Hi @sylkitt
The support forum of the Kleo theme told me it is not a theme problem but a Buddypress one.
Possibly, but let us be sure. Can you activate TwentyFifteen and test again?
-
Henry Wright replied to the topic How to customize labels ? in the forum How-to & Troubleshooting 11 years ago
Hi @rodne
Which parts of the process are you struggling with?
- Load More