Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Yes, you can do that but needs some php knowledge. You can modify
view-message-heads.phptemplate to add message title beside images. Instruction to modify template in https://www.shamimsplugins.com/docs/front-end-pm/customization/change-templates-2/Shamim HasanKeymasterYes, both are possible very easily.
Please go to Front End PM PRO > Settings > General then change “Editor Type” and “Allow Attachment”Shamim HasanKeymasterDoes those roles shows in Front End PM PRO > Settings > Security tab?
Shamim HasanKeymasterNo 1 & 2: You can wait for the next release as we already added a space there. Or you can add a space in https://github.com/shamim2883/front-end-pm/blob/25abae8891de1707324e54575eacbc3551a6eeca/templates/view-message-content.php#L53
No 5: You can wait for the next release as we already added a “s” there. Or you can add a “s” in https://github.com/shamim2883/front-end-pm/blob/25abae8891de1707324e54575eacbc3551a6eeca/includes/class-fep-form.php#L368
(Both in this plugin in your website’s copy)
For no 3 & 4: add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_read_receipt_individual', function( $mgs_read, $mgs_participant ){ return '<div class="fep-read-receipt-individual">' . sprintf( __( 'Read by %1$s on %2$s GMT', 'front-end-pm' ), fep_user_name( $mgs_participant ), get_date_from_gmt( date( 'Y-m-d H:i:s', $mgs_read ), get_option( 'date_format' ) . ' ' . get_option( 'time_format' ) ) ) . '</div>'; }, 10, 2 );Shamim HasanKeymasterYou can use shortcode in both pages but user can access their messages from any of those pages.
Shamim HasanKeymasteruse following code
$args['participant_query'][] = array( 'mgs_participant' => get_current_user_id(), 'mgs_deleted' => false, );Shamim HasanKeymasterHow did you created those roles? Did you use any plugin or custom code to create those roles?
Shamim HasanKeymasterTry changing “Email Sending interval” to “15 Minutes” and “Emails send per interval” to 5. Then wait 15 minutes at least and refresh your website couple of times. Then see if it start sending.
Let me know.
Shamim HasanKeymastertry
{role}-
Let me know.Shamim HasanKeymasterTo not generate an email for announcements please go to Dashboard > Front End PM PRO > Settings > Emails and then unchecked “Send email to all users of selected role(s) when a new announcement is published?”
Shamim HasanKeymasterI do not see this plugin is active in your website.
Shamim HasanKeymasterUsers can go to their settings page (from where they send message) and check if they want or do not want to receive email notification for message and announcements.
Shamim HasanKeymasterI believe that you got your answer.
If you have any more question let me know.Shamim HasanKeymasterDo you use any custom code for this plugin in your website?
Shamim HasanKeymasterYes, it is.
-
AuthorPosts