I’m trying to customize what members see when they look at another member’s profile. We are a business group and I want to use this for members to see each others phone numbers, for example.
I am using the Theme editor and I found the spProfileShow.php which currently displays the First Name and Last Name, website and bio. I copied the syntax from another line and changed the field name
….
sp_ProfileShowBusinessPhone(”, __sp(‘Business Phone’));
Not only does it not show the business phone, but it stops the display of anything past that line. Where do I find the filed names, or whatever I have wrong above.
thanks!