Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
1+2: Please follow https://www.shamimsplugins.com/support/topic/change-text-and-link-when-not-logged-in/
3. Sorry, this plugin works only with registered users as this needs user id to map messages.Shamim HasanKeymasterSorry for the late reply for weekend.
I tried with admin account and working.
But i could not login using subscriber account, so i could not test that. Can you please check that you can login with subscriber account you provided me? It is showing by cookies is blocked which is not. I tried with multiple browser (Safari, chrome, firefox) and showing same error message.Shamim HasanKeymasterYou can contact me using https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterYes, pass
valuewhen creating form field with that meta value.Shamim HasanKeymasteri can try to write some code for you, but it will take some time.
Shamim HasanKeymasterPlease add following code in your theme’s (child theme’s if you are using) functions.php
add_filter('fep_directory_table_columns', function( $columns ){ unset($columns['name']); return $columns; });Shamim HasanKeymasterIs it possible for your to give me admin and FTP/SFTP access so that i can try?
If yes please send using https://www.shamimsplugins.com/sensitive-information/Shamim HasanKeymasterinstead of
$user = wp_get_current_user();use$user = get_userdata( $userid );Shamim HasanKeymasterCan you please login as that admin user and go to settings page in front-end. See the Blocked users and if that sender user is blocked.
Let me know.Shamim HasanKeymasterAre you logged in as same user as that admin? You cannot send message to yourself.
Log in as another user and try again.Let me know.
Shamim HasanKeymasterCan you let me know exact how many messages and announcements you have so that i can test in my side to see the performance? You can find in Dashboard > Front End PM PRO > All Messages and All Announcements
I have tested with 200000 messages without any performance hit.
Also let me know which version of the plugin you are using.And for that url call, this is for new message notification. By default it is called every after 60 seconds for each user (it is changeable using hook).
Shamim HasanKeymasterCan you please give me your website url so that i can try?
Shamim HasanKeymasterIt will be possible. Just add a text field and then follow https://stackoverflow.com/a/27463687/8285659
Shamim HasanKeymasterHow many total messages you have?
You can find all messages in DB table namedPREFIX_fep_messageswhere PREFIX is your DB table prefix.Is it slow when sending messages or reading messages as well?
How big is your website is? Do your use any object caching? Eg. memcached?Shamim HasanKeymasterYou can deactivate the plugin and when activate again you can add same license.
-
AuthorPosts