Shamim Hasan

Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 2,484 total)
  • Author
    Posts
  • in reply to: Directory for Admin Only #15739
    Shamim Hasan
    Keymaster

    Also what php code you had changed to hide directory? Please remove that code so that we can investigate what is wrong with directory.

    in reply to: Directory for Admin Only #15736
    Shamim Hasan
    Keymaster

    I see you set “Max recipients” to 0(zero) which restrict all new message sent to user.
    If you want any role not to send new message (but admin can) then use role to role block to block that role.

    Set “To Role” as “All Roles” and “Block For” as “New Message”.
    If you set Admins in Front End PM PRO > Settings > Recipient > Can send to admin Then these feature is exempted. So users can send message using this feature if they are blocked by “Role to Role block” feature

    in reply to: Directory for Admin Only #15730
    Shamim Hasan
    Keymaster
    in reply to: Directory for Admin Only #15725
    Shamim Hasan
    Keymaster

    Can admin send message from “New Message” (not from directory)?
    are you using default theme or any other theme?
    Can you give me access to your site so that i can try?

    in reply to: Directory for Admin Only #15721
    Shamim Hasan
    Keymaster

    what is the nicename of that admin user the message is sending to? who is sender of that message?
    please deactivate all plugins and change theme to default theme then try.
    Let me know.

    in reply to: Directory for Admin Only #15716
    Shamim Hasan
    Keymaster

    Did you change any code or use any custom code for this plugin?
    If you unchecked that will hide directory for non admin users.

    in reply to: Directory for Admin Only #15699
    Shamim Hasan
    Keymaster

    please go to Front End PM PRO > Settings > General > Show Directory

    in reply to: Message box slow for certain users #15648
    Shamim Hasan
    Keymaster

    When a message is replied it become unread. There is a filter to show unread messages. You can use that filter.

    This is a sacrifice that is necessary to improve page load speed.

    in reply to: Plugin is Renewed but still show expired #15646
    Shamim Hasan
    Keymaster

    Thank you for renew. Your new license expiry date is July 10, 2019.
    For performance reason license data is cached for 1 week. It will automatically show updated information when current cached expire.

    If you want to show now, please remove license key then click “Save Changes” again input license key again “Save Changes”

    in reply to: Instructions for User to User messaging #15587
    Shamim Hasan
    Keymaster

    I forwarded to your new email.
    Please go to your profile (https://www.shamimsplugins.com/profile/) and check if your email address is correct with us. If not please update.

    in reply to: Instructions for User to User messaging #15581
    Shamim Hasan
    Keymaster

    i sent 2 emails in your email address. Please reply that email. I am waiting for your response.

    in reply to: Message box slow for certain users #15560
    Shamim Hasan
    Keymaster

    This was due to order by a non index field.

    in reply to: From name in admin #15546
    Shamim Hasan
    Keymaster

    This filter is added in version 7.4
    It is always recommended not to change any plugin code. there are lots of hooks in this plugin and you can change almost anything without touching plugin code.

    You want to change only your name in everywhere? or all authors name in “all messages”?

    in reply to: Message box slow for certain users #15544
    Shamim Hasan
    Keymaster

    Please add following code in your theme’s (child theme’s if any) functions.php

    add_action( 'fep_message_query_args', function( $args ){
    	unset( $args['orderby'], $args['meta_key'] );
    	return $args;
    });
    

    This will order your messages by created date, but query will be lot faster.

    Let me know.

    in reply to: Message box slow for certain users #15536
    Shamim Hasan
    Keymaster

    If test site have same issue (as you said 2 and 5 seconds) then i can work in that test site.

    Please send all information of that test sites including login url of that test site (not live site).
    I can not access with your provided information. It is showing “ERROR: Wrong login or password” with both of your admin and normal user credential.

Viewing 15 posts - 1,681 through 1,695 (of 2,484 total)