Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#4979 closed defect (bug) (fixed)

Group component should only set "old forum" activity actions if old forum is active.

Reported by: imath's profile imath Owned by: r-a-y's profile r-a-y
Milestone: 1.7.2 Priority: normal
Severity: normal Version: 1.7
Component: Groups Keywords: has-patch
Cc:

Description

Hi,

I've noticed in BuddyPress 1.7.1 and it's still there in the trunk i've just updated on my dev environment (version 1.8-bleeding-6931) that in the function groups_register_activity_actions() of the file buddypress/bp-groups/bp-groups-activity.php 2 activity actions related to old forum component are set by default.
As a result, in the activity admin area (i love it ;) ), these 2 actions are available in the type selectbox when editing an activity even if the old forum is not activated.
I think, it would be better if these type of activities would only be available if the "old forum" is active and only in this case.

So i suggest to apply the diff attached to this ticket to be sure these type of activities are set if they need to.

FYI, I ran some tests activating the "old forum" from the "retired" tab on a fresh install of 1.7.1 ( btw i was pretty surprised i needed to manually include buddypress()->plugin_dir .'bp-forums/deprecated/1.7.php' in order to complete the old bbpress installation and that the repair message to alert the component needs a directory page didn't show up ) and it seems to work the right way.

Then i made some other tests with bbPress 2.3.1 activated and again it seems to work fine. And in this case i really think the two types of activities ( old forum 'new_forum_topic' & old forum 'new_forum_post' ) are a bit confusing for the administrator when editing the activity from the activity admin area especially in the case of a group forum.

Attachments (1)

4979.diff (994 bytes) - added by imath 11 years ago.

Download all attachments as: .zip

Change History (4)

@imath
11 years ago

#1 @r-a-y
11 years ago

  • Component changed from Activity to Groups
  • Keywords 2nd-opinion removed
  • Milestone changed from Awaiting Review to 1.7.2

Good catch, imath!

I think we should also add a check for BP_Forums_Component class because the legacy forums and bbPress share the same identifier.

About installing the legacy forums, see #4999. Check it out and let me know what you think.

#2 @r-a-y
11 years ago

  • Owner set to r-a-y
  • Resolution set to fixed
  • Status changed from new to closed

In 7075:

Only register legacy forum activity actions if the legacy forums are active.

Fixes #4979. Props imath.

#3 @r-a-y
11 years ago

In 7077:

Only register legacy forum activity actions if the legacy forums are active.

Fixes #4979. Props imath.

Note: See TracTickets for help on using tickets.