@unknown89
13 years ago
Look for
` <input type="text" name="email" id="email" value="” class=”settings-input” />`
And add the following to the beginning and end
`<!– <input type="text" name="email" id="email" value="” class=”settings-input” /> //–>`
Hi, if you wish to remove this – simply go to your child theme – look for the following folders
members/single/settings and find the file called general.php
inside of that file, scroll down until you see the input fields for the Account Email – and comment that out
Have a look at another topic pointed in the general direction –
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-posts-tab-very-frusterated/
Let me know if it’s of any assistance.