Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
User 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_mail
hook 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 ); }
June 20, 2018 at 9:35 pm in reply to: Site getting a 504 Gateway Time-out error after submitting message #15147Shamim HasanKeymasterare you in https://wordpress.slack.com/ ? Please see https://make.wordpress.org/chat/
June 20, 2018 at 8:51 pm in reply to: Site getting a 504 Gateway Time-out error after submitting message #15142Shamim HasanKeymasterDo you use slack? knock me there @shamim51
June 20, 2018 at 8:22 pm in reply to: Site getting a 504 Gateway Time-out error after submitting message #15136Shamim HasanKeymasterPlease enable debug (add
define( 'WP_DEBUG', true );
in your wp-config.php) then send a message to group. Let me know if any error shows.
Also check your server log to see what errors are there.Let me know.
-
AuthorPosts