View Single Post
Old 03-31-2008, 01:57 AM   #2 (permalink)
MasterVision
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 691
Bank: 4,247
Total fBuck$: 4,938

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: Redirecting to IPDL portal page

AdminCP->|--HTML Templates->Manage HTML->Board Index Page Top

Add the following on top
Code:
<script language='JavaScript' type="text/javascript">
<!--
if (! document.referrer.match("{ibf.script_url}") ) {
window.location = 'http://YOURFORUM.forumer.com/index.php?act=home';
}
//-->
</script>
It should work... good luck
MasterVision is offline