Does anyone have the latest version of pmBOX available for download? Can't seem to find it anywhere and I would like to try to get it working with postnuke .75 Gold.
Feel free to email it directly to me at clemsonjeeper at gmail dotcom
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?
Go to page 1 - 2 - 3 - 4 - 5 - 6 - 7 [+1]:
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
Yes, and Lest anyone be concerned, I had a copy sent to me by someone else, and it was GPL'd so there is no problem giving it out. I need it again also.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
In fact i hadn't looked but yes you are right in the copy that MagiX himself send me there is a GPL licence !!
What I have done so far :
- make it compatible with PN .750
- changed the only template used to a pnRender one (I didn't templated it, just got rid of the NS-iLibrary lib)
- ported all queries to ADODB
- fixed some security issues
- and of course added french language files :D
Maybe if it's GPL I can share my modifications with other users interested
Of course a lot of work would be needed to make it fully API compliant but I found it one of the best private messaging system available for postnuke.
--
Visit my live reef aquarium.
My Amazon wish list. -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
I'm interested in what you've done, if it works with 750 that'll be great.
--
Home Page | Find on Facebook | Follow on Twitter
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 24
would also be interested in a solution
in the archive i got from pmBox (Version 2.7) there is under the docs the gpl.txt license file. as far as i understood the GPL everthing what is released under it can be redistributed as far as you leave the credits intact.
so there is nothing against it to make it available for download to the community or am i false?
rgds,
ty2d -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
I don't have the file anymore, it's on one of my backups, but I remember checking the code when someone sent it to me recently and saw nothing to indicate that it was anything but GPL.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
I looked in the licence rapidly and it seems I have to put something in every file I have changed. I will add a line in each file and make it available to download.
--
Visit my live reef aquarium.
My Amazon wish list. -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
I don't think you really need to put something in EVERY file. You can reference a file, like credits.txt or changlog.txt and that should be adequate.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
Too late, I already did it !! It's now available here : http://www.vedrine.n…download-sid-2.html
Warning : It's only a quick fix because I wanted it to run on my .750 site. It would need a lot more work to produce a really upgraded module but currently with my work on the weather and books modules, I don't have any time available. Sorry because it's a wonderfull module (but attached files would definitely need some added security ... think carefully before enabling it for anybody on your website and DISABLE UPLOADING OF PHP FILES in admin panel !!!)
--
Visit my live reef aquarium.
My Amazon wish list. -
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
salamandyr
i tried to use this and it doesn't work - the subject/headers aren't for the correct messages. has ayone gotten this working?
Hello,
It's quite possible that you found a bug because it was a rather quick work so you should consider it as a beta version, but as for any work I do, I intend to support it, so if you could point me to the error you see I will do my best to correct it.
The problem is (maybe because english isn't my primary language) that I don't understand "subject/headers aren't for the correct messages" . Can you point me to an URL showing the problem or send me a screen picture ? Thanks a lot.
--
Visit my live reef aquarium.
My Amazon wish list. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 38
hello, i have made a mistake reporting the error message : ) i tried many different ways to get messages sorted, and the bug i reported is instead what happens when trying to add an ORDER BY to the existing Messages SQL statement.
but, i did get an error when using your version of pmBox: Fatal error: Call to a member function on a non-object in /home/justadd/public_html/modules/i-Mod[pmBox_2.7]/index.php on line 91
i also tried naming the folder "Messages", removing the core Messages module and then installing this one as a new "Messages" and got a similar error.
is this just something i am doing wrong?
thanks -
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
You have a problem here : the directory MUST be named pmBOX (case is important) Sorry I apparently forgot to include all files in the zipfile in a pmBOX Folder before zipping.
So you should have a pmBOX directory in your /home/justadd/public_html/modules/ and all files (admin.php, help.php, index.php, ...) and subdir (attached, includes, lang, ...) in it.
Don't forget to CHMOD attached directory if you want to authorize attachments.
But I am affraid that this is not the only problem because I can't see why a wrong directory name could cause that error.
Are other people using my version having the same problem ?
Note : the zip file is now corrected : all files are in a modules/pmBOX subdirectory
--
Visit my live reef aquarium.
My Amazon wish list.
Go to page 1 - 2 - 3 - 4 - 5 - 6 - 7 [+1]:
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
