*

Web

  • ****
  • 183 posts
Remove unverified users
« on: May 02, 2020, 08:42:40 PM »
How to remove mobile number unverified users?

*

MB Themes

Re: Remove unverified users
« Reply #1 on: May 04, 2020, 08:22:38 AM »
@Web
Plugin does not contain maintenance module for cleaning.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Remove unverified users
« Reply #2 on: May 04, 2020, 09:34:18 AM »
@mbthemes
Sms notification plugin incomplete so please update.

1. Very important to remove unverified users

2. Unverified users Accessing messages and Registered Users allowed area
« Last Edit: May 04, 2020, 09:37:10 AM by Web »

*

MB Themes

Re: Remove unverified users
« Reply #3 on: May 05, 2020, 07:33:42 AM »
@Web
1) not on plan
2) user account area is whole redirected to verification page, if phone is not verified yet.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Remove unverified users
« Reply #4 on: May 05, 2020, 10:19:28 AM »
Messages page open without verify

*

MB Themes

Re: Remove unverified users
« Reply #5 on: May 05, 2020, 07:49:32 PM »
@Web
Yes some pages are still available to not get into redirect loop.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Remove unverified users
« Reply #6 on: May 06, 2020, 09:44:54 AM »
How to stop ✋

*

MB Themes

Re: Remove unverified users
« Reply #7 on: May 07, 2020, 06:50:17 AM »
@Web
Check function sms_user_verify()

Changing:
Code: [Select]
osc_is_publish_page() || $location == 'user'
Into:
Code: [Select]
osc_is_publish_page() || $location == 'user' || $location == 'im'
could work
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Remove unverified users
« Reply #8 on: May 07, 2020, 07:54:36 AM »
Not working

I’m try this one “”osc_route_url('im-threads') “”but entire  site block

*

MB Themes

Re: Remove unverified users
« Reply #9 on: May 07, 2020, 12:25:09 PM »
@Web
How that fit's to code posted before is mystery for me.

@Web
Check function sms_user_verify()

Changing:
Code: [Select]
osc_is_publish_page() || $location == 'user'
Into:
Code: [Select]
osc_is_publish_page() || $location == 'user' || $location == 'im'
could work
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Remove unverified users
« Reply #10 on: May 07, 2020, 09:13:08 PM »

osc_is_publish_page() replace

*

Web

  • ****
  • 183 posts
Re: Remove unverified users
« Reply #11 on: May 11, 2020, 02:43:39 PM »
Mbthemes

*

MB Themes

Re: Remove unverified users
« Reply #12 on: May 11, 2020, 07:54:27 PM »
Web
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Remove unverified users
« Reply #13 on: May 12, 2020, 07:42:09 PM »
 ;D

Not working this code

@Web
Check function sms_user_verify()

Changing:
Code: [Select]
osc_is_publish_page() || $location == 'user'
Into:
Code: [Select]
osc_is_publish_page() || $location == 'user' || $location == 'im'
could work

*

MB Themes

Re: Remove unverified users
« Reply #14 on: May 13, 2020, 12:19:23 PM »
@Web
That was idea, hopefuly you can extend it for your needs.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots