How to Link the conversation thread subject to original post?


Home Forums Front End PM PRO How to Link the conversation thread subject to original post?

This topic is: Not Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14681
    Utsav Sarkar
    Participant

    I am using fep_shortcode_message_to shortcode to create a message form for all content. This allows the user to contact the author of the content.

    The subject is defaulted to the content’s title. I have 2 questions:

    1) Can I grey out the subject field so that the user cannot edit it
    2) When the 2 participants are sending messages to one another, is there a way to link the subject to the original post? This will allow the users to refer back to the original post anytime during the conversation.

    #14711
    Shamim Hasan
    Keymaster

    I 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.

    #14756
    Utsav Sarkar
    Participant

    1) thanks that worked.

    2) Isn’t there a way to display the title of original post on the conversation thread and then link it to that post? This way, the participants can view the original post from where the conversation started.

    #14780
    Shamim Hasan
    Keymaster

    We 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/

Viewing 4 posts - 1 through 4 (of 4 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.