Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You can go to Dashboard > Front End PM PRO > All Announcement and check which announcement you want to keep in bin. Then from Bulk Actions select “Status change to pending”.
It will not show in front end and you can later delete that.
Shamim HasanKeymasterMessage and Announcement works in different way and they are queried also in different way.
So you will have to change so many filters to works it properly. Also some information for messages and announcement is different in database.
It will not be small amount code which i can provide you.Shamim HasanKeymasterPlease do not change plugin code as this will be lost when you update.
You will need to use those 3 filter hooks to execute. To know more about hooks please see https://developer.wordpress.org/plugins/hooks/filters/If you need custom code help you can contact via https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterUse following filter hooks and unset
$args['mgs_type']
and add$args['mgs_type_in'] = [ 'message', 'announcement' ]
fep_message_count_query_args fep_message_query_args fep_filter_get_message_with_replies
(Untested)
Shamim HasanKeymasterShamim HasanKeymasterPlease go to Front End PM PRO > Settings > Licenses and give me a screenshot of that page (obscure license key)
Shamim HasanKeymasterYou can add your own tag. Please follow https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/add-own-email-tag/
Shamim HasanKeymasterIt needs custom code to achieve this.
If you have PHP knowledge then i can direct you.Shamim HasanKeymasterWe cannot control some design as this is a plugin.
Missing alt tag for user image will be added in next version.
Tab index will also be added in “Toggle Messages”.
Please let me know if you found any more issue.Shamim HasanKeymasterI see those 2 keys are completely different.
Shamim HasanKeymasterI may go outside of Internet. Next expected available date is 5th march. I will address all 3 questions of your when i am back.
Shamim HasanKeymaster1. Backup your database first.
2. Download version 8.x from https://wordpress.org/plugins/front-end-pm/advanced/ and upload in your website.
3. Visit your website admin area. It should redirect you to update page. If not visit Front End PM > Settings > Update. Wait until finish.
4. Visit your message page and see if you see your messages. It YES, delete database table starting with PREFIX_fep_. If you do not see your messages then do not delete database table. let me know instead.
5. Now update to latest version. After update you should see an admin notice for database update. Click “Proceed”.Let me know.
My next answer may delay as i may go outside of internet. Expected available date 5th march
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_ajax_notification_interval', function( $interval ){ return 2 * MINUTE_IN_SECONDS * 1000; });
This will make request every after 2 minutes. You can change 2 to anything you want.
February 24, 2019 at 3:28 pm in reply to: BUG Block user & File upload Google Chrome Mobile(IOS) #22001Shamim HasanKeymasterThis is not problem with website. It is a bug of IOS mobile. as most of the page with jQuery uses alert and confirm js function, IOS bug freeze that time.
You can google to find more.Shamim HasanKeymasterI have updated above code. Please use this code.
-
AuthorPosts