Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/pop3-feature/
It is recommended to use a separate email address for POP3, as all emails will be deleted after process.
Shamim HasanKeymasterLicense data is cached in your website for 1 week so that your website do not make frequent query to license server. So sometimes it makes confusion when you change something to license (upgrade, renew etc).
May 5, 2020 at 1:15 pm in reply to: We Can Only See 15 Messages at a Time, How Do we Show All Messages #37403Shamim HasanKeymasterMost recent 15 message thread will be there.
1. Do you see next and previous button bellow your messages?
2. Can you send me a screenshot of your message page?You can also set how many messages you want to show in single page. Please set in Dashboard > Front End PM PRO > Settings > General > Messages per page
Shamim HasanKeymasterShamim HasanKeymaster1. Message sidebar is too narrow to show full subject, We may show couple of words
2. We can make that happen, but it doesn’t work well with wp editor. So you will have to use textarea editor as message editor.If both are ok you can contact through https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterI have added 2 new filter in your child theme’s functions.php.
1. One to redirect to woocommerce dashboard custom tab when click new message or messageboxadd_filter( 'fep_query_url_without_esc_filter', function( $url, $args ){ return add_query_arg( $args, wc_get_account_endpoint_url( 'premium-support' ) ); }, 10, 2);
2. Another to show only other person avatar (remove own avatar) from message sidebar
add_filter( 'fep_remove_own_avatar_from_messagebox', '__return_true' );
To show message title in sidebar, it needs custom work.
Shamim HasanKeymasterThank you.
It seems you are usingfep_enable_email_send
hook to disable email sending. Please remove this filter and it will work.I have temporarily edited this plugin code to omit this check. But when you update this plugin, it will change to original state.
So please remove this filter from your custom code.
Let me know.
Shamim HasanKeymasterYou need custom code to make it possible. If you know php i can guide.
Shamim HasanKeymasterIf reply to same message, that will goes to same thread. If you or that user send a new message that will create a new thread.
Shamim HasanKeymasterIs your website is in testing stage? Can you give me access to your website so that i can test? If yes, please create a test admin account and a ftp account which have access to this plugin and send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/email-notification-not-receiving/
Let me know.
Shamim HasanKeymasterBy default it gets sent.
To enable email notifications you do not need to use email piping or pop3. If you want your user can send reply directly to that email notifications from their email then you need email piping/pop3.
Shamim HasanKeymasterHi,
mobile screen is too narrow to show icons. Currently we cannot show icons on mobile. But we are trying to improve this. May be in future we will find a way to show this.Shamim HasanKeymasterHi
1. Did you clear cache after changing setup?
If you want to send message only to admin you can set your admins in Dashboard > Front End PM > Settings > Recipients and set 0 in “Max Recipients” field. It will remove the ability to send message user to user.2. If user subscriber delete any message, that message does not get deleted from database. You can still see that message. You can also reply that message if you want and that user also get that reply. Go to Dashboard > Front End PM > Settings > Security and check “Can user reply messages deleted by other user?”
3. This plugin uses default wordpress options to show any media. If you want to show beyond that there is a easy hook to do that. Please use
fep_filter_attachment_download_link
hook to change that link to show directly the media instead of downloading. As this require custom code, if you need my assistance you can contact me through https://www.shamimsplugins.com/hire/4. https://www.shamimsplugins.com/support/topic/remove-setting/#post-12519
5. message inbox/sent is determined my last sender of that message. So if someone else is last sender then that message will end up in your inbox and vice versa.
Let me know.
Shamim HasanKeymasterWith the above code users will not see that group in settings page. So they cannot add them to that group. But if you add them to group (from back-end) then they can send message to that group.
Please test and let me know.
-
AuthorPosts