Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Why you use Free version when you have PRO version?
Some server limit email sending within time. Free version send email at a time, so if server limit that then those email will not be sent.
PRO version have a feature to queue your announcement emails. So that emails will be sent in your desire time with a small chunk. You can try use that feature.September 6, 2017 at 10:27 pm in reply to: Redirection of ads mails to private internal messaging #6331Shamim HasanKeymasterGlad to hear that issue is solved and it is not this plugin issue.
Let me know anytime if you need my assistance about Front End PM PRO.Regards
ShamimSeptember 6, 2017 at 3:37 pm in reply to: [Suggestion] Always display the other person instead of the user itself. #6319Shamim HasanKeymasterNice suggestion.
I will try to do this in next major version.
If you can send some CSS for this you are welcome.Thanks
September 6, 2017 at 11:45 am in reply to: [Suggestion] Always display the other person instead of the user itself. #6312Shamim HasanKeymasterThank you again.
But There can be added unlimited number of recipients. In this approach more than 3-4 recipients will make clutter and make this system unreadable.Last version also i tried to make like this but i was out of idea. When i get any good idea i will make those changes.
If you (anyone) have any good idea please let me know.Thanks
Shamim HasanKeymasterYour attachment will not be sent with email in your approach.
From my codeadd_action ('fep_action_message_after_send', 'fep_open_emr_upload_attachments', 10, 3 );
and bellow everything move to abovefunction action_putmessage( $args ) {
. That means attachment hook have to be added first.Let me know.
September 5, 2017 at 9:00 pm in reply to: Redirection of ads mails to private internal messaging #6296Shamim HasanKeymasterI have investigate in your website and it seems any plugin and/or theme adding BOM Char which creating problem. (WordPress recommended way for file encoding is without BOM)
Please disable all plugins except this one and change theme to default theme and try. If work then enable your theme and enable your plugins one by one and try. Let me know when starting this issue.Thanks
Shamim HasanKeymasterThis plugin do this when plugin install. So if role not present that time it can not detect.
Any role added later have to manually ticked.Thanks
Shamim HasanKeymasterWhen this plugin is installed first time all the roles (including custom roles) will be ticked.
Is not is happening to you?September 5, 2017 at 4:27 pm in reply to: [Suggestion] Always display the other person instead of the user itself. #6273Shamim HasanKeymasterI understand you. But this plugin support multiple recipients. Suppose you have started a conversation where recipients are 5 persons. So you are sender but receivers are 5 persons. So which users avatar will show?
September 5, 2017 at 12:23 pm in reply to: [Suggestion] Always display the other person instead of the user itself. #6266Shamim HasanKeymasterThank you.
Suppose you have 5 recipients. So which users avatar will show? currently user who sent last message, his/her avatar is shown.September 5, 2017 at 12:16 pm in reply to: Redirection of ads mails to private internal messaging #6263Shamim HasanKeymasterI can not access your Back end or message system. Please log in with this user and access message system or back end. You will see error.
Also if possible change language to english for testing.
September 4, 2017 at 8:01 pm in reply to: Redirection of ads mails to private internal messaging #6236Shamim HasanKeymasterIt happens to all users or only for ARALprem?
Can you please create a test account and give me credentials along with message page url?Shamim HasanKeymasterPlease check following
1. Allow attachment in Front End PM PRO Settings
2. File mime type is present and it is in allowed type
3. File size is less then from Front End PM PRO SettingsYou can also remove some check from this function and try to find out which check failed. eg remove
if( !$mime || !in_array( $mime, get_allowed_mime_types() ) ) return false;
then try. Also remove other check and try.
September 3, 2017 at 9:59 am in reply to: Front End PM Pro causing date conflict With "Toolset" plugin #6206Shamim HasanKeymasteris “Toolset” is in wp repository? Please give me the link.
‘the_time’ is wp core filter and it has 2 arguments. So if any plugin use that they should provide 2 arguments but That plugin did not provide that. That plugin should correct that.I will also correct my code for this type of issue for those plugin which this hook use wrongly.
You can temporarily correct code to use for now. go to front-end-pm-pro/functions.php and change
fep_format_date( $date, $d )
tofep_format_date( $date, $d = '' )
Shamim HasanKeymasterI am not sure if i will add in future because it is not most of the users use and it need a pretty big library. Also it use unnecessary resources for our purposes.
But time will tell if anytime need this to include.
-
AuthorPosts