[buddypress-trac] [BuddyPress Trac] #6757: Empty Groups appear in Extended Profile on WP Admin causing error during save
buddypress-trac
noreply at wordpress.org
Tue Dec 1 05:49:39 UTC 2015
#6757: Empty Groups appear in Extended Profile on WP Admin causing error during
save
----------------------------------+------------------------------
Reporter: garrett-eclipse | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Component - XProfile | Version: 2.4.0
Severity: normal | Resolution:
Keywords: |
----------------------------------+------------------------------
Comment (by garrett-eclipse):
Note: I attempted to correct my Buddypress instance by wrapping the
add_meta_box in a check using bp_profile_group_has_fields:
{{{#!php
<?php
if ( bp_profile_group_has_fields() ) {
}}}
However this returned false always so hide all field groups in the WP
Admin, seems to only function while on the front-end.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6757#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list