Replies
- Brajesh Singh on June 7, 2020 at 12:31 pm in reply to: [Resolved] Buddypress disabling system #30548
Hi Peter,
Thank you for the reply.I am glad you found the issue. The above suggested code should have printed the error. if they did not, most probably your host puts extra customizations.
From the above code, All I can guess is there was some code in your mu.php which was injecting something related to BuddyPress in the head tags of the site.
Regards
Brajesh Hi Jik,
I have updated the post. The mention was for “Gallery” upload and not activity.In case of upload from gallery, we do not keep a record of all the files uploaded client side and we do not inform server that consider these n files as single unit.It is easily doable and you do not need to create any activity. There are functions to do that.
Please search forwp_ajax_mpp_publish_gallery_mediain the code to see how it happens.Regards
Brajesh- Brajesh Singh on June 6, 2020 at 5:50 pm in reply to: [Resolved] Auto join groeps Auto List error #30538
Hi Peter,
Thank you.We can add it easily, the problem is setting expectations. If we get a few more request on the same line, we will add it.
The problem with this approach is site admins will ask for some way to add data on dashboard registration and so on. That’s why we have limited to front end.
Regards
BRajesh Hi Nik,
Thank you.Here are a few things to know:-
1. Individual file uploads are only an atomic action for the server. They don’t know if someone uploaded only 1 file or 5 files together.
For server, they do not understand what is a bulk action.To achieve a feeling of bulk upload, we store the uploaded file details on client side(in activity) and then when activity is posted, we use these file ids with the newly created update to check if there was any file uploaded and how many was there.
In other words, client re-sends the list of files uploaded earlier and now server knows it was bulk.In case of upload from gallery, we do not keep a record of all the files uploaded client side and we do not inform server that consider these n files as single unit.
We can do it by sending a new request at the end of the uploads to inform server. It is not very difficult to achieve .
Currently, my team lacks the bandwidth to have this feature added in the plugin.I hope it clarifies.
Regards
Brajesh- This reply was modified 5 years, 9 months ago by
Brajesh Singh. Reason: updated
- This reply was modified 5 years, 9 months ago by
- Brajesh Singh on June 6, 2020 at 5:42 pm in reply to: [Resolved] add extra css on a profile field #30536
Hi Bouke,
Thank you for sharing the details.Which field type are you using for that specific field?
Regards
Brajesh - Brajesh Singh on June 6, 2020 at 5:41 pm in reply to: Activity plus reloaded: Share doc/file ? #30535
Hi Lars,
Thank you for the topic.I am sorry, we do not have any plan to add it in near future. Our plans will depend on what BuddyPress team decides with respect to the attachment component.
If you want, you can use MediaPress which supports documents in the upload.
Regards
Brajesh - Brajesh Singh on June 6, 2020 at 5:33 pm in reply to: [Resolved] Plugin has no effect anymore since updated to BP 3.2 #30533
Thank you Daniel.
Regards
Brajesh - Brajesh Singh on June 6, 2020 at 5:33 pm in reply to: [Resolved] How to show new post link at blog page? #30531
You are welcome.
I am glad it worked.
Regards
Brajesh - Brajesh Singh on June 6, 2020 at 5:31 pm in reply to: [Resolved] MediaPress upload and image optimization with Robin Image Optimizer Plugin #30529
You are welcome. I am glad it worked.
Regards
Brajesh You are welcome. All the best with the solution.
Regards
Brajesh