We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
HP PM Modifier; Modifies Pm Inbox Plus Links To Be HP; By Tundra
Topic Started: Jan 23 2010, 01:02 AM (140 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: Tundra
HP PM Modifier; Modifies Pm Inbox Plus Links To Be HP
 
This code changes the PM Stuff to be related to Harry Potter.

Preview? : Click Here

Login As test2 Pw test
Then go to the inbox and you can see the changes

Quote:
 
<SCRIPT LANGUAGE="JavaScript">
//Tundra Designs\\
//Cg.thehostmansion.com\\
function change(text1,text2) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText(text1)) {
range.text=text2;
range.collapse(false);
}}

change("Fast Reply","Reply Box");
//0
change("Inbox (0)","No New Howlers");
//1
change("Inbox (1)","1 New Howlers");
//2
change("Inbox (2)","2 New Howlers!");
//3
change("Inbox (3)","2 New Howlers!");
//4
change("Inbox (4)","4 New Howlers!");
//5
change("Inbox (5)","5 New Howlers!");
//6
change("Inbox (6)","6 New Howlers!");
//7
change("Inbox (7)","7 New Howlers!");
//8
change("Inbox (8)","8 New Howlers!");
//9
change("Inbox (9)","9 New Howlers!")
//10
change("Inbox (10)","10 New Howlers!");
//11
change("Inbox (11)","11 New Howlers!");
//12
change("Inbox (12)","12 New Howlers!");
//13
change("Inbox (13)","13 New Howlers!");
//14
change("Inbox (14)","14 New Howlers!");
//15
change("Inbox (15)","15 New Howlers!");
//16
change("Inbox (16)","16 New Howlers!");
//17
change("Inbox (17)","17 New Howlers!");
//18
change("Inbox (18)","18 New Howlers!");
//19
change("Inbox (19)","19 New Howlers!");
//20
change("Compose New Message","Send Howlers");
change("Go to Inbox","Go To Owlery");
change("Empty PM Folders","Empty The Owlery");
change("PM Buddies/Block List","Friends and Enemies");
change("Saved (Unsent) PMs","Unsent Howlers");
change("Message Tracker","Owl Tracker");
change("Archive Messages","Archive Howlers");
change("Messenger","Owlery!");
change("Read Messages","Read Howlers");
change("Unread Messages","Unread Howlers");
</script>

HP PM MODIFIER BY : <a href="http://cg.thehostmansion.com/">Tundra Designs</a>


This All Goes In The Footers


Any Comments?
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply