Works perfect on 3.6.0.
I added a little code in the login_irc.php to inform users that they can proceed to the forums.
Code:
//Added by Sparky-s 25/08/06
echo "<a href=\"".$forumpath."index.php";
echo "\">";
echo "<font size=\"1\" face=\"verdana\">You may click to proceed to the forums.</font></a>
";
echo "<font size=\"1\" face=\"verdana\">You may also </font></a>
";
The last bit is to lead to the log out link.
I'm mainly using this as a cover page for users with access masks before they get to the forum.
I'm not sure it it has been altered already like this, as I couldn't be bothered reading 14 pages.
I assume I'm allowed edit the login_inc file?
Thanks.
Sparky