This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

uzm

  • **
  • 14 posts
How to add mobile number in manage users list in admin panel?
« on: February 21, 2022, 02:01:26 PM »
Hi, I am looking to add user mobile number in manage users list in admin panel. please help!

*

MB Themes

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

*

uzm

  • **
  • 14 posts
Re: How to add mobile number in manage users list in admin panel?
« Reply #2 on: February 21, 2022, 03:21:51 PM »
Hi, I want to show mobile number in the user list displayed in users tab in admin panel, where you can see all the users...

*

MB Themes

Re: How to add mobile number in manage users list in admin panel?
« Reply #3 on: February 21, 2022, 04:34:38 PM »
@uzm
I can see "phone" column there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

uzm

  • **
  • 14 posts
Re: How to add mobile number in manage users list in admin panel?
« Reply #4 on: February 21, 2022, 07:11:51 PM »
Please find attached screenshot, I want to display user mobile number in this list!

*

MB Themes

Re: How to add mobile number in manage users list in admin panel?
« Reply #5 on: February 22, 2022, 09:20:13 AM »
@uzm
Phone column?
Definition is:         
Code: [Select]
$row['phone'] = trim(trim($aRow['s_phone_mobile']) <> '' ? $aRow['s_phone_mobile'] : $aRow['s_phone_land']);
Tested and it works properly.
Just updated labels in user profile in backoffice to be land phone / mobile phone, will be available in next version.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

uzm

  • **
  • 14 posts
Re: How to add mobile number in manage users list in admin panel?
« Reply #6 on: February 22, 2022, 11:16:03 AM »
thank you for your replies! in which file i have to place this definition?

Marked as best answer by frosticek on February 23, 2022, 03:01:57 PM
*

MB Themes

Re: How to add mobile number in manage users list in admin panel?
« Reply #7 on: February 22, 2022, 01:01:33 PM »
Its already there in osclass 8.0.1
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

uzm

  • **
  • 14 posts
Re: How to add mobile number in manage users list in admin panel?
« Reply #8 on: February 23, 2022, 02:21:21 PM »
upgraded to 8.0.1, thanks for your help!

*

MB Themes

Re: How to add mobile number in manage users list in admin panel?
« Reply #9 on: February 23, 2022, 03:01:52 PM »
Cool  :)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots