Shamim Hasan

Forum Replies Created

Viewing 15 posts - 586 through 600 (of 2,460 total)
  • Author
    Posts
  • in reply to: Ajax replies? #39576
    Shamim Hasan
    Keymaster

    I sent you a test website credentials to your email address to test reply. Let me know.

    in reply to: Ajax replies? #39565
    Shamim Hasan
    Keymaster

    Which version of the plugin you are using?
    Replies are already sent using ajax and added to the thread.
    If it is not the case for you, you can check if you are using latest version of the plugin and is there any js error in that page.

    in reply to: fep_filter_read_receipt example and message recipient #39530
    Shamim Hasan
    Keymaster

    You can use fep_filter_read_receipt_individual as you already wrote (can change $time variable to something else) and fep_filter_read_receipt like following

    add_filter( 'fep_filter_read_receipt', function( $output, $receipt ){
    	return implode( '', $receipt );
    }, 10, 2);
    
    Shamim Hasan
    Keymaster

    Can you share your website url?

    in reply to: Template or pre-populated message #39512
    Shamim Hasan
    Keymaster

    Yes possible. To easily achieve this you can add your questions in url. Eg. add &message_content=your+question+here in the url when you redirect to message page. For more complex conditions you can achieve this in php code or js as well. Let me know which method is more suitable for you so that i can give you some more info about that.

    in reply to: How to edit the writing in webpages. #39510
    Shamim Hasan
    Keymaster

    It depends on the location of that sentence.
    Eg. above sentence is located in the header.php
    As per the documentation create a folder called “front-end-pm” inside your child theme. Then copy header.php from this plugin’s template folder and paste in your child theme’s front-end-pm folder. Now edit that file in your child theme and that will change code in your website.

    in reply to: POP3 Reply #39508
    Shamim Hasan
    Keymaster

    Thank you.
    I also think this will be a great feature but it should be more straight forward. When i will get a good idea which will work for all users, i will definitely add this feature.
    Currently i have one idea that if any user send any email to that email address which does not have any key in the subject that will be sent to the admin as a new message. But i am searching for more good idea for this.

    in reply to: fep_filter_read_receipt example and message recipient #39503
    Shamim Hasan
    Keymaster

    You can use like following

    add_filter( 'fep_filter_read_receipt_individual', function( $receipt, $time, $participant ){
        //here use your logic to change $receipt
        return $receipt;
    }, 10, 3);
    

    Let me know if you understand.

    in reply to: How to edit the writing in webpages. #39492
    Shamim Hasan
    Keymaster

    You can add following code in Front End PM PRO > Settings > Appearance > Custom CSS

    .fep-box-size {
    	display: none;
    }
    
    Shamim Hasan
    Keymaster

    For V3 google check so many things in background before determining bot or human. It may be browser ip/cookie/cache or anything which making false positive.
    As there is no way to prove that we are human, that’s why i still prefer to use V2 where if it making false positive it will give us an option to prove that we are human.

    in reply to: How to use user name pre-populate new message “To” #39462
    Shamim Hasan
    Keymaster

    Suppose you are writing a blog post and now you want your users to send a message to you about that blog post. You can add this link in that blog post. Now when a user will click that link they will redirect to message page with your name in the “To” field so that they will not need to search your name. They can just write subject and message and send to you.

    I believe you are using version 5.1+.There are 2 shortcodes to easily achieve this. I suggest you use one of those instead of using link directly. You can get link of those shortcodes in little lower of that docs page https://www.shamimsplugins.com/docs/front-end-pm/customization/user-name-pre-populate-new-message/.

    in reply to: POP3 Reply #39460
    Shamim Hasan
    Keymaster

    In that case user will have to remember all users username. Also they will have to write that code exactly which will be wrong in most of the cases.
    In addition to that this will also introduce bot issue, spam messages can be sent easily.
    This is a security issue as well, as from email can be spoofed.

    in reply to: Archive > Inbox #39441
    Shamim Hasan
    Keymaster

    It can be moved back to inbox, but it seems that option is not populated when load messages. You can go to archive then refresh that page (click address bar and press enter) then check that message and select restore from bulk action.

    I will add that option always in next version.

    Shamim Hasan
    Keymaster

    It will be transferred automatically.

    in reply to: Pluggin installed but not showinh on the contact form #39423
    Shamim Hasan
    Keymaster

    @oskar1 i do not see any code of this plugin in your contact form. Did you followed https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/ ?

    If still not working please create a separate topic so that i can support you better.

Viewing 15 posts - 586 through 600 (of 2,460 total)