Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please go to Front End PM PRO > Settings > Recipient and uncheck “Can send to group”
Shamim HasanKeymasterDid you unchecked “Read Receipt” in Front End PM PRO > Settings > Recipient? If not, uncheck that
Shamim HasanKeymasterPlease remove first add_action( ‘fep_display_after_announcement’, array( Fep_Read_Receipt::init(), ‘display_read_receipt’ ), 99 ); line
Shamim HasanKeymasterI am sorry for very late reply.
Please see https://www.shamimsplugins.com/support/topic/unable-to-remove-maxlength-and-minlength-requirements/#post-14637Shamim HasanKeymasterYou can use
#fep-notification-bar
to add any css to notification bar.
Try adding following code in Front End PM PRO > Settings > Appearance > Custom CSS#fep-notification-bar { position: fixed; }
Shamim HasanKeymasterIt is already supported.
To see full list please see https://freemius.com/help/documentation/selling-with-freemius/license-utilization/Shamim HasanKeymasterYou can try https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_message_to/ shortcode
Shamim HasanKeymasterAlready requested concern team regarding this.
Thank you
Shamim HasanKeymaster1. Do your users send message in plain text?
2. you can uncheck “Clean reply quote” in Front End PM PRO > Settings > Emails and see if workingTo make urs clickable you can add following code in your theme’s (child theme’s if you are using) functions.php
add_action( 'init', function(){ add_filter( 'fep_get_the_content', 'make_clickable' ); });
Shamim HasanKeymasterIt is possible but need core plugin edit. In that case if you update this plugin in future you will lose those changes.
It will be complex solution. If you still need those changes you can contact me through https://www.shamimsplugins.com/hire/Shamim HasanKeymasterAs wordpress support multiple roles for same user, my suggestion you use User Role Editor plugin to create multiple custom roles instead of meta key value pairs and assign them a custom role accordingly.
Shamim HasanKeymasterWill it query only by meta_key or meta_value as well?
Do you want it so that it add all users during group save or when a message is sent? Eg. you added this meta key in group, and later a new user is added to that meta key. So will that user receive new message to that group?Shamim HasanKeymasterDecember 11, 2021 at 9:26 pm in reply to: Disable the notification when using fep_send_message #44004Shamim HasanKeymasterYou can add
add_filter( 'fep_enable_email_send', '__return_false' );
just before your function call.Shamim HasanKeymaster@massimo-manca you can use these css classes to style message thread differently.
Let me know if you have any specific questions. -
AuthorPosts