Fork me on GitHub

i-Mod[pmBOX] extra tags problem  Bottom

  • When someone sends a message with the i-Mod[pmBOX] the original message turns out just fine. However, when someone replies and sends the message back, there are always these extra tags in the message. I was wondering how to get rid of these. Any suggestions would be greatly appreciated.

    eg.

    Whats up mang!!!




    Quote:

    on 2006-04-18 14:54:48, Admin Wrote:
    test test test test
  • Try to allow with parameters the table tag on Administration>Settings. It works fine on my site ;)
  • Hello,
    this was a problem in previous pmBOX versions, but I think I corrected it.
    Can you try the 2.83 release available here:
    http://www.vedrine.n…download-sid-2.html
    Notes:
    • [*:36982b91d9]This version need pnRender and will NOT run under PostNuke versions prior to .750.
    • [*:36982b91d9]This version include some new features, most important are the fact that permissions are now implemented and the module use pn_bbcode and pn_bbsmile so I suggest you read the docs carefully. Also a short guide on how to better integrate pmBOX with PostNuke and other modules and blocks is included.


    --
    Visit my live reef aquarium.

    My Amazon wish list.
  • Unfortuantely that version does not correct the issue with .761
  • Can you point me to a site exhibiting the problem or test if you see the problem when using pmBOX on mly website http://www.vedrine.net ?
    I have no more website running .761, only .752 and I can't reproduce the problem anymore.
    I was really thinking I had ot rid of this extra table tag.

    --
    Visit my live reef aquarium.

    My Amazon wish list.
  • actually i was wrong. Its running 2.81. I tried updating to 2.83, but then i would get a javascript popup saying something about a bug and not being able to load the message object or something like that. Happened when i clicked on New PM. Wonder if its an issue with php5. I ended up cleaning up the code in the includes/bbcodelib or whatever file and it fixed the issue. Man, I cant wait to get to PN .8, so i dont have to hack so much. =P
  • I am getting this error too, on PN .762, running PHP 4.3x.

    This happens when you go to a send message page, and the text area field to write the message in does not appear. The title is there, but not the message text area. So when you try to send (just to test) it says you can't because there's no message.
  • How's this for fast service?

    The problem is a misplaced curly brace in replymsg.php.

    Add a curly brace at line 680, and remove the one at the end of the file. As it is, the file might work if smilies are off, but not if smilies are on.
  • Thanks for correcting this problem. It is best not to suppress the brace at the end of the file but one of the 2 braces just a few lines before.
    Some my fix is
    Open modules/pmBOX/replypmsg.php
    lines -680, add a brace after

    Code

    if ($count >10) {
                            $count=1; echo "";
                        }
                    }
                }

    and near the end of the file, suppress a brace in

    Code

    }
        }
        echo"<div style=\"text-align:center;\">i-Module [pmBOX $GLOBALS[version]]copyrighted © 2002 by <a href=\"http://www.portalzine.de\" target=\"_blank\">portal<strong>)ZINE</strong></a> </div>";
        CloseTable();
        include('footer.php');


    The zipfile in the downloads section of my website http://www.vedrine.net has been corrected but I have not changed the version number due to my lack of time this month !!




    edited by: jmvedrine, Jul 04, 2006 - 12:36 AM

    --
    Visit my live reef aquarium.

    My Amazon wish list.

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