Shamim Hasan
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] How to add notificationYou will have to add
a
tag as well for the link to workForum: Plugins
In reply to: [Front End PM] Pull dynamically or add manually user ID to shortcode1. Passing user id as
to
also should work with shortcode
2. Which plugin you are using for this profile structure? You can ask their support to know how we can get user id in that profile page.Forum: Plugins
In reply to: [Front End PM] Announcements IntegrationCurrently we support wordpress roles to send announcement.
May be in future, we may support other 3rt party plugins.Forum: Plugins
In reply to: [Front End PM] How to add notificationYou can follow https://www.shamimsplugins.com/docs/front-end-pm/getting-started/show-unread-message-count-in-menu/ to get an idea
Forum: Plugins
In reply to: [Front End PM] Features questionsYou can use https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ , You can pass “to” with this shortcode.
Forum: Plugins
In reply to: [Front End PM] how to display names instead of avatar in sidebarYou can uncheck Dashboard > Settings > Discussion > Avatar Display
Forum: Plugins
In reply to: [Front End PM] display sender nameForum: Plugins
In reply to: [Front End PM] Features questions1. You can use https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_message_to/ or https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ shortcode
2. You can use https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/ for this (available in PRO version)
3. follow #2
4. You can follow https://www.shamimsplugins.com/support/topic/make-the-email-and-phone-black-out-in-the-message-content-its-possible/#post-28358 (you can replace email/phone number or show error)
5. Go to Dashboard > Front End PM > All MessagesForum: Plugins
In reply to: [Front End PM] add more files translationForum: Plugins
In reply to: [Front End PM] Avatar sizeCan you provide a screenshot of that page so that we can have an idea?
Forum: Plugins
In reply to: [Front End PM] Send default emails directly to user via pluginYou can get an idea from https://www.shamimsplugins.com/docs/front-end-pm/customization/send-welcome-message-user-register/ (instead of registration, you can use woocommerce hooks to send message).
Forum: Plugins
In reply to: [Front End PM] Restrict one-to-one messagingYou can use https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/ for this (available in PRO version)
Forum: Plugins
In reply to: [Front End PM] how to remove new message only from mailbox pageadd following code in your theme’s (child theme’s if your are using) functions.php
add_filter( 'fep_menu_buttons', function( $menu ){ unset( $menu['newmessage'] ); return $menu; }, 99 );
Forum: Plugins
In reply to: [Front End PM] Front End Notification to Specific UserThank you for your suggestion.
In future i may create this type of plugin.Forum: Plugins
In reply to: [Front End PM] No clean uninstall?if you use any caching plugin make sure to clear all cache.
This plugin deletes everything in that checkbox is checked.
If users’ have open tab when this plugin was installed, then you uninstalled this plugin but users are still in that page, then notification url will be hit, untill user refresh or move to another page. As css files are also get hits, it seems you are using any caching plugin where this url is loaded.Clear all caches and wait some time should fix all your questions.