Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
January 20, 2020 at 8:02 pm in reply to: Messages deleted by users can be seen in All Messages #33493Shamim HasanKeymaster
Currently when both sender and receiver delete same message then it deleted from database.
If you want to delete from database when sender OR receiver delete the message then you will need to use some custom code. According to current code you will have to write many code. I have added a new hook there so that you can easily achieve this.
Next version you will get this hook.Shamim HasanKeymasterPlease contact me using https://www.shamimsplugins.com/hire/
Let me know following
1. Are you using any SMS plugin?
2. How can i get each user mobile number? Is it saved in meta? What is meta key?
3. Which SMS service you are using?Shamim HasanKeymasterYou can clear browser cookies and use private window. You may able to see it.
January 18, 2020 at 12:13 am in reply to: error message: You must enter valid recipient + more #33378Shamim HasanKeymaster1. It means your recipient is invalid. Are you sending default send message page or any custom coded one? Are you using any custom code to set user?
2. seeCONTENT
in that code. Add your own text instead of CONTENT
3. Please check if you set Content Type as HTML in Front End PM PRO > Settings > EmailsShamim HasanKeymasterThere are lots of process behind the scene. There is no delay set in this plugin. So whatever delay you are getting, All are combination of you pc speed, internet speed, server speed etc.
Shamim HasanKeymasterThis is intended behavior. User cannot send message once maximum number is reached, but they can receive messages if sender maximum number is not reached.
There is no option to set for received messages.
Shamim HasanKeymasterI have sent you a test message and it is working.
Can you let me know what error you are getting? If possible with screenshot?Shamim HasanKeymasterYou can follow https://www.shamimsplugins.com/docs/front-end-pm/customization/send-welcome-message-user-register/
If you have any more question please create a new topic.Shamim HasanKeymasterIt is better if we can continue here.
Can you setup again and let me know so that i can check? Also please let me know your form url.January 16, 2020 at 9:06 pm in reply to: How can I have the messages from woocommerce sent to Front End PM Pro? #33298Shamim HasanKeymasterIt needs to be custom coded.
You can contact me using https://www.shamimsplugins.com/hire/ if you want.January 16, 2020 at 9:03 pm in reply to: Email Sending stays pending unless you change Interval settings #33296Shamim HasanKeymasterCan you give me your website access so that i can test?
Also please let me know to which user/role i can send test message.January 16, 2020 at 1:28 am in reply to: Email Sending stays pending unless you change Interval settings #33262Shamim HasanKeymasterIs it require to change those 2 settings everytime after sending a message? Or it is just one time?
Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_show_which_name', function( $which ){ return 'user_login'; });
Shamim HasanKeymasterI sent you an email yesterday, did you received it?
Shamim HasanKeymasterThis feature is not available right now.
Also message may contain valuable information. So without user consent i do not think this is a good idea to delete automatically. User can delete manually which message they think less necessary.There is a function to delete automatically, but it needs some php code to activate that. Also you will need to hook that function to some cron so that it runs after desire interval.
-
AuthorPosts