Ok, you are supposed to be going to the forums page unless you go to the url
http://ichaichagutless.5.forumer.com/index.php?act=home. Yet, you can easily make it so the normal url is set to go to the portal (IP Dynamic Lite) page first.
In order to do this, you need to add this code:
Go to
Admin CP > Skins and Templates > HTML Templates > Manage HTML > Global HTML Elements > Board Header
And add this code to the top of the coding:
Code:
<script language='JavaScript' type="text/javascript">
<!--
if (! document.referrer.match("{ibf.script_url}") ) {
window.location = '{ibf.script_url}act=home';
}
//-->
</script>
This code was found
here.
Hope this helped!