Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You can use
fep_form_fieldsfilter to add your field. Thenfep_form_field_output_TYPEaction hook to output your field. Then usefep_action_message_after_sendto save that value in database. and last usefep_display_after_messageto display its value in message.Shamim HasanKeymasterI can assist you only if you have cPanel (it is already mentioned). As you do not have cPanel, you have to to do as your own, or get help from your hosting. You can ask them how to forward an email to a php script.
Shamim HasanKeymasterThis plugin should not have different impact for different user. Can you please install any query monitor plugin so that you can get which query taking more time (if any).
Let me know.
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_query_url_without_esc_filter', function( $url, $args ){ return add_query_arg( $args, 'https://example.com/user-account/#mg-inbox'); }, 10, 2);Let me know.
Shamim HasanKeymasterCan you send me your theme so that i can try?
Shamim HasanKeymasteris 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_messagesJune 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_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. -
AuthorPosts