@dndog: You mean the Control Panel Logs, when somebody do something via this hack, it still be recorded to the CP logs
@SaN-DeeP: Defaultly, I set it to show the shortcuts only for someone can see the Admin link at the bottom, but if you want it more specific, you can do this
Do the main installing part, after that, do this
In the postbit or postbit_legacy you've edited
Find:
Code:
<if condition="$show['admincplink']">
Replace with:
Code:
<if condition="($bbuserinfo[usergroupid] == XX OR $bbuserinfo[usergroupid] == XX)">
and
XX for the usergroupid that you want to be shown these shortcuts.