Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
pmbox and pn750 messages module integration----anybody know?
-
- Rank: Freshman
- Registered: Aug 29, 2002
- Last visit: Nov 03, 2009
- Posts: 85
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. -
- Rank: Developer
- Registered: Feb 23, 2005
- Last visit: May 09, 2010
- Posts: 399
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
- Moderated by:
- Support
