Jacques Feuzeu
Forum Replies Created
- AuthorPosts
- Jacques FeuzeuParticipant
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.Jacques FeuzeuParticipantCan the “Subject” inside the field be edited as well to “Subject/Order Number”?
Thanks again.Jacques FeuzeuParticipantSorry, the code displays differently on my email. I copied here and it works.
Thanks a lot!Jacques FeuzeuParticipantThe 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.
Jacques FeuzeuParticipantHi,
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;
});Jacques FeuzeuParticipantHello,
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. - AuthorPosts