Fork me on GitHub

pmBOX?  Bottom

Go to page [-1] 1 - 2 - 3 - 4 - 5 - 6 - 7:

  • I tested this again without bbcodes smiles or HTML... same problem

    I get this

    Sent: Sep 04, 2005 - 02:56 AM
    --------------------------------------------------------------------------------


    as the reply message

    then in the lower box
    on the left (way left) i get a quote of who wrote it and the right is just an empty box. I tested this by sending a message to myself then replying.
  • i think i am going to have to go back to the postnuke message system. I like pmbox but untill it gets up to date with 760 i'm stuck. I just downloaded the new dpstaff 2.1 and it becomes a pnrender module. I found some of the links to correct it toward pmbox but the rest i can't find :(

    I can always revert back since pmbox can import messages from postnuke.

    I just wish postnuke had all the features... :(
  • Why not spend a little cash, support the original programmer and grab the latest version that works well.
    pmBOX was dropped quite some time ago.
    You can grab the latest releases from MagicX at http://www.portalzine.de
  • Are they still developing it? the forum there seems dead...

    Also this is in the front page news...

    Quote

    Dear portalZINE members,

    you might have noticed that there were not many news updates in the past weeks. I had been diagnosed with a rare illness (sarkoidose), which the doctors gladly discoverd due to its symptoms and long medical test trials. The infections were treated in hospital for two weeks and I am still suffering from the remaining symptoms. Hoping that no new infections resurface, the remaining symptoms/pains will be with me for the next months. As my little daughter Sydney Marie was born right around the same date (19.06.2005) that I went to hospital, my life was stirred up pretty well. Was not really much time left to think about anything else. My wife and our little sunshine helped me to move on fast and forget about the remaining pains I can at least work between bed / recovery breaks

    News will be updated again regurlarly (starting next week) and the finishing touches of the new site layout will finally follow (has been in the drawer long enough ).

    Regards Alexander aka MagicX


    are they still alive... ? Also messenger pro is kinda overkill for my users. They basically just need the messages part.

    Finally... i can't find the price on any of the modules. spent over 1/2 hour looking and still can't find them.
  • Some answers to questions posted in this thread
    1) The last version done by MagiX was 2.8 and Alex stopped all work on that module after that. You can look at PortalZine pro for Messenger Pro and BuddyList pro modules.
    2) As pmBOX was (and will ever be due to the rules) released under GPL, I was able to took upon the developpment of that module. For the moment it is only "small fixes" to old code but I know of at least 3 postnuke developpers working on a (free) messaging system and I hope we will be able to join our efforts to build the PostNuke messaging system of the future PostNuke .8
    3) I strongly advise you to only use the last version you can find on my website http://www.vedrine.net in the downloads section http://www.vedrine.n…viewsdownload&sid=2 (the website is in french but all downloads have an english description) because all older versions have BIG security problems (I won't elaborate on that but believe me icon_rolleyes ). I also strongly advise you to review you configuration settings to check that you only allow thrusted members to attach files to messages and that you don't allow attachments with .php or .htm or .html extensions !!!!!! :twisted: !!!!!!!!
    4) I am commited to fix any bug reported to me if I can. For instance I have not be able to fix ROCOAFZ HTML problem because I can't replicate them in any theme I tried so I suspect they are in fact problems in his theme code.
    5) Thanks to ROCOAFZ a new security problem have been identified so a new 2.82 version is comming by for the moment I have not a single feedback from any user I send a beta version to ! I have also entirely recoded the block and upgraded the block's code to run with .760 and .761 and output valid HTML code (also recoded part of the pmwindow.php file that had some bugs)
    6) I am very sad for the bad news about Alex health and I wish him to recover rapidly from this.
    7) If anyone want to test 2.82 before I release it I would be more than happy to accept, just mail me at vedrine _AT_ vedrine _DOT__ net :)

    --
    Visit my live reef aquarium.

    My Amazon wish list.
  • Shortly after I upgraded to .761, I too was hitten by the " " syndrom on one of my websites.
    So I need to apologize to ROCOAFZ because it was NOT a problem in his theme but in my code icon_redfaceicon_redfaceicon_redface
    In fact there is the same bug in readpmsg.php, readout.php and readsaved.php
    In these 3 files there is a line like
    $message = pnVarPrepHTMLDisplay($message);
    or
    $message = pnVarPrepHTMLDisplay($myrow['msg_text']);
    The pnVarPrepHTMLDisplay function is giving some trouble because it destoy some HTML tags in the message's text.
    Replace the pnVarPrepHTMLDisplay function with the stripslashes function.so these lines become:
    $message = stripslashes($message);
    or
    $message = stripslashes($myrow['msg_text']);
    It was only a display bug so no message should have been harmed in the process !!

    The way bbcodes and bbsmiles are handled in pmBOX is really horrible !! I really need to write an upgrade function to "bbdesmile" and "bbdecode" all messages text (that is to say reverting all smiles from the img tag to the smiley characters and all HTML code formating to the original bbcode) and enable the use of the pn_bbsmile and pn_bbcode modules. If nobody is against this I will do it next week and release 2.83 (=2.82 + this change and some more bugfixes).
    If possible I will also include a lot of HTML cleaning done by Denis Fountaine

    --
    Visit my live reef aquarium.

    My Amazon wish list.

Go to page [-1] 1 - 2 - 3 - 4 - 5 - 6 - 7:

  • 0 users

This list is based on users active over the last 60 minutes.