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 Sept 3, 2009 10:57:43 GMT -8
Name: Optional Re-Direct To Modify Profile Placement: Global HeaderDescription: This gives users the option to be redirected to the " modify profile" page when they click the icon in the menu bar. <script type="text/javascript"> <!-- /* Optional Re-Direct To Modify Profile By Son Of Exodia - Global Header */ /* May Only Be Reposted With This Header InTact */ /* Credit To Ross For The Idea & SubDevo For Getting It To Work Better */
var pro=document.links; var nv="action=viewprofile"; for(var p=0;p<pro.length;p++){if(pro.href.match(nv)){ pro .href="javascript:modifyprofile();";break;}} function modifyprofile(){document.location.href="?"+(confirm("Do You Want To Modify Your Profile?")?"action=modifyprofile&user="+pb_username:nv);} //--> </script> Enjoy! ;D Credit To Ross for the original code which i used as a base: 101support.proboards.com/index.cgi?action=display&board=codeindex&thread=2327#18175- Richie
|
|