Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
pmbox and pn750 messages module integration----anybody know?
  • Posted: 19.06.2005, 05:32
     
    phprezdude
    rank:
    Softmore Softmore
    registered:
     August 2002
    Status:
    offline
    last visit:
    26.05.07
    Posts:
    57
    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.
  • Posted: 19.06.2005, 08:25
     
    denisrf
    rank:
    Helper Helper
    registered:
     February 2005
    Status:
    online
    Posts:
    411
    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

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula