inherit
48159
0
Feb 11, 2006 11:52:51 GMT -8
tiptopfunnyman
32
June 2005
tiptopfunnyman
|
Post by tiptopfunnyman on Jun 23, 2005 15:23:13 GMT -8
i know where to put the codes..but after i paste them i dont know where to add in the info to make them work..
|
|
squalleh
inherit
-666733
0
Nov 27, 2024 6:29:07 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jun 23, 2005 15:27:21 GMT -8
i know where to put the codes..but after i paste them i dont know where to add in the info to make them work.. Most scripts will work without any editing. However, always look at the top of scripts for plain-english text. If any of it tells you to edit part of the script then just do as it says.
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 15:29:28 GMT -8
i know where to put the codes..but after i paste them i dont know where to add in the info to make them work.. the place where u got the code should tell u where to edit. for instance, if it says "URL Here", then you put the respective URL in there. here's a code example to help explain this better: <script language="JavaScript"> <!--
//Sig of the Week and Member of the Month
var boardwidth="92%" //Your board width var avatarotwurl="AVATAR OF THE MONTH IMAGE URL" //Avatar Of The Month URL var avatarotwname="MEMBERS NAME HERE" //Sig of the Week Winner var sigotwurl="SIG OF THE WEEK IMAGE URL" //Sig of the Month URL var sigotwname="MEMBERS NAME HERE" //Member of the Month Winner
document.write("<table cellpadding='1' cellspacing='1' border='0' class='bordercolor' align='center' width="+boardwidth+"><tr><td class='titlebg' width=40% align='center'><b>Sig of the Week</b></td><td class='titlebg' width=60% align='center'><b>Sig of the Week</b></td></tr><tr><td class='windowbg' width=40% align='center'><br/><img src='"+avatarotwurl+"' border='0' alt='Sig of the Week' /><br/><br/><b>Congratulations, "+avatarotwname+"!</b></td><td class='windowbg2' width=60% align='center'><br/><img src='"+sigotwurl+"' border='0' alt='Member of the Month' /><br/><br/><b>Congratulations, "+sigotwname+"!</b></td></tr></table>")
//--> </script> this code is to put a signature of the week/member of the month box on your forum. you edit the info that has all the capital letters. you also edit the information at the bottom of this code where it says alt=Sig of the Week, alt=Member of the Month(if you want) i hope this was of some help to you.
|
|
inherit
48159
0
Feb 11, 2006 11:52:51 GMT -8
tiptopfunnyman
32
June 2005
tiptopfunnyman
|
Post by tiptopfunnyman on Jun 23, 2005 15:30:46 GMT -8
ok...one more question...how much of the code do i copy...all the way to the script part?
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 15:39:50 GMT -8
ok...one more question...how much of the code do i copy...all the way to the script part? yes, u copy all the way to where it says </script>. that is the ending of the code, and without it, the code will not work.
|
|
inherit
48159
0
Feb 11, 2006 11:52:51 GMT -8
tiptopfunnyman
32
June 2005
tiptopfunnyman
|
Post by tiptopfunnyman on Jun 23, 2005 15:45:36 GMT -8
MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW'); now about the colors...^ do they want the name of the color or the number?
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Jun 23, 2005 15:49:01 GMT -8
For the color put your hex color in. Here is a color chart to get correct hex colors. html-color-codes.com/numers/letters
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 15:51:10 GMT -8
MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW'); now about the colors...^ do they want the name of the color or the number? both. u enter the username of the member and the color(which should be in hex form.) for hex codes, visit www.december.com/html/spec/colorcodes.html and enter the appropriate color code where it says "COLOR", and i suggest that u not use glow for member names, but u can if u want.
|
|
inherit
48159
0
Feb 11, 2006 11:52:51 GMT -8
tiptopfunnyman
32
June 2005
tiptopfunnyman
|
Post by tiptopfunnyman on Jun 23, 2005 15:53:41 GMT -8
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 15:59:41 GMT -8
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 23, 2005 16:19:25 GMT -8
ok...well the glowing names code doesnt seem to work.. here is what i have... What browser are you using? That code doesn't work in FF
|
|