inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Oct 29, 2009 15:27:16 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 */ /* DO NOT EDIT UNLESS YOU KNOW WHAT YOU'RE DOING! */
if(document.modifyForm && document.modifyForm.email && !document.modifyForm.password) document.modifyForm.email.parentNode.parentNode.parentNode.style.display="none"; //--> </script>
|
|