Hum...
There is no post limit and no autoformating :-/
Version: 0.80
Last Updated: 2007-2-9
Requires bbPress Version: .80 or higher
Compatible up to: .80





Hum...
There is no post limit and no autoformating :-/
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.
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.
You must log in to post.