Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It will be in
Y-m-d H:i:s
format. Like 2022-06-10 11:11:11 and it will return messages before that date.Shamim HasanKeymasterCan you check if you have set “Front End PM Page” in Front End PM PRO > Settings > General?
If you set correctly but still not showing please go to Front End PM PRO > Settings > Appearance > Load CSS file and set to “Always”June 8, 2022 at 11:09 am in reply to: Notification emails for announcements stay in pending state #44587Shamim HasanKeymasterIf you send 60 emails every hour, you can send 5 emails every 5 minutes (this setup is there).
If every 5 minutes works, every hour should also work. If still not working, can you give me access to your website to debug?
Shamim HasanKeymasterVery sorry for late reply.
Can you deactivate all other plugins and and change theme to default theme then try?Let me know.
May 14, 2022 at 11:42 pm in reply to: Notification emails for announcements stay in pending state #44539Shamim HasanKeymasterNotification emails are sent using cron. Please make sure your cron is working properly.
If you set “Every 5 minutes” and it works, my suggestion is that you can keep that settings.Shamim HasanKeymasterYes, possible. add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_read_receipt', function( $text, $receipt ){ $text .= sprintf( '<div>Number of Readers: %d</div>', count( $receipt ) ); return $text; }, 10, 2);
Shamim HasanKeymasterinstead of
fep_is_user_admin()
usearray_intersect( wp_get_current_user()->roles, ['administrator', 'office'] )
Shamim HasanKeymasterIt will enable for both.
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Misc to set this.
Shamim HasanKeymasterI misread your previous question. Sorry for that. Yes, currently sender do not receive email. Please add following code in your theme’s (child theme’s if you are using) functions.php to enable that.
add_filter( 'fep_filter_email_to_sender', '__return_true' );
May 1, 2022 at 10:49 pm in reply to: Hide names of a group members but only display the group name? #44484Shamim HasanKeymasterCan you please give me a screenshot in where you want to show only group name instead of user names?
Shamim HasanKeymasterWhich code you are using to show read receipt only to admins?
Shamim HasanKeymasterIt means your translation file is incorrect. Can you send me your translated po and mo file?
Shamim HasanKeymasterDid you use any custom code for this plugin in your website? Can you change language to English just to test if that showing correctly?
Shamim HasanKeymasterYou want to reply announcement? In That case i would prefer to use Group Message. You can send to any role/user and they can reply as well.
Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/group-messaging/
-
AuthorPosts