Remus Lupin
Admin
Third Year
Gryffindor Prefect [M:-5]
The Moon's a Harsh Mistress.
Posts: 1,300
|
Money
Apr 26, 2006 11:45:21 GMT -5
Post by Remus Lupin on Apr 26, 2006 11:45:21 GMT -5
I'm still working on the money display. It involves some complicated codes that I don't understand, so until I figure it out, here's how it goes:
--Everyone starts off with 10 galleons --Everyone gets a galleon for every post
So your galleon count will be 10 more than your post count, unless you spend it. That's why I need you to keep track of what you spend.
If you've started off by spending more than you have, well, you'll be in the negative range for a while until you have enough posts.
I swear I'll figure this out eventually....
|
|
Severus Snape
Moderator
Third Year
Slytherin Prefect[M:-25]
Sev <3's you...Yeah right.[ss:U2NG Classic]
Posts: 1,349
|
Money
Apr 26, 2006 11:48:21 GMT -5
Post by Severus Snape on Apr 26, 2006 11:48:21 GMT -5
i'll karma you for your work.
|
|
Remus Lupin
Admin
Third Year
Gryffindor Prefect [M:-5]
The Moon's a Harsh Mistress.
Posts: 1,300
|
Money
Apr 26, 2006 12:38:38 GMT -5
Post by Remus Lupin on Apr 26, 2006 12:38:38 GMT -5
Thanks!
|
|
|
Money
Apr 26, 2006 18:20:37 GMT -5
Post by Albus Dumbledore on Apr 26, 2006 18:20:37 GMT -5
OK, I got the money code in there and it seems to be working OK. So everyone's all updated now. If you're in the negatives, don't worry, you'll earn more when you post and you'll be back in the positives soon enough.
|
|
Elle Wright
Sixth Year
Gryffindor Prefect[M:-26]
Posts: 491
|
Money
Apr 27, 2006 14:43:57 GMT -5
Post by Elle Wright on Apr 27, 2006 14:43:57 GMT -5
Cool! Okay i hope this code might mate the top look better:
</style> <script> document.getElementsByTagName('td')[2].style.display='none'; </script> <script><!-- document.getElementsByTagName('font')[1].innerHTML=''; //--></script> <script type="text/javascript"> //Move "Hey X, you have X" around welcome table //wooper
var Position = "3"; //set the position. 1 is above everything, 2 is above menu, 3 is below menu var pm = document.getElementsByTagName('TD')[2];
var hey = pm.getElementsByTagName("FONT")[0].innerHTML;
pm.style.display="none";
if(Position == "1") { var cell = document.getElementsByTagName("TABLE")[1].insertRow(0).insertCell(0); } if(Position == "2") { var cell = document.getElementsByTagName("TABLE")[1].insertRow(1).insertCell(0); } if(Position == "3") { var cell = document.getElementsByTagName("TABLE")[3].insertRow(1).insertCell(0); } cell.colSpan = "2"; cell.align= "center"; cell.height="50"; cell.className = "windowbg"; cell.innerHTML = hey; </script>
Put it in the Global Header
If that doesnt do any thing try this one instead Dont woory, it wont do anything to the forum
<script><!-- document.getElementsByTagName('font')[1].innerHTML=''; //--></script> <script type="text/javascript"> //Move "Hey X, you have X" around welcome table //wooper
var Position = "3"; //set the position. 1 is above everything, 2 is above menu, 3 is below menu var pm = document.getElementsByTagName('TD')[2];
var hey = pm.getElementsByTagName("FONT")[0].innerHTML;
pm.style.display="none";
if(Position == "1") { var cell = document.getElementsByTagName("TABLE")[1].insertRow(0).insertCell(0); } if(Position == "2") { var cell = document.getElementsByTagName("TABLE")[1].insertRow(1).insertCell(0); } if(Position == "3") { var cell = document.getElementsByTagName("TABLE")[3].insertRow(1).insertCell(0); } cell.colSpan = "2"; cell.align= "center"; cell.height="50"; cell.className = "windowbg"; cell.innerHTML = hey; </script>
|
|
Remus Lupin
Admin
Third Year
Gryffindor Prefect [M:-5]
The Moon's a Harsh Mistress.
Posts: 1,300
|
Money
Apr 27, 2006 14:58:32 GMT -5
Post by Remus Lupin on Apr 27, 2006 14:58:32 GMT -5
Thank you! I was wondering how to do that...
|
|
Elle Wright
Sixth Year
Gryffindor Prefect[M:-26]
Posts: 491
|
Money
Apr 27, 2006 15:09:54 GMT -5
Post by Elle Wright on Apr 27, 2006 15:09:54 GMT -5
lol your welcome!
|
|
Severus Snape
Moderator
Third Year
Slytherin Prefect[M:-25]
Sev <3's you...Yeah right.[ss:U2NG Classic]
Posts: 1,349
|
Money
Apr 27, 2006 16:07:25 GMT -5
Post by Severus Snape on Apr 27, 2006 16:07:25 GMT -5
what about the people that were in the negatives? is that all balanced out now?
|
|
Remus Lupin
Admin
Third Year
Gryffindor Prefect [M:-5]
The Moon's a Harsh Mistress.
Posts: 1,300
|
Money
Apr 27, 2006 16:14:31 GMT -5
Post by Remus Lupin on Apr 27, 2006 16:14:31 GMT -5
They're in the negatives cause they spent too much, lol (which is OK). They just have to keep posting to get back in the positives.
|
|
Elle Wright
Sixth Year
Gryffindor Prefect[M:-26]
Posts: 491
|
Money
Apr 27, 2006 16:16:26 GMT -5
Post by Elle Wright on Apr 27, 2006 16:16:26 GMT -5
Have you found that thing, for the affilaites code that "Banner Name", do you know what i have to put for it?
|
|
Elle Wright
Sixth Year
Gryffindor Prefect[M:-26]
Posts: 491
|
Money
Apr 27, 2006 16:20:33 GMT -5
Post by Elle Wright on Apr 27, 2006 16:20:33 GMT -5
Oh yeah, you just told me lol, Sorry for double post
|
|