That's a great point, and wrapping the bottome code in a conditional is something I overlooked, thank you! This is a better way to do it.
Original post is updated with the new code.
To fix your existing navbar template:
Find:
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(7))">
Replace with:
Code:
<if condition="$show['admincplink']">
Find:
Code:
<!-- Admin Tools Menu Element -->
Add Below:
Code:
<if condition="$show['admincplink']">
Find:
Code:
<!-- /Admin Tools Menu Element -->
Add above: