Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It will delete all messages and replies made by him/her. If threaded view is selected for message view then all replies from other users will also be deleted for that message (has filter to change this).
This is applicable only for privacy eraser request. It does not delete when account deleted.
Shamim HasanKeymastersee fep_participants table. mgs_participant column is user ids of that message participants. Add this value in post meta. key
_participants
. Add meta with this same key, for each value of that message from fep_participants table.Let me know
November 29, 2019 at 2:23 pm in reply to: Once the pro version is installed, I can delete the free #31631Shamim HasanKeymasterYes, you can delete free version.
Shamim HasanKeymasterMay you please let me know what is the problem you had with latest version? I may assist you to solve this problem. It is recommender to use latest version always.
If you do not have backup then it is tricky to revert back to previous major version. It needs manual operation in database.
Shamim HasanKeymasterYou can use like following ( use $message_id whose participants you want to check)
$participants = fep_get_participants( $message_id ); if( in_array( 1, $participants ) ){ }
Shamim HasanKeymasterAdmin means users with administrator role or set as admin in settings page of the plugin?
How many admins do you have?Shamim HasanKeymaster1. May be i did not understand you properly, which “To” field you want to hide?
2. We can show shop name, but if you want to search with that shop name then that needs some custom coding.Shamim HasanKeymasterWe have improved performance of the plugin so much. We reduced code of the plugin.
We have added all features in frontend including add anouncement. In this way we achieved reduction of some code.If announcement features do not work please let me know following
1. Can you see “Add Announcement” button in front end? (eg. from where where you send message)
2. Do you see any error when try to add announcement?Shamim HasanKeymasterAdd
$message['message_content'] .= "<p style=’font-size:11px’><i class=’fa fa-eye’ style=’color:gold’></i> This message was sent via: </font> <font color=’darkgreen’><b>MYSITE.com</b>.</font></p>";
after phone numbers.
November 22, 2019 at 2:09 pm in reply to: 'New Announcement' link missing in Dashboard after update to 5.3 #31422Shamim HasanKeymasterIf you are logged in as admin, please see in front-end (from where you send message), There should be a new button as “New Announcement”.
Let me know.
Shamim HasanKeymasterDid you deactivated registration all together in your website?
Is there any other plugin which provides registration feature in your website?Shamim HasanKeymasterThis plugins supports contact form 7. Please see https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/
Shamim HasanKeymasterI am testing with v5.3, so far it is working well.
But it needs some more testing. I will update when testing completed.
If you have staging/test website then you can update there and test.Shamim HasanKeymasterSorry for late reply.
You can add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'gettext', function( $translated_text, $text, $domain ){ if ( 'front-end-pm' == $domain && 'Toggle Messages' == $text ){ $translated_text = 'Expand'; } return $translated_text; }, 20, 3 );
Shamim HasanKeymasterI am very sorry for late reply.
There should be a button in your website admin area top notices that Front End PM PRO database needs an update. Please click proceed and start update. Depending on your number of messages it may take some time. -
AuthorPosts