bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Private Messaging (0.80)

Download

Version: 0.80

Other Versions

Last Updated: 2007-2-9

Requires bbPress Version: .80 or higher

Compatible up to: .80

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(26)

Your Rating

Author: Joshua Hutchins


  1. citizenkeith

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Anybody else having problems with message deletion? I never tried it until recently, and none of the messages that I checked were deleted. I asked the rest of my users and everybody realized they couldn't delete them either. I'm running bbPress 0.9.0.3. The PM plugin is the original, with _ck_'s security update as well.

    Posted: 11 months ago #
  2. bedbugger

    Member

    I used _ck_'s fix (big THANKS! to _ck_) and the plugin seems to be working fine except some PMs get cut off when sent. The recipient gets an aborted message and the same shows in the sent PMs of the sender.

    Any suggestions?

    Thanks!

    Posted: 11 months ago #
  3. _ck_

    Moderator

    Unfortunately I can't edit posts in the extend section but I think
    it might be necessary to add this just before the $bbdb->query

    $pmtitle=mysql_real_escape_string($pmtitle);
    $message=mysql_real_escape_string($message);

    and see if it helps or if it just add slashes to your text instead and breaks it.

    It might solve the problems with deletion and cut-offs when sent.

    Posted: 11 months ago #
  4. citizenkeith

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    I must confess... my deletion problem was just due to "user error." I didn't realize there were separate delete buttons for received and sent PMs. I was simply scrolling down to the bottom of the page to the wrong button. :-D

    Posted: 11 months ago #
  5. bedbugger

    Member

    HI _ck_,

    Thanks for that. I added that and it added slashes and kept cutting off.

    Posted: 11 months ago #
  6. bedbugger

    Member

    It seems to cut off the last SIX lines of a really long PM, and two or three lines of a shorter PM, or at least that's what's happening with my tests.

    Posted: 11 months ago #
  7. bedbugger

    Member

    Hmm.

    But then, when I pasted in the numbers 1-50, vertically stacked, one # per line, all 50 showed, nothing cut off.

    I hope this helps the diagnosis. I am stumped. Appreciate any other ideas.

    Thanks! :-)

    Posted: 11 months ago #
  8. _ck_

    Moderator

    I think the plugin has a 2000 character cutoff which is why 50 lines doesn't matter but a whole bunch of text will. But 2000 is alot.

    BTW now that it goes through the bbPress filters, it's subject to whatever rules they follow too.

    Posted: 11 months ago #
  9. bedbugger

    Member

    Thanks. It makes sense. Is the filter rule something I can change? or the 2000 character limit?

    Posted: 11 months ago #
  10. _ck_

    Moderator

    If you have people sending manifestos via email (2000 characters is huge) you can look for the 2000 in the plugin and change it accordingly - I left it in there from the original source.

    Posted: 11 months ago #
  11. bedbugger

    Member

    Thanks, _ck_.

    Posted: 11 months ago #
  12. maliasif

    Member

    Read whole of the list of problems.Now when i used detective's version my 404 page problem was solved while sending the msg.But(lol) now when i try to send a pm to any user it says this:
    http://ravi.segmentnext.com/pm-post.php

    what shud i do?

    Posted: 11 months ago #
  13. Does anyone know how to add this into post count plus? I want to add it to the bottom under the post count. I just need to figure out where to add the PM link in the post count plus code and I have NO idea how! :) Thanks.

    Posted: 7 months ago #
  14. Thanks for the heads up on this! Still want to move the pm link into the post count plus under the post count. :)

    Posted: 7 months ago #
  15. Tomcraft1980

    Member

    Is it possible to limit the number of displayed PMs to 20 per page?

    Kind regards

    Tom

    Posted: 7 months ago #
  16. citizenkeith

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Tomcraft1980: This plugin was abandoned by the author, and has many security issues. Read this whole thread for more info. You should switch to bbPM:

    http://bbpress.org/plugins/topic/bbpm/

    It's actively updated and Nightgunner can probably tell you hot to limit the number of PMs per page.

    Posted: 7 months ago #
  17. Tomcraft1980

    Member

    Thx! I'll give it a try!

    Posted: 7 months ago #
  18. Thanks alot, good work.
    but.. gibt es eine german Version?

    Posted: 6 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.