• TBT's 2026 New Year's Party has started! Join us from now until January 11th in eight fun New Year's activities. Earn currency to spend on collectibles and raffle tickets. Get started in The Bulletin Board event thread. Happy New Year!

IF Forum Making Help Thread

DSFAN121

Senior Member
Joined
Feb 18, 2005
Posts
1,245
Bells
1,440
Countdown Coins
0
Lucky Tickets
0
I think by now I'd be qualified to give help to others on their IF forums! Ask away and we'll see if I can answer.

P.S. No giving me tests, as I will ignore them.
 
for a jukebox, where do you put your music....my other admin set it up but he had to take it off...I heard that you know how to set up jukeboxes, so I asked.
 
PKMNMasterSamus said:
for a jukebox, where do you put your music....my other admin set it up but he had to take it off...I heard that you know how to set up jukeboxes, so I asked.
Depends. If you're using a code, let me see it.


;)
 
Fun avatar, DSFan! Uh, I'm an admin on a website that my friend made and uhh...I would like to know how to get music on there too.
 
DSFAN121 said:
PKMNMasterSamus said:
for a jukebox, where do you put your music....my other admin set it up but he had to take it off...I heard that you know how to set up jukeboxes, so I asked.
Depends. If you're using a code, let me see it.


;)
actually my other admin got it in...so I don't need help anymore
 
OddCrazyMe said:
What is the code for money?
If you see this code copyrighted by Matt report it at Invisionfree.com


<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com

var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;

var MID=[];
MID["User's Name"]="Number of money added on"


// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}

sPost.innerHTML = NewCode
}}
</script>
 
Cup Of Noodles said:
OddCrazyMe said:
What is the code for money?
If you see this code copyrighted by Matt report it at Invisionfree.com


<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com

var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;

var MID=[];
MID["User's Name"]="Number of money added on"


// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}

sPost.innerHTML = NewCode
}}
</script>

Does that code works with firefox? Because I used a code that only worked with IE >_>
 
ZERO_13 said:
Cup Of Noodles said:
OddCrazyMe said:
What is the code for money?
If you see this code copyrighted by Matt report it at Invisionfree.com


<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com

var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;

var MID=[];
MID["User's Name"]="Number of money added on"


// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}

sPost.innerHTML = NewCode
}}
</script>

Does that code works with firefox? Because I used a code that only worked with IE >_>

Yes. I use firefox and it works


;)
 
Cup Of Noodles said:
OddCrazyMe said:
What is the code for money?
If you see this code copyrighted by Matt report it at Invisionfree.com


<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com

var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;

var MID=[];
MID["User's Name"]="Number of money added on"


// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}

sPost.innerHTML = NewCode
}}
</script>

TBT has actually used the one "by Matt", but it was changed some time ago.
 
Cup Of Noodles said:
OddCrazyMe said:
What is the code for money?
If you see this code copyrighted by Matt report it at Invisionfree.com


<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com

var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;

var MID=[];
MID["User's Name"]="Number of money added on"


// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}

sPost.innerHTML = NewCode
}}
</script>

You probably should've explained that a lot more.
 
Back
Top