Events Made Easy Forums How do I … Phone Number Contact

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42287
    Anonymous
    Inactive

    Hi,

    Is there anyway to remove a embedded phone number for a contact person for an event?

    I am unable to remove an entry under Users Profile settings for all users registering on our site.

    Under profile settings, there is now an additional option at the foot of the page listed as: Phone Number – The phone number used by Events Manager Extended when the user is indicated as the contact person for an event.

    In the box is a hard coded telephone number which is present for all users and cannot be deleted. Can I remove this in your code? I have looked everywhere under various settings and cannot see where to disable this.

    Thanks

    #45585
    Franky
    Keymaster

    Seems like a small bug in eme_people.php

    Change the line saying

    $eme_phone=get_user_meta($user,'eme_phone',true);

    to

    $eme_phone=$user->eme_phone;

    (around line 297) and it should be ok (it changed ok, but showed the wrong value)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top