Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#463 closed defect (bug) (fixed)

Hook before and after the forum post form

Reported by: nicolagreco's profile nicolagreco Owned by: nicolagreco's profile nicolagreco
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)

#1 @nicolagreco
16 years ago

  • Type changed from enhancement to defect

#2 @apeatling
16 years ago

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

#3 @(none)
16 years ago

  • Milestone Default Member Theme 1.0 deleted

Milestone Default Member Theme 1.0 deleted

Note: See TracTickets for help on using tickets.