Plugin Reviews

Private Messages For WordPress

The Private Messages For WordPress allows users of WordPress blog send private messages (PM) to each other, just like in a forum.

Average Rating
4 stars
4.5 out of 5 stars
5 stars
Bugfix
By , for WP 3.5.1

Reliable and flexible plugin. My notice if someone want to use it at frontend. There is an error when you try to view specified message, because inbox and outbox collision.
Solution:
1) Open plugin folder with includes:
\wp-content\plugins\private-messages-for-wordpress\inc
2) Open inbox-page.php and outbox-page.php in text editor. Find in each page the line which follows "// if view message" comment (usually line 10)
replace it with
if (isset($_GET['page']) && 'rwpm_outbox'== $_GET['page'] && isset($_GET['action']) && 'view' == $_GET['action'] && !empty($_GET['id'])) {
for outbox function, for inbox it should be 'rwpm_inbox' page in condition.

4 stars
Cool messaging system
By , for WP 3.4.2

This is a cool "internal" messaging system. I use it on a site where students and mentors and instructors need to communicate with each other.

You must log in to submit a review. You can also log in or register using the form near the top of this page.