Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#2128 closed defect (bug) (fixed)

missing action hook in forum directories

Reported by: dwenaus's profile dwenaus Owned by: dwenaus's profile dwenaus
Milestone: 1.2.4 Priority: normal
Severity: Version:
Component: Forums Keywords: has-patch
Cc:

Description

In the file bp-themes/bp-default/forums/forums-loop.php there is a helpful bp_directory_forums_extra_cell action hook
however it is missing a corresponding action hook in the head of the table (where all the th cells are).

adding
<?php do_action( 'bp_directory_forums_extra_cell_head' ) ?> after line 32 would be helpful.

This will help my recent plugin buddypress rate forum posts work better.

Attachments (1)

2128_forum_head.diff (555 bytes) - added by dwenaus 15 years ago.

Download all attachments as: .zip

Change History (6)

#1 @dwenaus
15 years ago

  • Keywords has-patch added

diff is tested and works.

#2 @dwenaus
15 years ago

  • Keywords added
  • Owner set to dwenaus
  • Status changed from new to assigned

#3 @dwenaus
15 years ago

  • Keywords removed

#4 @dwenaus
14 years ago

  • Component set to Forums
  • Milestone changed from 1.3 to 1.2.4
  • Priority changed from minor to normal

please add this into 1.2.4

#5 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [2895]) Fixes #2128 props dwenaus

Note: See TracTickets for help on using tickets.