*

Hunter777

  • ****
  • 153 posts
Free Phone Number Login Plugin dont work
« on: December 07, 2018, 11:24:42 PM »
Hello, please tell me how to make your work Free Phone Number Login Plugin?
Plugin does not work.
« Last Edit: December 08, 2018, 12:04:30 AM by Hunter777 »

*

MB Themes

Re: Free Phone Number Login Plugin dont work
« Reply #1 on: December 08, 2018, 11:50:10 AM »
Install, enable and it is done.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Linda Lee

  • **
  • 12 posts
Re: Free Phone Number Login Plugin dont work
« Reply #2 on: December 08, 2018, 02:23:29 PM »
can i get this plugin?

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Linda Lee

  • **
  • 12 posts
Re: Free Phone Number Login Plugin dont work
« Reply #4 on: December 08, 2018, 03:05:17 PM »
thank you so much

*

MB Themes

Re: Free Phone Number Login Plugin dont work
« Reply #5 on: December 08, 2018, 03:21:29 PM »
Welcome
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: Free Phone Number Login Plugin dont work
« Reply #6 on: December 10, 2018, 01:46:54 PM »
it not work with socail login

*

MB Themes

Re: Free Phone Number Login Plugin dont work
« Reply #7 on: December 10, 2018, 01:59:25 PM »
@Locan
Sure, how it could when social login use email...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: Free Phone Number Login Plugin dont work
« Reply #8 on: December 10, 2018, 02:19:56 PM »
it ask for email require

*

MB Themes

Re: Free Phone Number Login Plugin dont work
« Reply #9 on: December 10, 2018, 02:21:11 PM »
Social plugins use email address, not phone number. Not quite sure what you mean.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: Free Phone Number Login Plugin dont work
« Reply #10 on: December 10, 2018, 02:47:23 PM »
when i install your plugin my social login not work  it's say email require

*

MB Themes

Re: Free Phone Number Login Plugin dont work
« Reply #11 on: December 10, 2018, 02:52:09 PM »
@Locan
Can you send screenshot.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: Free Phone Number Login Plugin dont work
« Reply #12 on: December 11, 2018, 12:20:12 PM »

*

MB Themes

Re: Free Phone Number Login Plugin dont work
« Reply #13 on: December 11, 2018, 12:42:46 PM »
@Locan
I see, problem is that phone number login replace original login and social one looks unauthorized then.
Try following.

In file:
oc-content/plugins/phone_login/functions.php

Find:
Code: [Select]
function phl_login_user() {
  if(phl_param('enable') == 1) {

and replace it with:
Code: [Select]
function phl_login_user() {
  if(phl_param('enable') == 1 && Params::getParam('page') == 'login' && Params::getParam('action') == 'login_post') {
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: Free Phone Number Login Plugin dont work
« Reply #14 on: December 11, 2018, 01:11:12 PM »
Thank you  :o  Everything work fine  :-*