Nice hack.
I added a little to this, you can get it to show PM's on your front page:
after
Code:
if ($bbuserinfo['userid']!=0) {
enter
Code:
$pmlink="URL/private.php?s=".$session[sessionhash];
(change the URL to point to your forum)
Where you print the user name out and link to the forum, enter this:
Code:
print ("<a href=\"$pmlink\">$unreadpm[messages] Private Messages. </a><br>");
This will print out Private Message on your forum.
You can see this in action on the front page of my site:
http://www.ac2hq.com
I am currently trying to get it too print out the Active Users, but I dont know the tags. If anybody can help me with this, that would be great.