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

Dizkus

Bottom
pmBox
  • Posted: 30.07.2005, 02:40
     
    MrJL
    rank:
    Softmore Softmore
    registered:
     April 2003
    Status:
    offline
    last visit:
    11.06.06
    Posts:
    87
    Couple of questions...I grabbed this Mod from this guy, went through the install, and came up against clicking Administration >> pmBox >> Access Denied

    Everything seems to be working properly. I can send messages and such. The problem arrises when I try to access the Admin page for the module.

    Also, how do I switch it over so that PN uses the pmBox for the messanger and not the built in messenger?
  • Posted: 30.07.2005, 08:38
     
    denisrf
    rank:
    Helper Helper
    registered:
     February 2005
    Status:
    offline
    last visit:
    17.11.08
    Posts:
    411
    Havn't got a solution to you first question, best to ask in his forums or he will come by here sooner or later.

    For the second question I put redirects in the default mesages module folder. Example:

    Deactivate and remove the default mesages module e and empty everything from the folder.

    Make a index.php in that folder and put this in it:

    Code

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


    Make another file, replypmsg.php in the same folder and put this in it:

    Code

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


    Been working for me for a long time now, hope it works for you.

    Denis
  • Posted: 06.08.2005, 21:16
     
    jmvedrine
    rank:
    Professional Professional
    registered:
     January 2004
    Status:
    offline
    last visit:
    05.09.08
    Posts:
    633
    Hello,
    For your "Access denied" problem, apply the solution given in my message in that thread http://forums.postnu…e=viewtopic&t=42645 it was given for EnvoAvatar but will also work for any "old style module" includiong pmBOX.

    --
    Visit my live reef aquarium.

    My Amazon wish list.
  • Posted: 06.08.2005, 22:02
     
    MrJL
    rank:
    Softmore Softmore
    registered:
     April 2003
    Status:
    offline
    last visit:
    11.06.06
    Posts:
    87
    Thanks, m8. Will give it a whirl later and see how it goes! :)

Extensions Moderation

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula