• TheRock

    (@rachidaitouaissi)


    Hello

    The plugin works perfectly but with the last update i can’t send pm message when with this filter is exists in my function.php it was working in the previous version,

    add_filter( ‘fep_menu_buttons’, ‘fep_cus_fep_menu_buttons’, 99 );

    function fep_cus_fep_menu_buttons( $menu )
    {
    unset( $menu[‘newmessage’] );
    return $menu;
    }

    Any help please thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    Since version 6.1 it will remove it’s functionality. So as you removing New Message menu button, it is removing new message functionality.

    As you are removing button, how are you sending message? May be you want this https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/

    Thread Starter TheRock

    (@rachidaitouaissi)

    Oh thank you so much the ajax is great, I will donate you later for sure.

    One more thing please in the Message Box is there any way to check and uncheck all the messages so will be easy to delete all selected message.

    Thank you

    Plugin Author Shamim Hasan

    (@shamim51)

    If you want to delete only for you (other participant of same message still see that message ) you can delete from front-end. You can select any message(s) from messagebox. You can also set how many messages will be shown by go to Dashboard > Front End PM > Settings > General > Messages to show per page

    If you want to delete message from all participant (delete from database) please use Dashboard > Front End PM > All Messages

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Lat update’ is closed to new replies.