Quote:
Originally Posted by frogster
Not sure if you can help with this but would you be able to tell me what coding I would have to input there in order for the message not to show on the CMS section? Sorry I know nothing about coding and thanks in advance.
|
Sure, in the template welcome_headers change:
Code:
<vb:if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'">
To:
Code:
<vb:if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'blog' ">