Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Sorry for the inconvenience.
Please uninstall previous plugin and install this attached one. This is a future release (beta version), use with caution.
Let me know.Regards
ShamimAttachments:You must be logged in to view attached files.Shamim HasanKeymasterThis problem exists after Disable all plugins except this plugin and change theme to default theme also? This should not be as in this condition this plugin is well tested and many other users using it.
Please check and let me know so that i can dig into other places for problem and solve the issue.
Regards
ShamimShamim HasanKeymasterPlease change and try.
Let me know so that i can try to solve the conflict.Regards
ShamimShamim HasanKeymasterDid you change theme to default theme and tried?
Shamim HasanKeymasterThank you for contacting.
I am outside of my country right now. I will be back next month. Then i will release a new version.Regards
ShamimShamim HasanKeymasterSorry for the late reply.
Did you follow my last message?Shamim HasanKeymasterI replied to your email. Did you get that?
Regards
ShamimShamim HasanKeymasteryou can use fep_get_new_message_button() and fep_get_new_announcement_number() function.
Shamim HasanKeymasteryou can find in front-end-pm-pro/assets/css/
Shamim HasanKeymasterI actually did not understand your question. You want to change your avatar image?
Shamim HasanKeymasterAdd you custom css in Front End PM > Settings > General > Custom CSS
Shamim HasanKeymasterif your php version 5.3+ add following code in you theme’s (child theme’s if any) functions.php
add_filter( 'fep_filter_display_participants', function(){ $participants = get_post_meta( get_the_ID(), '_participants' ); return implode( ', ', $participants ); });this will show user id (as you suggested) in participants list.
Shamim HasanKeymasterFor future reference, This issue was due to windows line ending in unix server. Change to unix line ending in email-piping.php resolved this issue.
Shamim HasanKeymasterPlease check now.
Shamim HasanKeymasterPlease confirm that you have full backup of your website and can restore if something goes wrong. I will access after your confirmation.
Regards
Shamim -
AuthorPosts