Advertisement:

Author Topic: Display Mobile Number in Contact Publisher  (Read 2033 times)

inkrmp

  • Newbie
  • *
  • Posts: 5
Display Mobile Number in Contact Publisher
« on: January 28, 2014, 01:46:00 pm »
Hello.........

How to display Mobile number in the Contact Publisher form with contact name.
please find the attached pic.

please help me ...........

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Display Mobile Number in Contact Publisher
« Reply #1 on: January 28, 2014, 03:50:39 pm »
@inkrmp
You can find it in docs:
http://doc.osclass.org/HUsers.php

There are 3 functions to get user phone:
osc_user_phone_land() - Gets phone of current user
osc_user_phone_mobile() - Gets cell phone of current user
osc_user_phone() - Gets phone_land if exist, else if exist return phone_mobile, else return string blank

You need to edit item.php

inkrmp

  • Newbie
  • *
  • Posts: 5
Re: Display Mobile Number in Contact Publisher
« Reply #2 on: January 28, 2014, 08:40:44 pm »
Thank you for your reply frosticek............

I added this line in item-sidebar.php file .

                 <p class="phone"><?php printf(__("Phone: %s", 'bender'), osc_user_phone()); ?></p>

But it is not displaying


frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Display Mobile Number in Contact Publisher
« Reply #3 on: January 29, 2014, 02:04:24 am »
@inkrmp
If you did not get error, you are on good way. Problem may be:
- user is unregistered
- user did not fill phone field related to osc_user_phone() function
- try to fill all phone numbers that are in user profile and then test all phone functions if you get result

abatahir

  • Newbie
  • *
  • Posts: 21
Re: Display Mobile Number in Contact Publisher
« Reply #4 on: February 10, 2014, 10:13:10 pm »
Hi
thanks for your help i want add filed of phone number on publish page...