Juanga Molina
Forum Replies Created
-
Hi Toby,
your fix works for me, thank you very much for sharing it, you’re a debugging boss.
Regards.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Document upload only works for adminHi,
you need change the line $group = new BP_Groups_Group((int)@$_POST[‘group_id’]); to $group = new BP_Groups_Group((int)@$_POST[‘group_id’],array(‘populate_extras’=>true)); in wp-content/plugins/buddypress-activity-plus/lib/bpfb_group_documents.php
with this, the members can upload documents, but the activity loop don’t show this, only show the admin’s upload documents activity. I still don’t know how to fix this.I hope this can help you.
regards.
Hi, now I’ve the same problem in my site than rhysbonney, the document upload (using yzqiang’s fix) and the activity loop show the documents uploaded by the super user, but not the documents uploaded by members.
Buddypress 2.2.0
BP Group Documents 1.9.1
Buddypress Activity Plus 1.6.1regards.
Forum: Plugins
In reply to: [BP Group Documents] Problems with buddypress Activity plusHi Toby, thanks for your answer, had found a similar solution, apparently the problem is caused by the bp_group_is_member () function, right now I do not remember what I did to fix it but it was something similar.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Problems with bp groups documents integrationHi @wpmu DEV,
I apologize for the delay in response, I’ll let the screenshots requested, hope they are helpful. https://www.dropbox.com/sh/l3tyt5cm9zlsjri/AACoR67Vy4p1DqedOFkcSJzTa?dl=0
Regards.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Problems with bp groups documents integrationhi @wpmu DEV,
As was mentioned at the beginning of the post, I’m doing the tests locally, in the production environment have the same problem but my superiors did not allow me to give you access the site (I know that complicates things, but they are the bosses), I hope to provide them another way to solve the problem.
Thanks again