Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#245 closed enhancement (fixed)

Need a hook to insert data near extended profile

Reported by: jehy's profile Jehy Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords: profile, plugin, action
Cc:

Description

Please,add an action hook in wp-content\member-themes\buddypress-member\profile\index.php on line 26:

it would be nice to add to

<?php bp_get_profile_header() ?>

line like

<?php bp_get_profile_header();
do_action('show_form_additionsl_fields'); ?>

Or some another title for action - it would allow easy integration with xprofile for third party plugins (like mine).

It takes just a moment, so pleeease...

Change History (2)

#1 @apeatling
16 years ago

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

There is a hook in there now.

#2 @(none)
16 years ago

  • Milestone Future Enhancements deleted

Milestone Future Enhancements deleted

Note: See TracTickets for help on using tickets.