mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Update 1.2.98
This commit is contained in:
@@ -135,6 +135,17 @@
|
||||
color: #888;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1124px){
|
||||
.redux-sidebar .redux-group-tab-link-a i {
|
||||
position: relative;
|
||||
top: auto;
|
||||
}
|
||||
.redux-sidebar .redux-group-menu li a {
|
||||
text-align: center;
|
||||
padding: 6px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.redux-sidebar .redux-menu-warning i, .redux-sidebar .redux-menu-error i, .redux-sidebar .hasSubSections .extraIconSubsections i {
|
||||
top: 11px;
|
||||
}
|
||||
|
||||
@@ -327,6 +327,7 @@ class UM_Admin_Users {
|
||||
|
||||
if ( $this->custom_role == $column_name ) {
|
||||
|
||||
delete_option( "um_cache_userdata_{$user_id}" );
|
||||
um_fetch_user( $user_id );
|
||||
return um_user('role_name');
|
||||
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
<?php
|
||||
|
||||
$premium['private-messages'] = array(
|
||||
'url' => 'https://ultimatemember.com/extensions/private-messages/',
|
||||
'image' => 'https://ultimatemember.com/wp-content/uploads/2015/05/privatemessages-01-copy.png',
|
||||
'name' => 'Private Messages',
|
||||
'desc' => 'Add a private messaging system to your site and allow users to privately message each other. Perfect for websites where users needly to interact one on one.',
|
||||
);
|
||||
|
||||
$premium['followers'] = array(
|
||||
'url' => 'https://ultimatemember.com/extensions/followers/',
|
||||
'image' => 'https://ultimatemember.com/wp-content/uploads/2015/04/followers-01-copy.png',
|
||||
'name' => 'Followers',
|
||||
'desc' => ' With the followers extension you can increase user interaction on your site by allowing users to follow each other.',
|
||||
'desc' => 'With the followers extension you can increase user interaction on your site by allowing users to follow each other.',
|
||||
);
|
||||
|
||||
$premium['profile-completeness'] = array(
|
||||
|
||||
Reference in New Issue
Block a user