SMF Using Cookies to show debugger

There is a way to use cookies to show the debugger in SMF. This does require modifications of your code and generally is being used for positioning in customized site setups First off, you will need to place some code on your site. You can use $context[‘user’][‘is_admin’] to hide and show it. You will need …