Skip to:
Content

BuddyPress.org

Opened 18 years ago

Closed 17 years ago

Last modified 17 years ago

#245 closed enhancement (fixed)

Need a hook to insert data near extended profile

Reported by: Jehy Owned by:
Priority: minor Milestone:
Component: Version:
Severity: 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
17 years ago

  • Resolutionfixed
  • Status newclosed

There is a hook in there now.

#2 @(none)
17 years ago

  • Milestone Future Enhancements

Milestone Future Enhancements deleted

Note: See TracTickets for help on using tickets.