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
(19)

Your Rating

Author: Joshua Hutchins


  1. Sally1

    Member

    Hum...

    There is no post limit and no autoformating :-/

    Posted: 1 month ago #
  2. I just recently encountered the bug posted by Xenuan. I try to put the fix but it doesn't seem to work.

    Look for this line.

    <?php echo " pm_id)."\">".$pm->pmtitle.""; ?>

    and replace with this <?php if ($pm->pmtitle != NULL)

    echo " pm_id)."\">".$pm->pmtitle."";

    else

    echo "pm_id)."\">"."(no-subject)"; ?>

    but it didn't work. Sorry I am no a good coder.

    Posted: 1 month ago #
  3. I have a modified version here (if you download it remember to change the extension to .tar.gz). Some features:

    - The message's content is filtered through the same filters as a regular post content.
    - The plugin is localized.
    - Added security fixes.
    - Added limits (the plugin now checks message lengths and inbox size).
    - Added improved error handling (i still have to use Wp_Error).
    - Improved usability :)

    Maybe it's useful for someone.

    Posted: 1 month ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.