46
General Chat / Re: runescape private server
« on: March 22, 2008, 10:04:11 am »why cant you just make one your self!lol!
to hard, i think i will stuff it up, last time i tryed i did and i had to do a destructive recovery
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
why cant you just make one your self!lol!
There are two ways to do it. by Code:
Footers:Code: [Select]<script creator="Agent Moose">$("div.post a").hide();</script>
Or by CSS:
Add to Your CSSCode: [Select]div.post a {display: none; };
<script>
function addlinks(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var links = new Array()
links[links.length] = ["Chat","<embed src='http://www.xatech.com/web_gear/chat/chat.swf' quality='high' width='540' height='405' name='chat' FlashVars='id=25511892' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://xat.com/update_flash.shtml' /><small><a target='_BLANK' href='http://xat.com/web_gear/?cb'>Get your own Chat Box!</a><a target='_BLANK' href='http://xat.com/web_gear/chat/go_large.php?id=25511892'>Go Large!</a></small>
"]
for(m=0;m<links.length;m++){
$(".maintab_last").before("<td valign='top' class='maintab_back'><a href='"+links[m][1]+"'>"+links[m][0]+"</a></td>");
};});}
addlinks();
</script>
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=25511892" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" />
<small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=25511892">Go Large!</a></small>