Replies
- Brajesh Singh on April 21, 2022 at 3:24 am in reply to: [Resolved] BuddyPress Activity Privacy #44501
Hi Giuseppe,
Thank you. - Brajesh Singh on April 21, 2022 at 12:45 am in reply to: Mediapress with Buddypress – User Galleries not uploading images (jpg) #44499
Hi Jerise,
Can you please temporarily disable the minify plugin? It seems that is causing some js error and breaking it.Please let me know once you have done it. we can test and then you can exclude the MediaPress from minimize.
Regards
Brajesh - Brajesh Singh on April 21, 2022 at 12:39 am in reply to: Multinetwork activated only on certain subsites #44498
Hi Pedro,
Thank you for the question.I don’t see that as the possibility.
If you need a global network, I am assuming that you will need to have BuddyPress network active? If yes, then you can not activated BuddyPress on sub sites.
If your goal is to have the main site list all members and sub sites only specific to the site, That should happen already as we do not scope members on main site.
Regards
Brajesh - Brajesh Singh on April 21, 2022 at 12:28 am in reply to: [Resolved] Cannot ACCEPT friendship requests #44497
Hi Ann,
Welcome to BuddyDev support forums.Can you please send a request to the test account and let me know. I can check why it does not work.
No, you do not need to do anything in the admin to enable it. You already have the friends component enabled.
Regards
Brajesh - Brajesh Singh on April 21, 2022 at 12:23 am in reply to: [Resolved] When uploading multiple images, Group Activities Notifier notifies for EACH img. #44496
Thank you.
I will share the code after checking BuddyBoss.Regard
Brajesh Hi Dale,
I was planning to use a disposable email for testing.I had a look and I do see that registration is disabled. Please provide me a temporary guest account in that case.
Thank you
BrajeshHi Dale,
Thank you for the log.I don’t see any of the notices above causing it.
There are 2 notices from MediaPress( undefined index and compact). Both of these notices are fixed in ur development version available on github. It is awaiting a release pending some comprehensive test.
Rest of the noticxe is thrown due to one of your plugins incorrectly enqueing script.
From your log, It seems the push notification and activity relations for bp are responsible for other notices.
Please disable the debug and link me to your site. I will register a guest account and check the upload to assist you further.
Thank you
BrajeshHi Dale,
1. The error is very generic and use by pluploader to show when something goes wrong and It can not identify the cause(If you are using our development version from github, Please do let me know, In that case, we have dropped the old style uploader and will need to look through the newer implementation).Is normal uploader from WordPress media upload (Dashboard->Add Media) screen working?
Can you also provide me last few lines of your error log to identify it.2. We do have a plugin for allowing collaboration. It is in beta. The plugin will probably be a pro plugin, so I can not share a direct download link here.
Do you want to give it a try? If yes, I can share a copy via google drive.
Regards
Brajesh- Brajesh Singh on April 18, 2022 at 7:27 pm in reply to: BuddyPress Xprofile Custom Field Types Country – add Country to list #44472
Hi Chris,
Hope you are doing well.
I am sorry, I posted in wrong topic about the solution.Please upgrade to 1.2.2 and add the following code
// add extra country to the country field dropdown. add_filter( 'bpxcftr_countries_list', function ( $countries ) { $countries['XK'] = __( 'Kosovo', 'bp-xprofile-custom-field-types' ); // sort alphabetically by keys. ksort( $countries ); return $countries; } );That will add the country.
Regards
Brajesh - Brajesh Singh on April 18, 2022 at 7:25 pm in reply to: BuddyPress Xprofile Custom Field Types: Tags field #44471
Hi scoob ,
I am very sorry, my previous reply was not intended for this topic.Regards
Brajesh