Richie
Not New Member
^ Yes, That's My Fugly Face!
Posts: 35
Richie said 2 great things
|
Post by Richie on Apr 6, 2010 15:13:00 GMT -8
Cross Browser?: Yes (Works In IE & FF) Location: Main Footers Description: This Completely removes the "email" field from the modify profile area when staff modify a member's account. made esp. since proboards removed the ability to modify member's emails, i thought there's no point to that field being there as staff might think they can modify their emails (out of sight, out of mind).
<script type="text/javascript"> /* Remove Email Field For Staff When Modifying Members Profiles - Open Source - Main Footer */
if(document.modifyForm && document.modifyForm.email && !document.modifyForm.password) document.modifyForm.email.parentNode.parentNode.parentNode.style.display="none"; </script>
|
|