Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It redirect me to your main login page, so i cannot check. Please disable redirect for now to check.
Shamim HasanKeymasterI visited your website and it seems this is not the actual code of your login form.
Please re-check you have added code in appropriate location.Let me know.
Shamim HasanKeymasterYou can upload in drive/dropbox and give me link.
Or paste here and wrap code between backticks.Shamim HasanKeymasterMay you please let me know following
1. Version of this plugin, wordpress and php
2. Activate query monitor plugin and see which query taking more time
3. Deactivate all other plugins and activate one of default theme (tweenty*) then test. If it is taking normal time then activate one by one and test.Shamim HasanKeymasterAdd
<?php do_action( 'anr_captcha_form_field' ); ?>
before submit button.
Let me know.Shamim HasanKeymasterI think
UPT()->get_user_id()
is receiver user id in your code. So you can use likefep_current_user_can( 'send_new_message_to', UPT()->get_user_id() )
Shamim HasanKeymasterYou can wrap your code between back ticks.
Which user message is disabled? Sender or receiver? From where they disable the message?
Shamim HasanKeymasterThen you need to add code in php. Check
fep_current_user_can( 'send_new_message' )
before that link output.Shamim HasanKeymasterIf you follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/ it will be auto activated for contact form 7
Shamim HasanKeymasterDo you use any custom code or plugin for login form? Or this form come from theme? Can you give me code of this form so that i can try to give you some integration code if possible?
Shamim HasanKeymasterCan you please give me screenshot of Front End PM PRO > Settings > Security tab full page?
Shamim HasanKeymasterHi again,
This can be done. But currently this plugin does not expose those api. You will need to create 2 api calls, 1 to send message and another to get messages. Then you can use those 2 apis to send message from your app and get messages from your app.Everything in website is already taken care off.
This plugin already have some REST api call, you can see those code to get an idea how you can create your own. See
class-fep-rest-api.php
file.Shamim HasanKeymasterSo you want to capture GET and POST data from mobile application to this plugin? Or you want to get notified in mobile application when a message is sent in this plugin?
Shamim HasanKeymasterIt will work when user can send message to only one recipient at a time.
Please go to Dashboard > Front End PM PRO > Settings > Recipient > Max recipients and set as 1.Shamim HasanKeymasterinstead of
text
usetextarea
-
AuthorPosts