Group message


Home Forums Front End PM PRO Group message

This topic is: Not Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12373
    Manish Patel
    Participant

    When i send group message, one user get You do not have permission to view this message! Please help. i have checked users role in security and everything seems fine.

    Thank you

    #12376
    Manish Patel
    Participant

    it seems like when i reply to group message other users are getting You do not have permission to view this message!

    so i had sent group message using admin account, no one had reply to message so few days later i add reply and all other user in group getting You do not have permission to view this message!

    Thank you

    #12379
    Shamim Hasan
    Keymaster

    Please go to class-fep-group-message.php line 370
    before $group = get_post_meta( $id, ‘_fep_group’, true );
    add

    
    if( 'threaded' == fep_get_message_view() ){
        $id = fep_get_parent_id( $id );
    }
    

    Let me know if this works.

    #12382
    Manish Patel
    Participant

    Which file should i edit?

    #12385
    Manish Patel
    Participant

    Never mind, i didn’t read correctly.
    i have added and it worked.
    Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 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.