Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#5484 closed enhancement (fixed)

Activity dashboard - Add 'action' column

Reported by: r-a-y's profile r-a-y Owned by: r-a-y's profile r-a-y
Milestone: 2.0 Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Cc:

Description

The activity dashboard is pretty cool, but could use an 'action' column to determine what type of activity the current row is.

Change History (2)

#1 @r-a-y
10 years ago

In 8192:

Introduce bp_activity_admin_get_activity_actions().

This function walks through all currently registered activity actions
and returns a flattened array of the activity actions.

Format returned is:

Array(

'activity_update' => 'Posted a new status update',
...

)

See #5484

#2 @r-a-y
10 years ago

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

In 8193:

Activity dashboard: Add 'action' column.

This commit adds an 'Action' column to the activity dashboard. This
will give better context to the administrator when viewing the
dashboard.

Fixes #5484

Note: See TracTickets for help on using tickets.