mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed registration process;
- fixed tooltips for profile menu; - changed readme.txt;
This commit is contained in:
@@ -545,4 +545,10 @@ font-weight: normal;
|
||||
|
||||
.um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio{
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
@media (min-width: 880px) {
|
||||
.um-profile-nav-item .um-tip-n {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -589,6 +589,8 @@ if ( ! class_exists( 'User' ) ) {
|
||||
|
||||
update_user_meta( $this->id, 'submitted', $submitted );
|
||||
|
||||
$this->update_profile( $submitted );
|
||||
|
||||
do_action('um_after_save_registration_details', $this->id, $submitted );
|
||||
|
||||
}
|
||||
|
||||
@@ -650,17 +650,40 @@
|
||||
?>
|
||||
|
||||
<div class="um-profile-nav-item um-profile-nav-<?php echo $id; ?> <?php if ( ! um_get_option( 'profile_menu_icons' ) ) { echo 'without-icon'; } ?> <?php if ( $id == $active_tab ) { echo 'active'; } ?>">
|
||||
<a href="<?php echo $nav_link; ?>" <?php if ( um_get_option( 'profile_menu_icons' ) ) { ?>class="um-tip-n"<?php } ?> title="<?php echo $tab['name']; ?>" original-title="<?php echo $tab['name']; ?>">
|
||||
<?php if ( um_get_option( 'profile_menu_icons' ) ) { ?>
|
||||
<a href="<?php echo $nav_link; ?>" class="um-tip-n uimob500-show uimob340-show uimob800-show" title="<?php echo $tab['name']; ?>" original-title="<?php echo $tab['name']; ?>">
|
||||
|
||||
<i class="<?php echo $tab['icon']; ?>"></i>
|
||||
<i class="<?php echo $tab['icon']; ?>"></i>
|
||||
|
||||
<?php if ( isset( $tab['notifier'] ) && $tab['notifier'] > 0 ) { ?>
|
||||
<span class="um-tab-notifier uimob500-show uimob340-show uimob800-show"><?php echo $tab['notifier']; ?></span>
|
||||
<?php } ?>
|
||||
<?php if ( isset( $tab['notifier'] ) && $tab['notifier'] > 0 ) { ?>
|
||||
<span class="um-tab-notifier uimob500-show uimob340-show uimob800-show"><?php echo $tab['notifier']; ?></span>
|
||||
<?php } ?>
|
||||
|
||||
<span class="uimob500-hide uimob340-hide uimob800-hide title"><?php echo $tab['name']; ?></span>
|
||||
<span class="uimob500-hide uimob340-hide uimob800-hide title"><?php echo $tab['name']; ?></span>
|
||||
|
||||
</a>
|
||||
</a>
|
||||
<a href="<?php echo $nav_link; ?>" class="uimob500-hide uimob340-hide uimob800-hide" title="<?php echo $tab['name']; ?>" original-title="<?php echo $tab['name']; ?>">
|
||||
|
||||
<i class="<?php echo $tab['icon']; ?>"></i>
|
||||
|
||||
<?php if ( isset( $tab['notifier'] ) && $tab['notifier'] > 0 ) { ?>
|
||||
<span class="um-tab-notifier uimob500-show uimob340-show uimob800-show"><?php echo $tab['notifier']; ?></span>
|
||||
<?php } ?>
|
||||
|
||||
<span class="uimob500-hide uimob340-hide uimob800-hide title"><?php echo $tab['name']; ?></span>
|
||||
|
||||
</a>
|
||||
<?php } else { ?>
|
||||
<a href="<?php echo $nav_link; ?>" title="<?php echo $tab['name']; ?>" original-title="<?php echo $tab['name']; ?>">
|
||||
|
||||
<?php if ( isset( $tab['notifier'] ) && $tab['notifier'] > 0 ) { ?>
|
||||
<span class="um-tab-notifier uimob500-show uimob340-show uimob800-show"><?php echo $tab['notifier']; ?></span>
|
||||
<?php } ?>
|
||||
|
||||
<span class="uimob500-hide uimob340-hide uimob800-hide title"><?php echo $tab['name']; ?></span>
|
||||
|
||||
</a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
@@ -41,6 +41,7 @@ Read about all of the plugin's features at [Ultimate Member](https://ultimatemem
|
||||
|
||||
Ultimate Member has a range of extensions that allow you to extend the power of the plugin
|
||||
|
||||
* [Private Content](https://ultimatemember.com/extensions/private-content/) - Display private content to logged in users that only they can access
|
||||
* [Instagram](https://ultimatemember.com/extensions/instagram/) - Allow users to show their Instagram photos on their profile
|
||||
* [User Tags](https://ultimatemember.com/extensions/user-tags/) - Lets you add a user tag system to your website
|
||||
* [Social Activity](https://ultimatemember.com/extensions/social-activity/) - Let users create public wall posts & see the activity of other users
|
||||
|
||||
Reference in New Issue
Block a user