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?
- Teb answered »MenuTree Mystery« 05. Jul
- dks answered »include a file« 05. Jul
- dks answered ».764 -> 1.1.1, Can't add new blocks« 05. Jul
- craigh posted »PostCalendar 5.5.0RC1 needs testers and translators« 05. Jul
- bartl answered »Upgrading 1.0.2 --> 1.1.1« 05. Jul
- Charlie-otb answered »SafeHTML output filter and youtube« 05. Jul
- dl7und answered »Adding an "About Us" page« 05. Jul
Login
pmBox
-
-
- Rank: Helper
- Registered: 23.02.05
- last visit: 27.06.09
- 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: 13.01.04
- last visit: 02.07.09
- Posts: 637
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. -
- Rank: Softmore
- Registered: 11.04.03
- last visit: 12.06.06
- Posts: 87
- Moderated by :
- Support
