Message Text |
I'm not sure when this happened since I use it on a page that I do not access often, but the following if statement worked at one time and now it is no longer working.
<IF {MEMBERISGUEST} or {MEMBERUSERGROUP} is NOT 3>
<script language="javascript">
location.replace("http://www.highaspirations.com/portal/")
</script>
</IF>
It should forward anyone who visits the page and is not part of the admin usergroup back to the index page, but the page should load correctly for admins. Instead it is forwarding admins back as well. |