private-messages-for-wordpress

Priskribo

This plugin has been closed as of Majo 20, 2022 and is not available for download. Kialo: Security Issue.

Pritaksoj

Septembro 3, 2016
Wasn't getting email notifications when a message was sent to inbox. Found in send-page.php (plugins/pm4wp/inc/send-page.php) the following code... $recipient_email = $wpdb->get_var( "SELECT user_email from $wpdb->users WHERE display_name = '$rec'" ); ...on line 120 needed to be changed with... $recipient_email = $wpdb->get_var( "SELECT user_email from $wpdb->users WHERE user_login = '$rec'" ); ...as it was trying to pull with username, not display name. Hope this helps anyone running into the same issue.
Legi ĉiujn 11 pritaksojn

Kontribuantoj k. programistoj

“Private Messages For WordPress” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj

Traduki “Private Messages For WordPress” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.