Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Also what php code you had changed to hide directory? Please remove that code so that we can investigate what is wrong with directory.
Shamim HasanKeymasterI 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” featureShamim HasanKeymasterShamim HasanKeymasterCan 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?Shamim HasanKeymasterwhat 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.Shamim HasanKeymasterDid you change any code or use any custom code for this plugin?
If you unchecked that will hide directory for non admin users.Shamim HasanKeymasterplease go to Front End PM PRO > Settings > General > Show Directory
Shamim HasanKeymasterWhen 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.
Shamim HasanKeymasterThank 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”
Shamim HasanKeymasterI 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.Shamim HasanKeymasteri sent 2 emails in your email address. Please reply that email. I am waiting for your response.
Shamim HasanKeymasterThis was due to order by a non index field.
Shamim HasanKeymasterThis 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”?
Shamim HasanKeymasterPlease 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.
Shamim HasanKeymasterIf 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. -
AuthorPosts