Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1907 closed enhancement (wontfix)

add action hook to group theme file

Reported by: dwenaus's profile dwenaus Owned by:
Milestone: 1.2.3 Priority: trivial
Severity: Version:
Component: Keywords: hook, action
Cc:

Description

But I'd like to request a new do_action hook in the default theme for this file:

/buddypress/bp-themes/bp-default/groups/groups-loop.php

directly after this line:
<?php if ( bp_has_groups( bp_dtheme_ajax_querystring( 'groups' ) ) ) : ?>

it would make sense to add something like:

<?php do_action( 'bp_after_groups_query' )

that way one can change the values of $groups_template after it is set but before it is displayed.

Change History (4)

#1 @dwenaus
15 years ago

  • Milestone changed from 1.2.1 to 1.2

#2 @DJPaul
15 years ago

  • Milestone changed from 1.2 to 1.2.1

1.2 is in feature-freeze.

#3 @dwenaus
15 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

#4 @dwenaus
15 years ago

i found another way to accomplish my plugin without this action hook

Note: See TracTickets for help on using tickets.