Hi, this is a great mod, but i had to change a few things to suit my website needs.
This is what i changed within the xml file (highlighted in red):
Code:
<if condition="$vboptions[zh_restrict_type]==1">
<if condition="is_browser(ie)">
<script type="text/javascript">
alert("This website require's Mozilla Firefox! Reason: Internet Explorer does not show the true layout of this website so we ask you to download Mozilla Firefox from here: http://www.mozilla.com/en-US/firefox. Thanks for you patience, now please press 'OK' to contiune to www.yoursite here.com")
window.location = "http://www.yoursite here.com"()
</script>
</if> </if>
What do you think?