Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
is that a page created from Dashboard > Pages > Add New?
what is id of that page?June 28, 2018 at 2:26 am in reply to: Front End PM – Ultimate Member Integration – Account “Message” Tab #15372Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'um_account_page_default_tabs_hook', function( $tabs ){ unset( $tabs[800]['fep-um'] ); return $tabs; }, 110 );
June 27, 2018 at 4:50 pm in reply to: Front End PM – Ultimate Member Integration – Account “Message” Tab #15352Shamim HasanKeymasterWhich one? All of them?
June 27, 2018 at 4:41 pm in reply to: Make "Front End PM Pro" backend messages available by in backend role #15350Shamim HasanKeymasterGive that user following capabilities
create_fep_messages
,edit_fep_messages
,publish_fep_messages
,delete_fep_messages
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 HasanKeymasteryes
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_pro
end of your url
4. press Enter
5. a new text box will show under license input field. ClickGet Data
bottom 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? -
AuthorPosts