vForums Support > Programming & Coding :: Code Requests & Support :: > Rename Admin Panel.

Rename Admin Panel. - Posted By RuhRoe (mezorro) on 3rd Dec 08 at 10:46pm
On the text menu's I want to have Admin Panel be turned to Admin, please. {Smile} Thanks to whoever does this {Grin}

Re: Rename Admin Panel. - Posted By dog199200 (dog199200) on 4th Dec 08 at 12:06am
{Tongue Out} I can have this done in a bit, but i'm really busy right now but you'll have it done by the end f the night....Hint Hint, USe The Switch-It Code

Edit: ok i'll take care of this now {Tongue Out}

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. /* Switch-It by Cr0w */
  4. function switchIt(word,word2){
  5.     var f = document.getElementsByTagName("font");
  6.     for(i=0;i<f.length;i++){
  7.         f[i].innerHTML = f[i].innerHTML.replace(word,word2);
  8.     }
  9. }
  10.  
  11. switchIt("Admin Panel","Admin");
  12. //-->
  13. </script>
 


Ok that should work, and if it doesnt that just means you need to copy over the exactl name for the admin panel to where it says Admin Panel

Re: Rename Admin Panel. - Posted By RuhRoe (mezorro) on 4th Dec 08 at 1:47am
It works {Smile} Thanks.

Re: Rename Admin Panel. - Posted By dog199200 (dog199200) on 4th Dec 08 at 3:24am
{Tongue Out} np