mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
first sync
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>">
|
||||
|
||||
<div class="um-form">
|
||||
|
||||
<form method="post" action="">
|
||||
|
||||
<?php do_action('um_account_page_hidden_fields', $args ); ?>
|
||||
|
||||
<div class="um-account-side">
|
||||
|
||||
<?php do_action('um_account_user_photo_hook', $args ); ?>
|
||||
|
||||
<?php do_action('um_account_display_tabs_hook', $args ); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="um-account-main" data-current_tab="<?php echo $ultimatemember->account->current_tab; ?>">
|
||||
|
||||
<?php
|
||||
|
||||
foreach( $ultimatemember->account->tabs as $k => $arr ) {
|
||||
|
||||
foreach( $arr as $id => $info ) { extract( $info );
|
||||
|
||||
if ( um_get_option('account_tab_'.$id ) == 1 || $id == 'general' ) {
|
||||
|
||||
echo '<div class="um-account-tab um-account-tab-'.$id.'" data-tab="'.$id.'">';
|
||||
do_action("um_account_tab__{$id}", $info );
|
||||
echo '</div>';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
</div><div class="um-clear"></div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,27 @@
|
||||
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>" data-error_required="This field is required" data-password_not_match="Passwords do not match" data-password_not_long="Password must be 8 characters at least">
|
||||
|
||||
<div class="um-form">
|
||||
|
||||
<form method="post" action="" autocomplete="off">
|
||||
|
||||
<?php
|
||||
|
||||
do_action("um_before_form", $args);
|
||||
|
||||
do_action("um_before_{$template}_fields", $args);
|
||||
|
||||
do_action("um_main_{$template}_fields", $args);
|
||||
|
||||
do_action("um_after_form_fields", $args);
|
||||
|
||||
do_action("um_after_{$template}_fields", $args);
|
||||
|
||||
do_action("um_after_form", $args);
|
||||
|
||||
?>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>" data-error_required="This field is required" data-password_not_match="Passwords do not match" data-password_not_long="Password must be 8 characters at least">
|
||||
|
||||
<div class="um-form">
|
||||
|
||||
<?php $args = apply_filters('um_members_directory_arguments', $args ); ?>
|
||||
|
||||
<?php do_action('um_members_directory_search', $args ); ?>
|
||||
|
||||
<?php do_action('um_members_directory_head', $args ); ?>
|
||||
|
||||
<?php do_action('um_members_directory_display', $args ); ?>
|
||||
|
||||
<?php do_action('um_members_directory_footer', $args ); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,9 @@
|
||||
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>">
|
||||
|
||||
<div class="um-notification">
|
||||
|
||||
<?php echo $this->custom_message; ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,11 @@
|
||||
<div id="um_dynamic_content" style="display:none">
|
||||
|
||||
<div class="um-modal-header">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="um-modal-body">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,35 @@
|
||||
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>" data-error_required="This field is required" data-password_not_match="Passwords do not match" data-password_not_long="Password must be 8 characters at least">
|
||||
|
||||
<div class="um-form">
|
||||
|
||||
<form method="post" action="">
|
||||
|
||||
<?php do_action('um_profile_header_cover_area', $args ); ?>
|
||||
|
||||
<?php do_action('um_profile_header', $args ); ?>
|
||||
|
||||
<div class="um-profile-body">
|
||||
|
||||
<?php
|
||||
|
||||
do_action("um_before_form", $args);
|
||||
|
||||
do_action("um_before_{$template}_fields", $args);
|
||||
|
||||
do_action("um_main_{$template}_fields", $args);
|
||||
|
||||
do_action("um_after_form_fields", $args);
|
||||
|
||||
do_action("um_after_{$template}_fields", $args);
|
||||
|
||||
do_action("um_after_form", $args);
|
||||
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,27 @@
|
||||
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>" data-error_required="This field is required" data-password_not_match="Passwords do not match" data-password_not_long="Password must be 8 characters at least">
|
||||
|
||||
<div class="um-form">
|
||||
|
||||
<form method="post" action="">
|
||||
|
||||
<?php
|
||||
|
||||
do_action("um_before_form", $args);
|
||||
|
||||
do_action("um_before_{$template}_fields", $args);
|
||||
|
||||
do_action("um_main_{$template}_fields", $args);
|
||||
|
||||
do_action("um_after_form_fields", $args);
|
||||
|
||||
do_action("um_after_{$template}_fields", $args);
|
||||
|
||||
do_action("um_after_form", $args);
|
||||
|
||||
?>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user