Support » Plugin: Active Directory Integration » Meta for phone number won't display

  • So I’ve been able to successfully pull in every other bit of meta for a given user but the phone number. I’ve ran a test user and I get

    [telephonenumber] => Array
                     (
                         [count] => 1
                         [0] => +18053852564
                     )
    
                 [3] => telephonenumber

    So I do a user attribute of:
    telephonenumber:string

    and an attribute to show of:
    telephonenumber:Phone (work):*

    Just as the example outlines, and I’ve tried other conceivable ways of writing it out to no avail. The telephone number isn’t nested in any arrays. Could it have something to do with the plus sign?

    THANKS!

    https://wordpress.org/plugins/active-directory-integration/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Fred D

    (@frederiquedenis)

    Hi,

    The * is usefull if your meta is a list. Here telephonenumber is a string, maybe you should try without the *.

    Thread Starter hept27

    (@hept27)

    Thanks Fred D, I wish I could say that worked but it didn’t.

    If you have any other suggestions I’d be glad to hear them.

    Fred D

    (@frederiquedenis)

    Well, not for now but I must test this attribute too because we need it in my organization, so I will come back and tell you if it worked for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Meta for phone number won't display’ is closed to new replies.