#3610 closed defect (bug) (fixed)
bp_groups_auto_join() defaults to false, should be true?
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | 1.5.1 | Priority: | normal |
Severity: | major | Version: | 1.5 |
Component: | Groups | Keywords: | dev-feedback has-patch |
Cc: |
Description
Is bp_groups_auto_join() supposed to default to true?
(I believe it was true in BP 1.2.x.) Because it currently defaults to false:
http://buddypress.trac.wordpress.org/browser/tags/1.5/bp-groups/bp-groups-loader.php#L218
When it defaults to false, this causes some issues with the "Add a reply" form on group topic pages.
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
02.patch adds a check to see if a user is logged in. If logged-in, display the "New Reply" link in the subnav on topic pages.