Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
October 14, 2019 at 11:04 pm in reply to: POP3 emails not deleted, results in hunderds of send e-mails #30143Shamim HasanKeymaster
can you send me the error you are getting?
October 14, 2019 at 9:36 pm in reply to: POP3 emails not deleted, results in hunderds of send e-mails #30135Shamim HasanKeymasterCan you reply a test message email with those pdf attached and see if that working?
Also please check your server error log if there any error there?October 14, 2019 at 7:53 pm in reply to: POP3 emails not deleted, results in hunderds of send e-mails #30129Shamim HasanKeymaster1. Normally how many message emails your website receive per minute?
2. was that happening for single message or multiple messages?
3. How much was the size of that message? any difference in that message with other messages?
4. It may possible that in 1 minute message process is not completed. Can you set as 5 minutes instead of 1 minute cron so that multiple imap connection is not open?Shamim HasanKeymasterif that class removed then if you click toggle button, it will toggle.
Shamim HasanKeymasterYou can make changes from this commit https://github.com/shamim2883/front-end-pm/commit/606a4b8bc1ea987721cf13c409f64cf46face71d
Then add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_sanitize_html_class', function( $classes ) { if ( fep_get_the_id() && ! fep_get_message_field( 'mgs_parent' ) ) { $classes = str_replace( [ 'fep-message-content', 'fep-hide-if-js' ], '', $classes ); } return $classes; });
Shamim HasanKeymasterYou can override
view-message-content.php
template to manually remove that class from parent message. Currently there is no direct hook to achieve this. Next version i will try to add hook to achieve this easily.October 11, 2019 at 11:14 pm in reply to: php to stop subscriber and or editor roles from embedding hot-links #30070Shamim HasanKeymasterCan you please send me message which they sent so that i can see which code they used?
Shamim HasanKeymasteraccess your database and export 4 tables (starting with PREFIX_fep_, PREFIX is your database table prefix) and import in your new database. Then in PREFIX_fep_messages table mgs_author column replace old user ids with new website user ids. also in PREFIX_fep_participants table mgs_participant column replace old user ids with new website user ids.
Shamim HasanKeymasterYou can go to Front End PM PRO > Settings > Emails > Reply email subject and remove subject and save.
This hack will prevent reply email sending.Shamim HasanKeymasterSo you do not want to send any email when reply to any message?
Shamim HasanKeymasterInvoice is sent to your email address.
Shamim HasanKeymasterDid you install https://wordpress.org/plugins/front-end-pm-ultimate-member-integration/ ? Is “Message” tab showing in UM profile page?
October 2, 2019 at 10:23 pm in reply to: Translation of the sentence "Group:" into the message, not found in .PO #29755Shamim HasanKeymasterShamim HasanKeymasterThank them from me.
They can usegrecaptcha.reset();
to reset captcha in ajax loaded form.Let me know.
Shamim HasanKeymasterWhich version of the plugin you are using?
Did you imported users as well?
import front-end-pm folder from you wp-content/uploads directory.Then try to send a message to any other user. After sent please check again if all messages shows or only last message.
Let me know. -
AuthorPosts