Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
June 27, 2018 at 4:35 pm in reply to: Email replies to group messages are not being sent back out to entire group #15348Shamim HasanKeymaster
yes
Shamim HasanKeymasterLicense key check done once in a week. If somehow your website cannot connect to license server then this error might happen.
This require more debug to pinpoint what was the issue in the first place.
Shamim HasanKeymasterI just followed above steps.
Shamim HasanKeymasterThank you for sending information.
Please check your website now.Shamim HasanKeymasterDid you follow step 5 and 6?
Which version of the plugin you are using? If not latest version, please download latest version from https://www.shamimsplugins.com/checkout/purchase-history/ then try.
If still not work please give me access to your website so that i can try. Send credential through contact form
Shamim HasanKeymaster1. Go to Front End PM PRO > Settings > Licenses
2. Input your license and save
3. in address bar add&input_license_data=front_end_pm_proend of your url
4. press Enter
5. a new text box will show under license input field. ClickGet Databottom of that field.
6. copy that data and paste in that input field. Then save.Shamim HasanKeymasterPlease 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.
-
AuthorPosts