Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please see https://www.shamimsplugins.com/docs/front-end-pm/customization/remove-minlength-message-title/
instead ofmessage_titleusemessage_contentand instead ofminlengthusemaxlengthShamim HasanKeymasterI see it is working fine. See screenshot.
What browser you are using? Clear your browser cache then try again.If you or your user do not sent message to multiple user at once you can disable multiple recipient. Go to Front End PM PRO > Settings > Recipients > Max recipients and set to 1
Attachments:You must be logged in to view attached files.Shamim HasanKeymasterPlease create 2 test account (1 admin and another normal user) and send to me using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterWhat is your language code?
I have tested now again with one of RTL language and both are working fine.
Can you please change your theme to one of default theme (eg. Twenty Sixteen) and then test?Let me know.
Shamim HasanKeymasterPlease use https://www.shamimsplugins.com/sensitive-information/ and send me an admin and ftp credentials. Also please note that i will create an test account with my email address so that i can test if i am getting email.
Shamim HasanKeymasterSever without cPanel may have very different settings. You can ask your host how to forward an email to a php script in your server.
OR
you can use POP3 feature. Go to Front End PM PRO > Settings > Emails > Email Piping/POP3. You can use any email address with POP3 access (even gmail, yahoo) for it.
Shamim HasanKeymasterIt is tested and working.
Please go toDashboard > Users > Your Profile > Nameto see different type of names for you. You have to useUsername(case sensitive) from there to search. Go to edit user page to get other users UsernameShamim HasanKeymasterSorry, i changed only “TEXT” tab buttons.
Please check now.
As this is a message system which will not show publicly, i think user will not use those buttons too often. You can show plain textarea if you want. Go to Front End PM PRO > Appearance > General > Editor TypeShamim HasanKeymasterI have added some code in Front End PM PRO > Settings > Appearance > Custom CSS. It is affected those buttons. You can adjust that code if needed.
Shamim HasanKeymasterMay you please give me a screenshot of your message page (full page)?
If possible give me a link of your message page (in that case create a test account and send me credentials using https://www.shamimsplugins.com/sensitive-information/)Shamim HasanKeymasterYou can add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_table_prepare_items_args', function( $args, $message_type ) { if( ! empty( $args['s'] ) && preg_match( '/^\S{4,}$/', trim( $args['s'] ) ) && ( $user = get_user_by( 'login', trim( $args['s'] ) ) ) ) { $args['participant_query'][] = array( 'mgs_participant' => $user->ID, ); unset( $args['s'] ); } return $args; }, 10, 2 );It will match user_login (case sensitive).
Shamim HasanKeymasterI have added a new filter for this purpose in latest version of the plugin.
Please update this plugin to latest version (10.1.6) then add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'fep_add_important_to_inline_css', '__return_true' );Now change settings in Appearance tab. Let me know.
Shamim HasanKeymasterShamim HasanKeymasterShamim HasanKeymasterYou can deactivate all other plugins and change theme to one of default theme (tweenty*) then test.
If you can give me access to your website (admin & ftp) then a can try, otherwise i am out of recommendations.
-
AuthorPosts