Here is an alternative which gives the same result:
Edit ADMIN/index.php, find:
PHP Code:
<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</b></b></TD>
Replace it AS:
PHP Code:
<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>">Go to your Forums Home Page</b></b></TD>
Now whenever you want to visit your forum (or Admin CP), login to your admin CP and click "Go to your Forums Home Page"
:lick: