Shamim Hasan
Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
Shamim HasanKeymaster
Add
<?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.phpfile.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
textusetextareaSeptember 21, 2020 at 5:09 pm in reply to: cant open the messages, the toggle/ drop down messages is not working #41141Shamim HasanKeymasterI logged in to your website (with your provided details) and send a test message also. All seems working.
Can you please provide screenshot where you clicked and not opening?Shamim HasanKeymasterIf it was working before then don’t worry about it. It will get automatically fixed.
As request is cached for 1 day, next query may get successful and this error will go away. May be that split second (when query was made) api server was down.Please wait 1 day and let me know if you still see this error after 24 hours.
Shamim HasanKeymasterCurrent ip address as i see is
52.40.43.31but I am not sure if it is static.
What you see in cPanel for ip is for different purpose. From those ips user will not be able to access your website. But we need to access api.freemius.com from your website.Did you show full message to SiteGround support? You can also tell them to check if cURL also working correctly or not. You can follow this troubleshoot https://fooplugins.com/documentation/foogallery/troubleshooting-foogallery/freemius-api-connectivity/
Shamim HasanKeymasterHi, Sorry for the inconvenience.
Please contact SiteGround and tell them to whitelistapi.freemius.comandwp.freemius.com. You can also show them full message. - 
		AuthorPosts