Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It is possible but that user will get all admin access/permission for this plugin. He can do what an admin can do in this plugin.
If you need code let me know.Shamim HasanKeymasterShamim HasanKeymasterAs you are overriding template, i suggest use new rc version. This version will be finalized this month. So if you use any previous version your changes will be lost.
To use rc version check Front End PM PRO > Settings > Licenses > Bleeding edge Update
Or download from https://www.shamimsplugins.com/checkout/purchase-history/Shamim HasanKeymasterWhich version you are using?
This settings apply for messages sent after this settings. So if any message sent before this settings then they will show.
As you set to block reply, they can sent/start a new message (as your screenshot shows first message which is not a reply).
Also check if any user is whitelisted in Front End PM PRO > Settings > Security
Now check if that user (which is blocked) can send a reply to that message.
Let me know.Shamim HasanKeymasterBy default wordpress support only one email address. So this plugin design that way.
If you code to add more emails for users then that need custom code to send emails to those email address.August 15, 2018 at 11:21 pm in reply to: Is it possible to stop sending annoucment to newly registerd users? #16494Shamim HasanKeymasterFunctionality moved to front-end. You can now add announcement from front-end. If you do not see “New Announcement” button in front-end please check Front End PM PRO > Settings > Security > Can permitted users add Announcement from front end?
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Recipient > Admins
and set your admin(s). If more than 1 admin is set then users can select to whom they want to send message.
Read more in https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/only-admin/Shamim HasanKeymasterIt is possible but require custom coding.
You can contact using https://www.shamimsplugins.com/hire/ if you need that.August 13, 2018 at 7:41 pm in reply to: Is it possible to stop sending annoucment to newly registerd users? #16448Shamim HasanKeymasterSee there is admin notice that “Front End PM PRO needs to database update.”. Click “Proceed”
Let me know if you find any bug.
August 13, 2018 at 4:32 pm in reply to: Is it possible to stop sending annoucment to newly registerd users? #16434Shamim HasanKeymasterAre you getting any error when update?
If update completed successfully then refresh that page or move to any other page to access Front End PM menu.Let me know if you get any error.
August 13, 2018 at 2:13 pm in reply to: Is it possible to stop sending annoucment to newly registerd users? #16421Shamim HasanKeymasterIt is already solved in next version. Next version users will get announcements which is published after they registered.
If you have staging/test website it is recommended you test next version first before using in production site. Please check
Front End PM PRO > Settings > Licenses > Bleeding edge Update
Shamim HasanKeymasterI did not find this issue before.
Also i have tested now again with an android phone and working correctly.
You can disable all plugins except this and change theme to one of default theme and test to check if any conflict with any other code in your website.
remember to clear cache (server+browser) before every test.
Let me know.Shamim HasanKeymasterShamim HasanKeymasterYour last one is correct. Is it not working?
Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if any) functions.php (instead of second part of above code)
add_filter( 'fep_form_fields', function( $fields ){ if( isset( $fields['message_title'] ) ){ $fields['message_title']['label'] = __( 'Subject/Order number', 'front-end-pm' ); $fields['message_title']['placeholder'] = __( 'Subject/Order number', 'front-end-pm' ); } return $fields; });
-
AuthorPosts