Cannot seem to get it to work. I get the following error:
Code:
Fatal error: Call to a member function on a non-object
It points to: error in webwelcome.php on line 24
So I look at line 24 and this is what it shows:
Code:
$getnewthread=$DB_site->query_first("SELECT COUNT(*) AS threads FROM thread WHERE lastpost > '$bbuserinfo[lastvisit]'");
Anyone know how I get this login to show up?!?