Plugin: BuddyPress Docs

Join this plugin group to follow comments, support topics and reviews.

Group members cannot edit docs (4 posts)

Started 7 months, 1 week ago by: pcwriter

  • Profile picture of pcwriter pcwriter said 7 months, 1 week ago:

    @boonebgorges

    I just installed bp-docs on WP3.2.1+BP1.5 but users cannot edit any docs, even the ones they create :-(
    I’ve tried setting edit permissions (in the UI) for all members or just the doc creator, both with my custom theme and bp-default, but no luck.
    Any ideas?

  • Profile picture of Boone Gorges Boone Gorges said 7 months, 1 week ago:

    @pcwriter

    I can’t reproduce the problem directly, but I see what *might* be causing it. Try putting the following lines in buddypress-docs/includes/integration-groups.php, around 317, just after } else {:

    if ( empty( $doc_settings[$action] ) ) {
    	$doc_settings[$action] = 'group-members';
    }

    Let me know if that helps. If so, I’ll push out a change.

  • Profile picture of pcwriter pcwriter said 7 months, 1 week ago:

    @boonebgorges

    Thank you… that worked.
    Users can now edit docs and set permissions. :-)

  • Profile picture of Boone Gorges Boone Gorges said 7 months, 1 week ago:

    @pcwriter Great, thanks for testing. Going to push out a bugfix version now.