本文整理汇总了PHP中bp_the_profile_group_field_ids函数的典型用法代码示例。如果您正苦于以下问题:PHP bp_the_profile_group_field_ids函数的具体用法?PHP bp_the_profile_group_field_ids怎么用?PHP bp_the_profile_group_field_ids使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了bp_the_profile_group_field_ids函数的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: do_action
do_action('bp_custom_profile_edit_fields');
?>
<p class="description"><?php
bp_the_profile_field_description();
?>
</p>
</div>
<?php
}
?>
<input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php
bp_the_profile_group_field_ids();
?>
" />
<?php
}
}
}
?>
</div><!-- #profile-details-section -->
<?php
do_action('bp_after_signup_profile_fields');
?>
示例2: bp_ajax_register_form_function
//.........这里部分代码省略.........
<select name="<?php
bp_the_profile_field_input_name();
?>
_year" id="<?php
bp_the_profile_field_input_name();
?>
_year">
<?php
bp_the_profile_field_options('type=year');
?>
</select>
</div>
<?php
}
?>
<?php
do_action('bp_custom_profile_edit_fields');
?>
<p class="description"><?php
bp_the_profile_field_description();
?>
</p>
</div>
<?php
}
?>
<input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php
bp_the_profile_group_field_ids();
?>
" />
<?php
}
}
}
?>
</div><!-- #profile-details-section -->
<?php
do_action('bp_after_signup_profile_fields');
?>
<?php
if (bp_get_blog_signup_allowed()) {
?>
<?php
do_action('bp_before_blog_details_fields');
?>
<?php
/***** Blog Creation Details ******/
?>
<div class="register-section clearfix" id="blog-details-section ">
<div style="display:none" class="ctrlHolder">
<p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1" checked="checked" /> <?php
示例3: _render_buddypress_account_extra_fields
//.........这里部分代码省略.........
?>
_month">
<?php
bp_the_profile_field_options('type=month');
?>
</select>
<select name="<?php
echo $field_name_esc;
?>
_year" id="<?php
echo $field_name_esc;
?>
_year">
<?php
bp_the_profile_field_options('type=year');
?>
</select>
</div>
<?php
}
?>
<?php
do_action('bp_custom_profile_edit_fields_pre_visibility');
?>
<?php
if (bp_current_user_can('bp_xprofile_change_field_visibility')) {
?>
<p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php
bp_the_profile_field_id();
?>
">
<?php
printf(_x('This field can be seen by: %s', 'This field can be seen by: {Administrator}', 'membership'), '<span class="current-visibility-level">' . bp_get_the_profile_field_visibility_level_label() . '</span>');
?>
<a href="#" class="visibility-toggle-link"><?php
_ex('Change', 'Change profile field visibility level', 'membership');
?>
</a>
</p>
<div class="field-visibility-settings" id="field-visibility-settings-<?php
bp_the_profile_field_id();
?>
">
<fieldset>
<legend><?php
_e('Who can see this field?', 'membership');
?>
</legend>
<?php
bp_profile_visibility_radio_buttons();
?>
</fieldset>
<a class="field-visibility-settings-close" href="#"><?php
_e('Close', 'membership');
?>
</a>
</div>
<?php
} else {
?>
<p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-<?php
bp_the_profile_field_id();
?>
">
<?php
printf(__('This field can be seen by: <span class="current-visibility-level">%s</span>', 'membership'), bp_get_the_profile_field_visibility_level_label());
?>
</p>
<?php
}
?>
<?php
do_action('bp_custom_profile_edit_fields');
?>
<p class="description"><?php
bp_the_profile_field_description();
?>
</p>
</div>
<?php
}
?>
<input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php
bp_the_profile_group_field_ids();
?>
">
<?php
}
?>
<?php
}
?>
</div><!-- #profile-details-section --><?php
do_action('bp_after_signup_profile_fields');
}
示例4: bp_the_profile_field_options
<?php bp_the_profile_field_options( 'type=month' ) ?>
</select>
<select name="<?php bp_the_profile_field_input_name() ?>_year" id="<?php bp_the_profile_field_input_name() ?>_year">
<?php bp_the_profile_field_options( 'type=year' ) ?>
</select>
</div>
<?php endif; ?>
<?php do_action( 'bp_custom_profile_edit_fields' ) ?>
<p class="description"><?php bp_the_profile_field_description() ?></p>
</div>
<?php endwhile; ?>
<?php do_action( 'bp_after_profile_field_content' ) ?>
<div class="submit">
<input type="submit" name="profile-group-edit-submit" id="profile-group-edit-submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> " />
</div>
<input type="hidden" name="field_ids" id="field_ids" value="<?php bp_the_profile_group_field_ids() ?>" />
<?php wp_nonce_field( 'bp_xprofile_edit' ) ?>
</form>
<?php endwhile; endif; ?>
<?php do_action( 'bp_after_profile_edit_content' ) ?>
示例5: bp_mtc_screen_two_content
function bp_mtc_screen_two_content()
{
global $bp, $wpdb, $creds, $profile_template, $groups;
?>
<p>Please select any tags that you would like to include in your followed content.</p>
<?php
if (bp_has_profile()) {
while (bp_profile_groups()) {
bp_the_profile_group();
if ('mtc' == bp_get_the_profile_group_name()) {
?>
<form action="<?php
bp_the_profile_group_edit_form_action();
?>
" method="post" id="profile-edit-form" class="standard-form <?php
bp_the_profile_group_slug();
?>
">
<?php
while (bp_profile_fields()) {
bp_the_profile_field();
?>
<fieldset<?php
bp_field_css_class('editfield');
?>
>
<div class="checkbox">
<span class="label"><?php
bp_the_profile_field_name();
?>
<?php
if (bp_get_the_profile_field_is_required()) {
_e('(required)', 'buddypress');
}
?>
</span>
<?php
bp_the_profile_field_options();
?>
</div>
<?php
do_action('bp_custom_profile_edit_fields');
?>
<p class="description"><?php
bp_the_profile_field_description();
?>
</p>
</fieldset>
<?php
}
?>
<div class="submit">
<input type="submit" name="profile-group-edit-submit" id="profile-group-edit-submit" value="<?php
_e('Save selection', 'buddypress');
?>
" />
</div>
<input type="hidden" name="field_ids" id="field_ids" value="<?php
bp_the_profile_group_field_ids();
?>
" />
<?php
wp_nonce_field('bp_xprofile_edit');
?>
</form>
<?php
}
}
}
?>
<?php
/*
if ( function_exists('xprofile_get_profile') ) :
if ( bp_has_profile() ) :
while ( bp_profile_groups() ) : bp_the_profile_group();
print_r(bp_get_the_profile_group_name());
//.........这里部分代码省略.........