Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Can you give me a screenshot of Front End PM PRO > Settings > Security tab full page? Also let me know your that user role.
Shamim HasanKeymasterDo you have any staging website? Can you deactivate all plugins and activate default theme then try again? Then activate one by one and check when this issue re-appears?
Shamim HasanKeymasterSorry, currently it is not possible. it allows in whole minutes
Shamim HasanKeymasterIt is possible but needs custom code. You can add a hidden field for shortcode newmessage and pass page/post id. Then you can use that id to determine what action to take
Shamim HasanKeymasterCan you please check is there any database update notice in admin dashboard from this plugin?
Also please remove_fep_user_message_count
and_fep_user_announcement_count
from user meta table if any.Check and let me know.
Shamim HasanKeymasterSorry, this is beyond this plugin’s capability. You can use any 3rd party email services to see who opened/read your emails.
Shamim HasanKeymasterI understand your concern.
If you can use hooks you can usefep_announcement_table_bulk_actions
,fep_announcement_bulk_individual_action
andfep_bulk_action_message
to achieve what you wanted.I can add this feature in next version of this plugin.
Shamim HasanKeymasterThank you for your nice suggestion.
I have added it to my to-do list. May be in future i will add this feature.As it seems this feature will need lots of code changes, it may take some time to add in the plugin.
Shamim HasanKeymasterYou can place this shortcode independent to
[front-end-pm]
shortcode. So you can place this is another page or in another tab. By programmatically setting “to” value i meant you can use this shortcode in php code and before that you can determine who is this users advisor. Like follows//Determine here who is current user's advisor and set his user nicename here. Suppose advisor user of current user is advisor1 $toUserNicename = 'advisor1'; do_shortcode( '[fep_shortcode_new_message_form to="' . $toUserId . '"]' );
Shamim HasanKeymasterThere are couple of ways to achieve that.
In my opinion easiest way is to use https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ shortcode. You can set programmatically set “to” value so that this goes to directly to that advisor. You can block all “New Message” sending from role to role block but keep reply open for all. So that only way to send message is by this shortcode.October 20, 2021 at 2:08 pm in reply to: [Suggestion] Always display the other person instead of the user itself. #43826Shamim HasanKeymasterShamim HasanKeymasterWhen user open that announcement it automatically marked as read.
Shamim HasanKeymasterYou can keep that way. This plugin now use rest api instead of admin ajax.
Shamim HasanKeymasterDid you tried “Archive” folder?
Shamim HasanKeymasterSo do you want to send imminently or later? What is your setup as cron interval in this plugin’s settings page?
-
AuthorPosts