in line 24 of file simple-personal-message/admin/partials/simple-personal-message-admin-view.php escape with (int)$_GET[‘message’] or intval($_GET[‘message’]). esc_attr not save sqli when parameter is a numeric. If will have questions, send mail for me. [email protected]
]]>when im trying to add some user to spm user group, im getting error:
add from here:
https://joxi.ru/v29nVaRUJBbwAG
error:
https://joxi.ru/KAx7axpUDxDj28
Hi,
first thanks for the plugin, it was the one I needed and I love it.
I got only a couple of things not working:
1. The notification email system. I tried to activate it but it doesn’t work right now. Can you help me out with that?
2. A contributor user can send messages but it cannot attach any media to it. Is the plugin designed to work in this way or is it a bug?
Thanks in advance and kind regards,
Enzo
]]>I i would like to send messages to all registered users at a time. I dont want to select each user. How could i do that. your help will be more appreciated.
]]>Hello, I noticed that this plugin adds all of the user groups to a profile page and allows the user to change their group. I need to have this show EITHER only the group the user is actually assigned to OR nothing. I can’t have someone be able to change their group at will as this is paid for content.
Also is there a shortcode to add a link to personal message in a widget, I don’t see this anywhere.
Thank you.
https://www.ads-software.com/plugins/simple-personal-message/
]]>If a user hasn’t actually sent a message and hasn’t actually done any changes to their preferences, when they send their first message, the database field spm_message_inbox_keep will be empty. Because of this, and unless the user PHYSICALLY changes their preferences in the ‘personalize messages’ page then after a short time their messages will vanish.
The plugin author needs to change this so that the DEFAULT on the FIRST message send and hence the entry in the usermeta table is set to:
Meta_key = spm_message_inbox_keep
meta_value = keep
https://www.ads-software.com/plugins/simple-personal-message/
For now, I have hacked line 1497 (approx) in admin/class-simple-personal-message-admin.php thus:
// if ($inbox->meta_value != 'keep') {
if ($inbox->meta_value == '') {
So now nothing will auto empty and the user won’t start losing messages.
Further; The choices in personalize messages should be set thus:
Keep forever (default) with the default in the database set as an empty field
Keep for 30 days
keep for 60 days
etc…
Don’t keep (which they have to select)
this will save the frustration for users of seeing their messages vanish before they realize they have to actually manually save the prefs before they send their first message. This is not good practice.
So.
The bug that needs to be fixed is to make sure the DEFAULT before ANY messages are sent (or upon first message sent) is NOT empty.
thanks
]]>Hi, Installed the plugin and gave it a test. Worked really well and was just what I needed. BUT after about 20 mins, all the messages i had sent or received just vanished!
Is this right! I doubt it but you never know.
Also, the message preferences don’t save.
https://www.ads-software.com/plugins/simple-personal-message/
]]>Hi,
Could you make the plugin translatable?
It isn’t at the moment and it would be great if it was.
Best regards.
https://www.ads-software.com/plugins/simple-personal-message/
]]>Any thought about creating a front end integration, paid version, so ADMIN can message users/vice versa thru the front end of a “Customer” or “Subscriber” Role?
https://www.ads-software.com/plugins/simple-personal-message/
]]>