[buddypress-trac] [BuddyPress] #3767: 1.5.1: Activity stream for private groups displayed to everyone!
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Thu Dec 15 20:07:56 UTC 2011
#3767: 1.5.1: Activity stream for private groups displayed to everyone!
---------------------------+------------------------------
Reporter: johjoergensen | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Groups | Version: 1.5.1
Severity: critical | Resolution: worksforme
Keywords: |
---------------------------+------------------------------
Comment (by boonebgorges):
Well, you can run a sql query. It will look something like this. (Assuming
here that your group id is 67, and that the prefix on your db tables is
wp_.)
{{{UPDATE wp_bp_activity SET hide_sitewide = 1 WHERE component = 'groups'
AND item_id = 67;}}}
WARNING! If you are going to run direct queries, do a backup first! Do not
simply cut and paste what I've written here, as there is no UNDO - show it
first to a friend who understands MySQL!!!
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3767#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list