Installed and working.
One area of possible correction for me regarding changing the fields.
You said that in
"
Step 4:
******
In postbit (and/or postbit_legacy) template, find:
<if condition="$post['editlink']">
Above it, paste:
<!-- panic button v1.0.4 by Mosh Shigdar -->
<if condition="$bbuserinfo[field7] == On"><a href="$bbuserinfo[field8]"><img src="$stylevar[imgdir_misc]/panic.gif" border="0" alt="Boss Key" /></a></if>
<!-- end of panic button -->
NOTE: Replacing field5 with the Field ID from Step 2, and field6 with the Field ID from Step 3.
You are all done
"
This confused me a bit trying to figure out where the heck field 5 and 6 were located. I figured out that you meant to say replace the code [field7] with the Field ID from Step 2 and [field8] with the Field ID from step 3 and it worked. In my case, the code now reads [field21] and [field22] respectively.
Hope that helps the next guy.