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 …
Month: September 2020
SMF Using Nginx to enable special variables
I came up with this little trick while working with my SMF installs. I wanted to be able to present $db_show_debug to myself but not others. There are many ideas involved in this including waiting until we loaded enough of the user profile to check if they are a admin and then enabling it. However …