Kratheous, don't forget to update the first post with the Array fix.

I am running a heavily hacked v2.2.9 and it works fine here, too. Also, I adapted it to work on my vbHome lite page as well.
By the way, the code you gave me for the link to the Latest Private Message was missing a sessionhash.
This:
Quote:
<a href="./private.php?s=$session&action=show&privatemessagei d=$lastpmstuff[privatemessageid]">$lastpmstuff[title]</a>
|
Should be this:
Quote:
<a href="./private.php?s=$session[sessionhash]&action=show&privatemessageid=$lastpmstuff[privatemessageid]">$lastpmstuff[title]</a>
|