- Moderated by:
- Support
-
- rank:
-
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? -
- rank:
-
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 -
- rank:
-
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.
