|
Post by Nōgami Neuro on Oct 5, 2008 11:32:34 GMT -5
Linking back to this thread, enabling html in posts can create wonders for setting the mood in threads such as embedding music D=
|
|
|
Post by Misaki Haruka on Oct 5, 2008 11:36:03 GMT -5
Yes but which one,global or main footers
|
|
|
Post by Nōgami Neuro on Oct 5, 2008 12:04:06 GMT -5
I checked, the code is revised. Instead, they have this in the Board/Global Footer: They made it so that only the admin can change it so the site's all safe. It's for signatures though, and only one per person. The code'll have to be repeated for each so maybe if you want, you can make have it as a sign-up. <span id="username" style="display:none;">
HTML OR JAVASCRIPT HERE
</span> <script type="text/javascript"> <!-- /* secure html or script in posts by california */
var postCode="[thescript]";
var td=document.getElementsByTagName("td"); var script=document.getElementById("postscript").innerHTML; if(location.href.match(/action=(display|goto|search2)/)){ for(i=0;i<td.length;i++){ if(td[i].className.match(/windowbg/) && td[i].width != "20%" && td[i].innerHTML.indexOf(postCode) != -1){ td[i].innerHTML=td[i].innerHTML.replace(postCode,script); } } } // --> </script>
Personally this is what I want =DDD <span id="nero" style="display:none;">
<embed src="http://www.bombersdepalma.com/calendario/seal-crazy.mp3" width="60" height="121" loop=99 autoplay=true />
</span> <script type="text/javascript"> <!-- /* secure html or script in posts by california */
var postCode="[thescript]";
var td=document.getElementsByTagName("td"); var script=document.getElementById("postscript").innerHTML; if(location.href.match(/action=(display|goto|search2)/)){ for(i=0;i<td.length;i++){ if(td[i].className.match(/windowbg/) && td[i].width != "20%" && td[i].innerHTML.indexOf(postCode) != -1){ td[i].innerHTML=td[i].innerHTML.replace(postCode,script); } } } // --> </script>
|
|
|
Post by Misaki Haruka on Oct 5, 2008 12:10:59 GMT -5
I put the bottom one in the global footer
|
|
|
Post by Nōgami Neuro on Oct 5, 2008 12:12:11 GMT -5
Thankies ^__^
|
|
|
Post by Misaki Haruka on Oct 5, 2008 12:13:08 GMT -5
yw
|
|
|
Post by Nōgami Neuro on Oct 5, 2008 12:20:14 GMT -5
Sorry I missed out something, all the places where 'postscript' or span id was, would have the username in it. Although for the admin it would be just 'postscript'.
<span id="nero" style="display:none;">
<embed src="http://www.bombersdepalma.com/calendario/seal-crazy.mp3" width="60" height="121" loop=99 autoplay=true />
</span> <script type="text/javascript"> <!-- /* secure html or script in posts by california */
var postCode="[thescript]";
var td=document.getElementsByTagName("td"); var script=document.getElementById("nero").innerHTML; if(location.href.match(/action=(display|goto|search2)/)){ for(i=0;i<td.length;i++){ if(td[i].className.match(/windowbg/) && td[i].width != "20%" && td[i].innerHTML.indexOf(postCode) != -1){ td[i].innerHTML=td[i].innerHTML.replace(postCode,script); } } } // --> </script>
|
|
|
Post by Misaki Haruka on Oct 5, 2008 12:47:43 GMT -5
does this go in global footers too
|
|
|
Post by Nōgami Neuro on Oct 5, 2008 12:58:59 GMT -5
This one replaces the previous one. It's the same, it's just that I missed out a small detail so it isn't working.
|
|
|
Post by Misaki Haruka on Oct 5, 2008 14:28:41 GMT -5
okay done
|
|
|
Post by Nōgami Neuro on Oct 5, 2008 14:31:28 GMT -5
Thankies ^_^
|
|
|
Post by Misaki Haruka on Oct 5, 2008 14:33:35 GMT -5
yw
|
|