Shamim Hasan

Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 2,464 total)
  • Author
    Posts
  • in reply to: Hook to use before messages load #11161
    Shamim Hasan
    Keymaster

    You want a hook when a message is sent or messagebox is loaded?

    in reply to: You have invalid or expired license key #11145
    Shamim Hasan
    Keymaster

    it will connect just once to check the license per week. So it should not be any issue.
    your website is becoming slow because it can not check license, So it try again.
    Please ask your host if this website (shamimsplugins.com) is blocked or not. when we get the response from your host we can proceed.

    in reply to: Making message read-only #11113
    Shamim Hasan
    Keymaster

    Please add those code directly to your theme’s (child theme’s if any) functions.php and see how many arguments you received.

    Let me know.

    in reply to: You have invalid or expired license key #11105
    Shamim Hasan
    Keymaster

    not your ip, may be my website ip is blacklisted by your host. Just to be sure, please ask your host that your website can not connect to shamimsplugins.com. I see your website can contact my other website, just causing issue with this website. License server is in this website, so it is required to connect to this website. Please ask and let me know.

    in reply to: Making message read-only #11056
    Shamim Hasan
    Keymaster

    You have missed ‘send_reply’ part. Please add

    if( 'send_reply' !== $cap )
    return $can;
    

    after line 76

    also write 10 and 3 as integer (without single quote). You can see functions.php of this plugin for this hook, this hook is passing 3 arguments.

    in reply to: You have invalid or expired license key #11048
    Shamim Hasan
    Keymaster

    Please ask your host that your website can not connect with shamimsplugins.com. it is receiving 403 response (Access denied. Your IP address is blacklisted. If you feel this is in error please contact your hosting provider’s abuse department.)

    Please let me know what they tell.

    in reply to: You have invalid or expired license key #11043
    Shamim Hasan
    Keymaster

    Please contact you host and tell them that your website is receiving 403 response (Access denied. Your IP address is blacklisted. If you feel this is in error please contact your hosting provider’s abuse department.)

    Also please give me ip address of your website.

    Let me know.

    in reply to: You have invalid or expired license key #11018
    Shamim Hasan
    Keymaster

    Please give me access to your website admin and ftp.
    Full backup your website before giving me access.

    in reply to: Admin Only option? Announcement? #10944
    Shamim Hasan
    Keymaster

    Did you update from any previous version? If yes, from which version?
    Did you upgrade from FREE version? if yes, from which version?

    in reply to: Admin Only option? Announcement? #10937
    Shamim Hasan
    Keymaster

    Please find in sidebar. See screenshot

    Attachments:
    You must be logged in to view attached files.
    in reply to: Attachments when sending to multiple recipients #10919
    Shamim Hasan
    Keymaster

    Thank you for letting me know. It it happening due to object passed by reference.
    It is already fixed. Next version you will get it fixed. If you now want to change code please go to class-fep-pro-to.php line 536 and change foreach loop with this foreach loop

    
    foreach ( $this->first_message_attachments as $attachment ){
    	$attachment = (array)$attachment;
    	$file = get_attached_file( $attachment['ID'] );
    	unset( $attachment['ID'], $attachment['guid'] );
    	wp_insert_attachment( $attachment, $file, $message_id );
    }
    

    Let me know. Also let me know if you find any more issues.

    in reply to: Making message read-only #10913
    Shamim Hasan
    Keymaster

    This has 3 arguments.
    Can you please give me exact code what you have added and where added?

    in reply to: Autocomplete and Send Message from Directory not working #10907
    Shamim Hasan
    Keymaster
    in reply to: You have invalid or expired license key #10904
    Shamim Hasan
    Keymaster

    Is it possible to update php version? at least 5.6?

    Can you please deactivate all other plugins except only this one and change theme to default theme and try?

    in reply to: Making message read-only #10901
    Shamim Hasan
    Keymaster

    which version of this plugin you are using?

Viewing 15 posts - 1,951 through 1,965 (of 2,464 total)