slinky,
I take it, it is still a no go.. huh.. can you tell me... in your index.php file if one of the errors that is around line 59.. has something like this on or around that line?
Code:
//if user is know, then welcome
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
eval("\$welcometext = \"".gettemplate('forumhome_welcometext')."\";");
if ($action=="forums") {
eval("\$logincode = \"".gettemplate('forumhome_logoutcode')."\";");
}else{
eval("\$P_logincode = \"".gettemplate('P_logoutcode')."\";");
}
eval("\$newposts = \"".gettemplate('forumhome_newposts')."\";");
} else {
Just curious.. as to how we can fix this up for ya.