Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2139 closed enhancement (fixed)

Add new do_action before forum topics loop on Forums directory

Reported by: r-a-y's profile r-a-y Owned by:
Milestone: 1.5 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

Would be nice to see a new do_action before the forum topics loop begins on the Forums directory page.

This is to allow theme designers to hook additional content right after the [h3].

On line 68 of /bp-themes/forums/index.php, change:

<form action="" method="post" id="forums-directory-form" class="dir-form">

to:

<?php do_action( 'bp_before_directory_forums_topic_loop' ) ?>

<form action="" method="post" id="forums-directory-form" class="dir-form">

Name the do_action whatever you want!

Change History (2)

#2 @boonebgorges
14 years ago

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

(In [3401]) Adds do_action hooks before and after the forums directory form. Fixes #2139. Props r-a-y

Note: See TracTickets for help on using tickets.