Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please remove your license key then save changes and again input your license key then again save changes.
Let me know.Shamim HasanKeymasterIt is already fixed. Please update to latest version (8.4.1).
Now whitelist users have permission if blocked by role also.Shamim HasanKeymasterHow you send announcement to custom selected users? When you go to Front End PM PRO > New Announcement in right sidebar there is option to select role(s). You can create a temporary role with users to whom you want to send announcement then you can select that role from right sidebar when create announcement.
Shamim HasanKeymasterUser whitelist should bypass this block. I will modify this behavior in next version.
If you need this now and you know php, you can use
remove_action( 'fep_action_validate_form', array( Fep_Role_To_Role_Block::init(), 'fep_action_validate_form' ), 10, 3 );and add your own custom validation where you can alow this exception.Shamim HasanKeymasterI see your license will be expired in March 26, 2019
Where are you getting this error message? What it shows in Dashboard > Front End PM PRO > Settings > Licenses?Shamim HasanKeymasterPlease use Contact Form 7. Because Gravity Form will create CPT which is unnecessary in our case. Also it is hard to map field with submitted field value (i do not have experience with gravity form for this type of submission).
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_filter_show_which_name', function( $which ){ return 'first_last_name'; });It will show first name and last name
Shamim HasanKeymasterThis should work.
Are you giving permission to show notification?Give me access to your website for testing. Please use https://www.shamimsplugins.com/sensitive-information/ (give me Website Admin and Website normal user information)
Shamim HasanKeymasterIt is recommended to use latest version always.
So many thing have been changed since 4.8. See changelog bottom of https://www.shamimsplugins.com/products/front-end-pm-pro/
If possible please update to latest version.announcement email queue should work in 4.8 also. Please test if that work.
Shamim HasanKeymasterYes, they are different. If you want to notify anything to your all users, announcement is better. Also it support email queue system, so that it can send email to any amount of users.
Go to Front End PM PRO > New Announcement
Shamim HasanKeymasterWhich browser you are using?
Please go to https://www.whatsmybrowser.org/ and give me link.Shamim HasanKeymasterAre you sending message or announcement?
Shamim HasanKeymasterPlease go to Dashboard > Front End PM PRO > Settings > Misc
Shamim HasanKeymasterYou can create a form with “Gravity forms” or “Contact Form 7” and use their custom submit hook to send a message using that data.
Eg. if you use Contact Form 7, you can usewpcf7_before_send_mailhook to create a message using that data.
It need custom coding.You can hire me if you need me to code for you. Use https://www.shamimsplugins.com/hire/
June 20, 2018 at 10:41 pm in reply to: Email replies to group messages are not being sent back out to entire group #15155Shamim HasanKeymaster7. in clas-fep-group-message.php after
function send_email_participants( $participants, $postid ){addif( 'threaded' == fep_get_message_view() ){ $postid = fep_get_parent_id( $postid ); } -
AuthorPosts