there is a very fast way without having much work ^^
go to your privat.php and copy the section
// ############################### start get folder ###############################
into your index.php just before
PHP Code:
eval("dooutput(\"".gettemplate('forumhome')."\");");
just change the
PHP Code:
if ($action=="getfolder") {
to
PHP Code:
if ($bbuserinfo[userid]!=0)) {
then just add $privatemessages into your forumhome template
ok it's not perfect you can optimize very much because some parts of the code aren't needed, also you'll have to make more template mods to get it into a nice form
but it should do the trick