• Your hard work restoring The Bell Tree has paid off! A commemorative Shiny Ditto Easter Egg has now appeared in the Shop for 99 Bells.
  • Easter season is here! Here's what we have going on at The Bell Tree:
    • The egg decorating contest is back! Join TBT’s Fifth Egg Decorating Contest, now with two distinct categories: decorating and painting. Entries must be submitted by April 9th.
    • Starting this Friday at 7PM EDT, follow clues to search for eggs around the forum in TBT's Thirteenth Annual Easter Egg Hunt. New eggs will appear throughout the weekend and the hunt ends on April 6th!
    • Customize your profile by spending bells on any of our three recurring backdrops.

IF Forum Making Help Thread

DSFAN121

Senior Member
Joined
Feb 18, 2005
Posts
1,245
Life Coins
1,440
Eggs
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