Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
I am very so for the issue and late reply.
You will need to download latest version to latest license key to work.
You can download from the link in your email or login in https://www.shamimsplugins.com/account/ and download from there.
Then use your license key.Let me know.
Shamim HasanKeymasterdo you know how to write js code? If yes you can use
fep_form_submit_done
trigger to clear your form.Shamim HasanKeymasterYes possible. Please follow https://www.shamimsplugins.com/support/topic/add-meta-data-fields-to-the-directory/#post-13499
Shamim HasanKeymasterYou can follow https://www.shamimsplugins.com/support/topic/additional-message-field/#post-20346 (there checkbox is added, you can add any type of fields) change
newmessage
toshortcode-newmessage
Shamim HasanKeymasterYes, you can do that but needs some php knowledge. You can modify
view-message-heads.php
template 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.
-
AuthorPosts