- This topic has 1 reply, 2 voices, and was last updated 13 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Phone Number Contact
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
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)