Jacques Feuzeu

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: How to edit some information? #16426
    Jacques Feuzeu
    Participant

    Thank you very much.
    Is it possible to add an instead a separate field under the “Subject” field, with a name, “Order Number” and written inside the field as well?
    If this not possible, I will stay with what you proposed earlier.
    Thanks a lot.

    in reply to: How to edit some information? #16338
    Jacques Feuzeu
    Participant

    Can the “Subject” inside the field be edited as well to “Subject/Order Number”?
    Thanks again.

    in reply to: How to edit some information? #16335
    Jacques Feuzeu
    Participant

    Sorry, the code displays differently on my email. I copied here and it works.
    Thanks a lot!

    in reply to: How to edit some information? #16332
    Jacques Feuzeu
    Participant

    The code snippet you are trying to save produced a fatal error on line 1:

    syntax error, unexpected ‘&’
    The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before.

    Please use the back button in your browser to return to the previous page and try to fix the code error. If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site.

    in reply to: How to edit some information? #16329
    Jacques Feuzeu
    Participant

    Hi,
    I got “Fatal error” on the first line of this code:

    add_filter( 'fep_main_shortcode_output', function( $out ) {
    if( ! is_user_logged_in() ){
    $out = '<div class="fep-error">' . sprintf( __( 'You must login to view/send a message.', 'front-end-pm' ), wp_login_url( get_permalink() ) ) . '</div>';
    }
    return $out;
    });

    in reply to: How to edit some information? #16320
    Jacques Feuzeu
    Participant

    Hello,
    I was wondering if it’s possible to:
    1) Edit this message from “You must login to view your message.” to “You must login to view/send a message. If yes, how?
    2) Edit the message “Subject” to “Subject/Order number”. If yes, how?
    Thanks a lot.

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