Skip to:
Content

bbPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1250 closed enhancement (fixed)

do_action( 'bb_query_form' ) is not very useful

Reported by: mdawaffe's profile mdawaffe Owned by:
Milestone: 1.0.3 Priority: normal
Severity: normal Version: 1.1-alpha
Component: Back-end Keywords: BB_Query
Cc:

Description

I don't know how the bb_query_form action called in bb-includes/class.bb-query.php can be used. The function building up a string variable to later echo. Calling an action in the middle of that doesn't allow you to change the string.

Incoming patch adds a filter.

bb_query_form_inputs: append markup to form prior to submit button.

It's implemented conservatively (it doesn't allow the rest of the form to be modified).

It could easily be made more powerful later on further feedback.

Change History (3)

#1 @mdawaffe
16 years ago

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

(In [2399]) Add bb_query_form_inputs filter to allow additional form inputs in BB_Query_Form. Fixes #1250.

#2 @mdawaffe
16 years ago

By "feedback" I meant "discussion". Was listening to some bad speakers at the time....

No parallels intended :)

#3 @GautamGupta
16 years ago

  • Milestone changed from 1.1 to 1.0.3
Note: See TracTickets for help on using tickets.