Users can send private messages to each other. Replies are threaded, and more than two users can participate in a single conversation.
bbPress Plugin Browser »
bbPM (1.0.1)
Download
Version: 1.0.1
Last Updated: 2010-7-23
Requires bbPress Version: 1.0 or higher
Compatible up to: trunk
Average Rating





Your Rating
Author: Ben L.
-
Fatal error
Posted: 3 years ago # -
Fatal error: Call to undefined function wp_cache_set() in /var/www/virtual/********.***/*****/htdocs/my-plugins/members-online/members-online.php on line 71
but it works fine, when i delete the member-online plugin
Posted: 3 years ago # -
A bunch of problems:
1. I had the old Privates Messages plugin installed. Your plugin must use the same tables, because all my old PMs showed up, but don't load when I click on them. It just reloads the inbox page.
2. When I try to delete one of those old PMs, I get
Fatal error: Call to undefined function wp_cache_delete() in /home/*********/public_html/*******/my-plugins/bbpm/bbpm.php on line 2753. When I try to create a new PM, the page just reloads and nothing happens.
Posted: 3 years ago # -
Shagalaga and Malfhok: What versions of bbPress are you using and what plugins do you have installed?
Malfhok: The plugin is set to import all of the old messages.
Update: I had forgotten to test the Pretty Permalinks code with 0.9. All of the problems you two found should be fixed in 0.1-alpha2. If not, tell me.
Posted: 3 years ago # -
Hey, now it works! Thanks a lot!
One thing I miss from the old plugin is the "PM this user" button on profiles and under the person's name in a thread. Are there any plans to bring that back?
Posted: 3 years ago # -
I installed and it seems to be working ok so far. However, when I load an old message I see this before the actual message:
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1] SELECT post_read FROM bb_utplugin_log WHERE user_id = 1 AND topic_id = bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' )' at line 1] INSERT INTO bb_utplugin_log (user_id, topic_id, post_read) VALUES ( 1, , )Posted: 3 years ago # -
I just sent a test PM to another user and received this error message: "Either your outbox or the recipient's inbox is full."
Does this plugin limit the size of the inbox/outbox? How can I change it? How can I remove all limitations?
Posted: 3 years ago # -
citizenkeith: In version 0.1-alpha3, the utplugin_log error will be gone.
The maximum size is 50 messages at the moment. However, in version 0.1-alpha3, there will be an admin page where you can configure this number.
Posted: 3 years ago # -
With the latest version I get this error on the profile page:
Warning: Missing argument 2 for bbPM::profile_filter() in /home/********/public_html/********/my-plugins/bbpm/bbpm.php on line 326I'm running the latest stable version of bbPress.
Posted: 3 years ago # -
citizenkeith: In version 0.1-alpha3, the utplugin_log error will be gone.
Just gave alpha3 a shot, and I'm still getting that error. I'm running 0.9.0.4 with no integration.
Posted: 3 years ago # -
citizenkeith: Thanks. It seems that I missed one filter.
Posted: 3 years ago # -
Excellent! Thanks Nightgunner. I'm so happy that there is a new backwards-compatible PM plugin. This is looking great.
When viewing a PM I just sent, I notice this under my name:
int(0)Is that supposed to be my post count?
Are there any plans to have a menu of users? I'm sure typos can be a problem, along with usernames that are not traditional names.
I'd love to see something like an Ajax list when you start typing the user name.
Posted: 3 years ago # -
i'm getting this error in my profile.
Warning: Missing argument 2 for bbPM::profile_filter() in /home7/diwanagc/public_html/solexit/forum/bb-plugins/bbpm/bbpm.php on line 326
Any idea on how to fix this? Tnx
Posted: 3 years ago # -
When I first activated the alpha4 version, I got "Plugin could not be activated because it caused a fatal error." But the plugin activated anyway. So I deactivated and reactivated.
Again, I'm getting the bug where when I click on a message in my inbox, all it does is reload the PM inbox page.
Also, in the previous version, I was going to mention that there is a bug with Gravatars displaying correctly on a message. Everybody has the same Gravatar!
Posted: 3 years ago # -
Malhok wrote:
Again, I'm getting the bug where when I click on a message in my inbox, all it does is reload the PM inbox page.
I upgraded to alpha4 and I am getting the same error.
Posted: 3 years ago # -
Malfhok and citizenkeith: I found the bug - an incompatibility with one of the methods of the database class.
Update to alpha 4b and hopefully it will resolve itself. (It did under my testing) - This also explains the error messages.
Posted: 3 years ago #
Add a Comment »
You must log in to post.