Hello ! Thanks for this hack. Could you add a new functionality that will allow to turn off the welcome headers with vBulletin Blog. It would be perfect
For those who wants to do it manually :
open "welcome_headers" template and search :
Code:
<if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'">
then replace with
Code:
<if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'blog'">