Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Ok i have exited from your website without any change.
Please check and make sure that your website can send email. Then let me know.Shamim HasanKeymasterIt is possible but require custom coded.
If you need that code from me you can hire me using https://www.shamimsplugins.com/hire/Shamim HasanKeymasterYour provided WP Admin credential showing wrong. Please check and give me correct admin credential.
June 6, 2018 at 12:12 pm in reply to: How to Link the conversation thread subject to original post? #14780Shamim HasanKeymasterWe need to pass post id along with message. Then save that post id when message save. Again show that post in view message.
It needs to be custom coded.
If you want this feature you can hire me using https://www.shamimsplugins.com/hire/Shamim HasanKeymasterPlease use https://www.shamimsplugins.com/sensitive-information/ to send information. (fill up only website admin information)
Also i will create a test user account with my email so that i can test if i am receiving email. Is that ok?Shamim HasanKeymasterReply box will filled with a form or a separate form will be created?
Can you please give me a rough drawing what you want?Shamim HasanKeymaster1. Please go to Front-end message settings page (which page have
[front-end-pm]
shortcode). Not in Back-endif still not work and your website is in testing stage you can give me access to your website so that i can try.
Let me know.Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/email-notification-not-receiving/ and let me know.
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_action( 'fep_action_message_after_send', function( $message_id, $message, $inserted_message ){ $post = array( 'ID' => $message_id, 'post_title' => $inserted_message->post_title . ' #' . $message_id, ); wp_update_post( $post ); }, 10, 3);
Shamim HasanKeymasterCan you please recheck you had added correct code?
Which line is 434 line?
Can you please give me a screenshot of your added code and before and after 2 lines?Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_action( 'wp_enqueue_scripts', function(){ wp_deregister_script( 'fep-replies-show-hide' ); });
Update:
add following code in your theme’s (child theme’s if any) functions.phpadd_filter( 'fep_filter_hide_message_initially_if_read', '__return_false' );
June 4, 2018 at 11:40 pm in reply to: How to Link the conversation thread subject to original post? #14711Shamim HasanKeymasterI assume you are using fep_shortcode_new_message_form shortcode to create form
1) You can add
.fep-form-shortcode-newmessage .fep-form-field-message_title {display:none;}
in Front End PM PRO > Settings > General > Custom CSS. It will hide Subject field so user will not be able to edit subject. Please Note: If any user edit subject in source code those edit will be accepted.
2) User can copy original post link and paste in message content to refer back.Shamim HasanKeymasterShamim HasanKeymasterIf you go to Dashboard > Front End PM PRO > All Messages then take cursor to message title you can see message id.
If you do not need explicitly add message id to the subject, i prefer not to add id to the subject. We can not get id before message save. So we have to add id after message save that will save every message twice which will stress your server.
After that also if you want to add id to message subject then let me know. I will give you code to achieve that.Shamim HasanKeymaster1. Please see https://www.shamimsplugins.com/docs/front-end-pm/getting-started/basic-front-end-walkthrough/
2. Please go to Dashboard > Front End PM PRO > All Messages
3. May i know the purpose of message id in subject? You can enable email piping (https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/) which will add a unique id in subject in email. -
AuthorPosts