Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
I see that option is misleading. This will send email to all users from that selected role(s) only.
So check that checkbox and try.
Let me know.Shamim HasanKeymasterTry following code
add_filter('fep_get_user_option', function( $value, $option, $default, $userid ){ global $ultimatemember; if( ! $userid ) $userid = get_current_user_id(); if( 'allow_ann' == $option && ! $ultimatemember->user()->is_approved( $userid ) ){ $value = 0; } return $value; }, 10, 4);
Shamim HasanKeymasterI see you unchecked “Send email?”. If you unchecked this, this will not send email when an announcement is published. Try checked and test.
Are you using any SMTP plugin?Shamim HasanKeymasterCan your website send email? eg. registration, lost password email?
If you send a message, is that notification email sent to your email?
Can you please check and see all fields are filled and give me a screenshot of Front End PM PRO > Settings > Emails? Also please check “From Email” is same domain email of your website and email exists in your server. Some host may block email sending if email not exists.Shamim HasanKeymasterYou want to change button text color but not working? can you please change to default theme and try? If works please give me a screenshot and color code of your color.
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Appearance
Shamim HasanKeymasterwhat is your php version?
I have tested this code before giving you. So it should work. Did you add this code before closing tag (?>
) of php?
Can you please check your server error log and see what is the error there?Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_action('wp_loaded', function(){ if( class_exists( 'Fep_Attachment') ) remove_action('fep_display_after_message', array( Fep_Attachment::init(), 'display_attachment') ); }, 15 );
Shamim HasanKeymasterYou want to disable attachment feature completely so that users can not send attachments? or users can send attachments but not shows attachment links?
Shamim HasanKeymasterInvoice already sent to your email.
Shamim HasanKeymasterDo you have any custom code for this plugin in your website?
Also tell him to again check his settings page for those 2 options ( “Allow others to send me messages?” and “Blocked Users”). By default only this 2 options can output this error.Shamim HasanKeymasterAre you trying to send message from “New Message” page or from anywhere else?
Can you type his name in “To” field and his name shows in suggestion?Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/group-messaging/
After users imported just add{role}-subscriber
(change subscriber with your desire user role) and all of the users of that role will be added to that group.Shamim HasanKeymasterThank you very much for letting me know.
Next version we will fix these warnings.Shamim HasanKeymasterPRO version url lifespan is so short. Currently we cannot use it in composer.json.
You don’t need to FTP all the time, you can access your website admin and update from there in one click. -
AuthorPosts