Post by Matt on Mar 28, 2006 19:05:14 GMT -5
NOTE: This thread does not include our codes, only fractions of them, and will help nobody trying to get the codes.
Editing The Current TDP codes ForDummies Admins.
Some of this may look complicated, but once you've pulled it off once, you'll realise how easy it is, and be able to do most basic code editing on your own.
What was posted here, is what you need to know to update things, nothing else.
I'd appreciate it, if this thread was moved to the Leaders board, even if not for the current mods, then for future generations of TDP admins.
Adding music
Adding music to the music player found on the main page.
Once you have your link to the song you'd like (it should end in somthing along the lines of ".mp3", or another media file) go to edit the Main Header, and find this code;
by simply copying the above code, then pressing CTRL + F in the main headers section, then pasteing... hit enter and you should be automaticaly drawn to it.
Now scroll to the bottom of the list that looks like
songs[0]
songs[1]
songs[2]
etc...
paste your code, change the number "0", in it, to the next number comming after the last in that list. and in between the quotations that come after the equals sign "=", paste your link, which should look somthing like this:
Now the song is there, and you just need to add the name to the list.
use CTRL + F to find this code.
now once again you have to scroll to the bottom of a list this time would look like this;
<option value="1">
<option value="2">
<option value="3">
<option value="4">
at the bottom of the list, paste the code again, and change the number to the next one after the rest of the list. For example if the last code is;
<option value="50">
yours should look like this
<option value="50">
<option value="51">
now type the number, then the artist, then the song title, with this at the end </option> and your done. It should now look like this:
<option value="51"> #51 - Matt - I am the Greatest </option>
And your done.
How to Switch words
Switching one word to another word.
For example:
Originaly;
1 Staff Member, 1 Member, and 0 Guests. Most users online was 14, Jun 27, 2005, 10:04pm
Can be changed to;
1 Big Dawg(s), 1 Dawg(s), and 0 Lost Puppie(s). Most Dawgs In The pound was 14, June 27, 2005, 10:04pm.
All you have to do is find this code in the global footer:
you can do that by copying the code, then going into the global footer, and pressing CTRL + F, then paste the code.
Once you've found the code, there will be several like it. go to the bottom, and in a new line, paste this code again.
now all you have to do is write the original word, and the word you want it to be. For example:
Now whenever the name "Matt" appears on the site (outside of posts only, I believe), it will appear as "Completely, Amazingly Awesome." instead.
Changeing name colours
Thats right pinkie, theres a "u" in colours!
Anyways find this code, useing CTRL + F:
now there may be a list of codes like it, scroll down to the bottom and paste the code beneeth the rest of the code. Now to edit that code, simply change the name "matt345" to the name you use to sign up, this name can be found in the top left hand side of your profile. Then in the second colomn " '66ff00' " change the code to the colour you want your text to be, and in the third colomn " '000000' " change it to the colour outer glow you'd like.
And your done.
colour codes are-a-plenty, but heres the basics;
Light blue = 0000FF
blue = 000099
Dark blue = 000033
Light Green = 00ff00
Green = 009900
Dark Green = 003300
Light purple = 9900CC
Purple = 330066
Dark purple = 330033
Light pink = CC99FF
Pink = CC0099
Dark pink = 990066
Light yellow = FFFFCC
Yellow = FFFF66
Dark yellow = FFFF00
Light Orange = FF6600
Orange = 993300
Dark Orange = 663300
Black = 000000
White = FFFFFF
Editing The Current TDP codes For
Some of this may look complicated, but once you've pulled it off once, you'll realise how easy it is, and be able to do most basic code editing on your own.
What was posted here, is what you need to know to update things, nothing else.
I'd appreciate it, if this thread was moved to the Leaders board, even if not for the current mods, then for future generations of TDP admins.
Adding music
Adding music to the music player found on the main page.
Once you have your link to the song you'd like (it should end in somthing along the lines of ".mp3", or another media file) go to edit the Main Header, and find this code;
songs[0] ="";
by simply copying the above code, then pressing CTRL + F in the main headers section, then pasteing... hit enter and you should be automaticaly drawn to it.
Now scroll to the bottom of the list that looks like
songs[0]
songs[1]
songs[2]
etc...
paste your code, change the number "0", in it, to the next number comming after the last in that list. and in between the quotations that come after the equals sign "=", paste your link, which should look somthing like this:
songs[3] = "http://www.bradleyfischetti.com/mp3s/thespillcanvas_sunsetsandcarcrashes.mp3";
Now the song is there, and you just need to add the name to the list.
use CTRL + F to find this code.
<option value="0">
now once again you have to scroll to the bottom of a list this time would look like this;
<option value="1">
<option value="2">
<option value="3">
<option value="4">
at the bottom of the list, paste the code again, and change the number to the next one after the rest of the list. For example if the last code is;
<option value="50">
yours should look like this
<option value="50">
<option value="51">
now type the number, then the artist, then the song title, with this at the end </option> and your done. It should now look like this:
<option value="51"> #51 - Matt - I am the Greatest </option>
And your done.
How to Switch words
Switching one word to another word.
For example:
Originaly;
1 Staff Member, 1 Member, and 0 Guests. Most users online was 14, Jun 27, 2005, 10:04pm
Can be changed to;
1 Big Dawg(s), 1 Dawg(s), and 0 Lost Puppie(s). Most Dawgs In The pound was 14, June 27, 2005, 10:04pm.
All you have to do is find this code in the global footer:
switchIt("Guests", "Wandering Puppy");
you can do that by copying the code, then going into the global footer, and pressing CTRL + F, then paste the code.
Once you've found the code, there will be several like it. go to the bottom, and in a new line, paste this code again.
switchIt("Guests", "Wandering Puppy");
now all you have to do is write the original word, and the word you want it to be. For example:
switchIt("Matt", "Completely, Amazingly Awesome.");
Now whenever the name "Matt" appears on the site (outside of posts only, I believe), it will appear as "Completely, Amazingly Awesome." instead.
Changeing name colours
Thats right pinkie, theres a "u" in colours!
Anyways find this code, useing CTRL + F:
MemberGlow('matt345','66ff00','000000');
now there may be a list of codes like it, scroll down to the bottom and paste the code beneeth the rest of the code. Now to edit that code, simply change the name "matt345" to the name you use to sign up, this name can be found in the top left hand side of your profile. Then in the second colomn " '66ff00' " change the code to the colour you want your text to be, and in the third colomn " '000000' " change it to the colour outer glow you'd like.
And your done.
colour codes are-a-plenty, but heres the basics;
Light blue = 0000FF
blue = 000099
Dark blue = 000033
Light Green = 00ff00
Green = 009900
Dark Green = 003300
Light purple = 9900CC
Purple = 330066
Dark purple = 330033
Light pink = CC99FF
Pink = CC0099
Dark pink = 990066
Light yellow = FFFFCC
Yellow = FFFF66
Dark yellow = FFFF00
Light Orange = FF6600
Orange = 993300
Dark Orange = 663300
Black = 000000
White = FFFFFF