Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Thank you.
“Display name publicly as” is the name which is made to show publicly.
First Name and Last Name is saved in meta and is not searchable by default.
When you search a user it searches by id, Username, Nickname, Email, Website url. So when you do not found any user please check if you are searching by any of these.Shamim HasanKeymasterThank you.
I really appreciate.Shamim HasanKeymasterCan you please go to profile edit page of that user and see under which name “Margaret Argent” is showing?
Shamim HasanKeymasterHi Andrew
I wrote “Same Message” by mistake and it already sent email to subscribers. Then i corrected that in this forum.Forum one is correct.
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Recipient > Message type and select “Separate Message”.
Now when user will send message to multiple recipient (select one by one) then everyone will receive a separate message and users can send reply separately.Shamim HasanKeymasterPlease add following code in your theme’s (child theme’s if any) functions.php
add_action( 'fep_autosuggestion_arguments', 'fep_cus_autosuggestion' ); add_action( 'fep_group_members_suggestion_arguments', 'fep_cus_autosuggestion' ); function fep_cus_autosuggestion( $args ){ unset( $args['search_columns'] ); return $args; }
Let me know.
Shamim HasanKeymasterNext version will show full thread.
If you need urgently, please let me know so that i can give you code for this.Shamim HasanKeymasterI see.
You can use some regex to automatically remove phone numbers, email address (not always works).
I will add this feature in next version.Shamim HasanKeymasterAs this is an admin feature, it is designed to work in modern browser (ES6).
Shamim HasanKeymasterThis features misused a lot. Some users find it uncomfortable. So i did not migrate this feature in new version.
Let me know the use case this feature for you so that i have an idea of usages. So that if there any valid use case i can add this feature in new version.
September 2, 2018 at 12:28 am in reply to: Your Front End PM PRO is not active for this URL. Please visit your account page #17099Shamim HasanKeymasterAs you are in local development, no need to activate license. Just ignore the error message.
You are already getting all functionality.Shamim HasanKeymasterSorry for inconvenience.
Please go to https://www.shamimsplugins.com/checkout/purchase-history/ and click “View Details and Downloads” and bottom of that page under Products see file name and download link (front-end-pm-pro-v10.1.1), click that and file will be downloaded.Go to https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/activate-pro-version/ to read about activation process.
Let me know.
Shamim HasanKeymasterPlease go to https://www.shamimsplugins.com/checkout/purchase-history/ to download.
Shamim HasanKeymasterBy default all admin users have permission. If you need permission for any non admin users you can use
fep_current_user_can
filter hook to give permission.Shamim HasanKeymasterThis update was focused on performance. Most of the internal code and logic is changed. It is tested with 100,000+ messages without performance hits.
-
AuthorPosts