Mr Lucky Well-known member Mar 29, 2024 #1 Currently you can easily view the template name by using javascript:(function(){XF.flashMessage($('html').data('template'),%2012000)}()) in a browser bookmark This no longer works with 2.3 Does anyone know a way to do this?
Currently you can easily view the template name by using javascript:(function(){XF.flashMessage($('html').data('template'),%2012000)}()) in a browser bookmark This no longer works with 2.3 Does anyone know a way to do this?
Solution Jeremy P Mar 29, 2024 javascript:XF.flashMessage(document.querySelector('html').dataset.template, 5000)
Jeremy P XenForo developer Staff member Mar 29, 2024 #2 javascript:XF.flashMessage(document.querySelector('html').dataset.template, 5000) Upvote 3 Downvote Solution