[buddypress-trac] [BuddyPress] #1907: add action hook to group theme file
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Thu Feb 11 00:03:51 UTC 2010
#1907: add action hook to group theme file
-------------------------+--------------------------------------------------
Reporter: dwenaus | Owner:
Type: enhancement | Status: new
Priority: trivial | Milestone: 1.2.1
Keywords: hook, action |
-------------------------+--------------------------------------------------
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.
--
Ticket URL: <http://trac.buddypress.org/ticket/1907>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list