How To Add A ShoutBox As A Navagation Link
© Goes to Funnyguy From XWF(
www.xwforum.com)
First you will need to get a shoutbox. Do this by going to any shoutbox site.
Go to admin cp->Make a New Forum..call it whatever you want. And for the Permissions click on any user groups you want to see it.
Go To Manage Forums->Click on The Rules Button...Insert your Shoutbox code in there.
Go To the Forum Where you put the Shoutbox...click on the Rules...grab the link.
Now Using This Code:
Code:
<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://69.93.183.37/815/88/upload/p497627.gif" border="0" alt="" width="14" height="16" />&nbsp;<a href="LINKHERE">Shoutbox</a>'
var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell[i].align=="right" && uCell[i].innerHTML.match("act=calendar") && uCell[i].innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+" &nbsp; &nbsp;&nbsp;"
}
uCell[i].innerHTML=addLink+uCell[i].innerHTML
}}
</script>
Put you link in there...and put the code in your board wrappers under the BOARD tag
And thats it, you now have a Shoutbox On Your Forum