Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,431 through 2,445 (of 2,486 total)
  • Author
    Posts
  • in reply to: Upgrade from Free to Pro #1452
    Shamim Hasan
    Keymaster

    You can pass ‘fep_mr_to’ with your multiple recipient ids separated by comma

    in reply to: User Exclusion #1449
    Shamim Hasan
    Keymaster

    assuming your php version 5.3+ and wordpress version 4.4+

    Use following code in your theme’s functions.php

    add_filter( 'fep_directory_arguments', function( $args ){
    	
    	$args['role__not_in'] = array( 'subscriber' );
    	
    	return $args;
    });
    

    Change ‘subscriber’ to any role you want. You can use multiple roles also

    in reply to: Upgrade from Free to Pro #1428
    Shamim Hasan
    Keymaster

    Go to Front End PM PRO > Settings > General and keep unchecked “Remove Data on Uninstall?”
    OR
    Delete via ftp

    This will keep your data.

    in reply to: Upgrade from Free to Pro #1423
    Shamim Hasan
    Keymaster

    Thank you for contacting.
    Please uninstall or delete Free plugin then upload PRO version. Activate and use like normal plugin.
    See https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/activate-pro-version/

    in reply to: Select from directory fails new message #1414
    Shamim Hasan
    Keymaster

    did you upgraded from Free version to PRO or updated from PRO previous version to PRO latest version?

    in reply to: Select from directory fails new message #1408
    Shamim Hasan
    Keymaster

    Thank you for contacting.
    1. Are you clicking “Send Message” from Directory or typing name in “To” field?
    2. are there any custom code for this plugin in your website?
    3. is admin-ajax.php blocked in your website?

    Also let me know “Max recipients” in Front End PM > Settings > Recipient

    in reply to: send message button #1393
    Shamim Hasan
    Keymaster

    did you apply https://www.shamimsplugins.com/docs/front-end-pm/customization/user-name-pre-populate-new-message/ ?
    remember to change USER with your service provider nicename/id/email/login

    Regards
    Shamim

    in reply to: Shortcode Filter/Hook to Email author #1379
    Shamim Hasan
    Keymaster

    I am sorry to say that i will charge $50. I will make an extension for this so that you can update main plugin when available without losing this changes.
    If you agree you can give me what message you want to send to post author. i will make extension and send to you. when everything ok you will pay me via paypal

    in reply to: We do not receive any email on any address, user or other #1369
    Shamim Hasan
    Keymaster

    Thank you for contacting.
    Please go to settings > Emails and write what email you want to receive when a new message or reply message is sent. Please fill both subject and content field.

    Let me know.

    in reply to: Shortcode Filter/Hook to Email author #1356
    Shamim Hasan
    Keymaster

    I may charge 50 USD.

    Thanks

    in reply to: Shortcode Filter/Hook to Email author #1342
    Shamim Hasan
    Keymaster

    Thank you again.
    You can make a shortcode of a button, and create an onclick event, when onclick, create an ajax request which will send a message using fep_send_message() function.

    If it needs some code, i could give you, but it needs many code and it will be better if you or your programmer can create an extension with that code.

    If you want us to create an extension for this you can hire us. https://www.shamimsplugins.com/contact-us/

    in reply to: Shortcode Filter/Hook to Email author #1336
    Shamim Hasan
    Keymaster

    Thank you for contacting.

    1. Yes, it is possible, but it needs custom code. If you are a programmer, you can use fep_send_message() function to achieve this.
    2. Yes, it is possible.

    in reply to: Activation fails #1270
    Shamim Hasan
    Keymaster

    did you tried to deactivate license? Please remove license key then Save, again input your license key and again save.
    If still do not work please give me admin access of your website. Please full backup your website before giving me admin access.

    in reply to: Activation fails #1262
    Shamim Hasan
    Keymaster

    what is error you are getting? I have seen your license code and seems to be ok. Also it is showing you have activated this license in two sites.

    in reply to: Activation fails #1247
    Shamim Hasan
    Keymaster

    You have bought single site license. It is already activated. You can go to that site where it is activated, go to Dashboard > Front End PM > Settings > Licenses and Deactivate. This will allow you to activate license in new site url

Viewing 15 posts - 2,431 through 2,445 (of 2,486 total)