Quote:
Originally Posted by Southernphuk
While I'm asking questions, figured I would get in one more.
I run VBCMPS from vbAdvaced. The notice shows up on the front/home page as well and just doesn't sit right with me. Is there any way to remove that? I like having it in the forums, galleries, etc, just don't want it on my front page.
|
You would need to modify the notices template by "wrapping" it in a set of conditionals such that it doesnt appear on whatever page you like...
i.e.
Code:
<if condition="THIS_SCRIPT != 'homepage' AND THIS_SCRIPT != 'other page'">
current code
</if>