Fork me on GitHub

pmbox and pn750 messages module integration----anybody know?  Bottom

  • Hey dudes and dudesses, I've installed the newest pmbox and it works fine but won't work with the postuke 750 messages module (was I supposted to deactivate the messages module when i install pmbox?) or better yet, with the members list messaing link, tried looking for the solution through these forums but have not come across it yet, or point me in the right direction or set me straight.
  • I assume your talking about all the links that poin to the messages module. With the original pmBpx from Portalzine what we did was put 2 redirects in the default messages module:
    index.php=

    Code

    <?
    pnredirect("modules.php?op=modload&name=pmBOX&file=index");
    return true;
    ?>

    replypmsg.php=

    Code

    <?
    $uname = pnVarCleanfromInput('uname');
    pnRedirect("modules.php?op=modload&name=pmBOX&file=replypmsg&send=1&uname=$uname");
    exit;
    ?>

    Remove all files from the default messages module and put those 2 in. I haven't tried it for a while but it will give you an idea of what to do.

    Denis

This list is based on users active over the last 60 minutes.