Shamim Hasan Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 15 posts - 91 through 105 (of 2,479 total) ← 1 2 3 … 6 7 8 … 164 165 166 → Author Posts February 25, 2023 at 9:33 am in reply to: Email Piping #45314 Shamim HasanKeymaster Please follow https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/ January 25, 2023 at 1:16 pm in reply to: Hide more than one Group in same code: #45267 Shamim HasanKeymaster You can use like unset( $groups[ 7930 ], $groups[ 2343 ], $groups[ 1209 ] ); January 25, 2023 at 1:16 pm in reply to: Replying from email is not working anymore #45265 Shamim HasanKeymaster Yes, piping is instant. You can check if piping setup is correct. If possible setup again. https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/ December 12, 2022 at 11:17 pm in reply to: How to create dynamic links to send message to a group? #45185 Shamim HasanKeymaster Yes, you can use my above provided code to create a shortcode using do_shortcode December 12, 2022 at 11:16 pm in reply to: How to add a bcc email id of an admin on every messages sent to recipient? #45183 Shamim HasanKeymaster Hi again, I do not see any easy path for your requirement. You can contact through https://www.shamimsplugins.com/hire/ if you like so that i can try to write some code to achieve this. December 9, 2022 at 12:13 am in reply to: How to add a bcc email id of an admin on every messages sent to recipient? #45170 Shamim HasanKeymaster We can send a copy to any email address ( sent you code in my previous reply), but cannot change user “to” email address November 25, 2022 at 3:23 pm in reply to: Notification emails for announcements #45149 Shamim HasanKeymaster Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/announcement-email-queue/ November 25, 2022 at 3:20 pm in reply to: Add group name search on user profile editing page #45147 Shamim HasanKeymaster Currently you will have to modify code to achieve this. In future i will try to add this option. November 17, 2022 at 12:29 am in reply to: Remove Fep-Footer Information #45127 Shamim HasanKeymaster Please uncheck Front End PM PRO > Settings > General > Show Branding Footer November 11, 2022 at 11:01 pm in reply to: customized email template #45108 Shamim HasanKeymaster What information you want to show as checkbox and radio button? You can create your own. Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-beautify/ November 10, 2022 at 10:29 am in reply to: Pro version doesn’t find contacts #45092 Shamim HasanKeymaster For testing please go to Front End PM PRO > Settings > Recipient > Max recipients and set to 1. Let me know. November 10, 2022 at 10:27 am in reply to: POP3 Setup Issues #45090 Shamim HasanKeymaster 1. Which one is not working? Incoming emails or out going emails? Or both? 2. How many users you have in a single message? Also please try https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/email-notification-not-receiving/ November 10, 2022 at 10:22 am in reply to: Message Query by Meta Key #45088 Shamim HasanKeymaster Currently it supports order by only messages fields. You can use fep_filter_message_query_sql to change order by directly. November 7, 2022 at 10:07 pm in reply to: Customize topic field #45077 Shamim HasanKeymaster You want to show subject line as dropdown or add a new dropdown field? November 7, 2022 at 10:05 pm in reply to: Message Query by Meta Key #45072 Shamim HasanKeymaster Please try like following add_filter( 'fep_message_query_args', function( $args ){ $args['meta_query'][] = [ 'key' => 'parent_currency', 'value' => 'LKR', 'compare' => '=' ]; return $args; }); Let me know. Author Posts Viewing 15 posts - 91 through 105 (of 2,479 total) ← 1 2 3 … 6 7 8 … 164 165 166 →