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 Aug 5, 2008 12:51:09 GMT -8
Live PreviewUsername: memberPassword Is: testmember MAIN FOOTER:<script type="text/javascript"> /* PM Prefs Selected "Yes" By Default By Son Of Exodia */ /* Main Footer - Repost ONLY With Header Intact. */ /* forum.duelistselite.com & support.proboards.com */
if(document.location.href.match(/pmprefs/i) && !document.cookie.match(/_prefs=1/i)){ document.getElementsByName("emailme")[0].selectedIndex="1"; document.getElementsByName("alert")[0].selectedIndex="1"; document.cookie="_prefs=1"; } </script>Basically, it sets both of the options on the PM Preferences Page To "Yes" By Default. ;D NOTE: Both Options Are Still "No" By Default Until a member updates/sets their PM Prefs. There's no way to make them "Yes" When a member joins, that's not possible via a Code since It's set server-side. This One Only Changes The "Alert" Option To "Yes" & Hides It:<script type="text/javascript"> /* PM Alert Selected "Yes" By Default on PM Pref Page By Son Of Exodia */ /* Main Footer - Repost ONLY With Header Intact. */ /* forum.duelistselite.com & support.proboards.com */
if(document.location.href.match(/pmprefs/i) && !document.cookie.match(/_prefs=1/i)){ document.getElementsByName("emailme")[0].selectedIndex="1"; document.getElementsByName("alert")[0].style.display="none"; document.cookie="_prefs=1"; } </script>
|
|