Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,311 through 2,325 (of 2,464 total)
  • Author
    Posts
  • in reply to: Send "username" in email instead of sender #3225
    Shamim Hasan
    Keymaster

    assuming your php version 5.3+
    Add following code in your theme’s functions.php (child theme’s if any)

    
    add_filter( 'fep_eb_email_legends', function( $legends, $post ){
    	$legends[ 'sender_username' ] = array(
    				'description' => __('Sender Username', 'front-end-pm'),
    				'where' => array( 'newmessage', 'reply' ),
    				'replace_with' => ! empty( $post->post_author ) ? fep_get_userdata( $post->post_author, 'user_login', 'id' ) : ''
    				);
    	return $legends;
    	
    }, 10, 2);
    

    Then go to Dashboard > Front End PM > Settings > Emails. use {{sender_username}} to send username in emails.

    in reply to: Send "username" in email instead of sender #3217
    Shamim Hasan
    Keymaster

    Right now there is no shortcode for username but you can make one easily. use fep_eb_email_legends to make one.

    in reply to: ajax search not working #3080
    Shamim Hasan
    Keymaster

    your theme should allow admin-ajax.php. There should be any option or any other way to allow this call.
    Please contact your theme author.

    in reply to: ajax search not working #3074
    Shamim Hasan
    Keymaster

    please log in to your website as non admin user, Then try to access your website back-end. You will see a error message.
    Which plugin/theme showing that message?
    If you do not know then please change your theme to default theme and then try to access your back-end, If you can access then your theme is doing that. Otherwise any plugin is doing that.

    in reply to: Downloading attachments doesn't work on Android #3001
    Shamim Hasan
    Keymaster

    My phone also have 4.0.4, so that is not an issue.
    Please check your phone if there is enough memory or network problem or any other problem.

    in reply to: Downloading attachments doesn't work on Android #2995
    Shamim Hasan
    Keymaster

    I have downloaded your attached pdf file in my android phone without any error.
    Please check your phone if there is enough memory or network problem or any other problem.

    in reply to: Downloading attachments doesn't work on Android #2989
    Shamim Hasan
    Keymaster

    in my test website i have sent 1 pdf file and 1 png file and download from android phone. Everything working perfectly.

    Can you please make a test user in your website and send some attachments. Then give access to me So that i can try.

    in reply to: Downloading attachments doesn't work on Android #2986
    Shamim Hasan
    Keymaster

    Thank you for letting me know. I will investigate and let you know.

    in reply to: ajax search not working #2980
    Shamim Hasan
    Keymaster

    When non admin user try to access your website admin area they see a error that they do not have permission to access. Which plugin show that error message?

    in reply to: Send All feature #2962
    Shamim Hasan
    Keymaster

    You can create announcement. You can select role(s) and every users of that role(s) will get that announcement.

    in reply to: ajax search not working #2959
    Shamim Hasan
    Keymaster

    your admin-ajax.php is blocked for non admin users by any other plugin or custom code. So non admin users can not create ajax request from front end.
    You should consider unblock admin-ajax.php

    in reply to: ajax search not working #2950
    Shamim Hasan
    Keymaster

    which user you are logged in? Please login with user details what you gave to me, then try.
    Let me know.

    in reply to: messages filters #2947
    Shamim Hasan
    Keymaster

    according to current version (4.8), only first message of the thread will count. when you send a message that will be in “Sent” filter and when someone will sent you a message that one will be in “Inbox” filter. Any reply message does not change message position to another filter.

    in reply to: ajax search not working #2938
    Shamim Hasan
    Keymaster

    i see it is working.
    Can you please clear your browser cache and try again.

    in reply to: ajax search not working #2930
    Shamim Hasan
    Keymaster

    Not file permission, Some website block admin access for users.
    Please give me credentials here, check “Set as private reply”

Viewing 15 posts - 2,311 through 2,325 (of 2,464 total)