#463 closed defect (bug) (fixed)
Hook before and after the forum post form
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | ||
Cc: | notsecurity@… |
Description
I need 2 hooks that could be ever useful for others :D
a hook before and a hook after the forum post forms like in wires
59 <div id="post-topic-reply"> 60 <p><?php _e( 'Add a reply:', 'buddypress' ) ?></p> 61 <textarea name="reply_text" id="reply_text"></textarea> 62 <p class="submit"><input type="submit" name="submit_reply" id="submit" value="<?php _e( 'Post Reply', 'buddypress' ) ?>" /></p> 63 64 <?php wp_nonce_field( 'bp_forums_new_reply' ) ?> 65 </div>
thanks,
Nicola
Change History (3)
Note: See
TracTickets for help on using
tickets.
Milestone Default Member Theme 1.0 deleted