Welcome Guest [Log In] [Register]
Welcome to Death To Sandwiches. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
A tip; trust me, its a great code
Topic Started: May 22 2008, 10:13 PM (128 Views)
MAriofreak
Member Avatar
pb&j
[ * ]
If you want to put a link to your arcade up where the links to Help, Search, Members, and Calendar just put this code in the forum's footer

I already edited it myself so it will lead to your arcade


Code:
 
<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://i6.ifrm.com/815/88/upload/p497627.gif" border="0" alt="" width="14" height="16" />&nbsp;<a href=http://s9.invisionfree.com/death_to_sandwiches/index.php?act=Arcade>Arcade</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>


It would look something like this
Posted Image
Posted Image
Offline Profile Quote Post Goto Top
 
camp_T
Member Avatar
super ADMIN
[ *  *  *  *  *  *  * ]
i tried something like this but i put it in the thing that puts the arcade in.
Posted Image
femur
 
I wanted to vote for yes, but I decided to vote yes :(  :ph43r:  :wtf:
Offline Profile Quote Post Goto Top
 
Thad711
Member Avatar
Thaddius the super ADMIN
[ *  *  *  *  *  *  * ]
Cool!!!!!!! :piggypower: :piggypower:
Thadchat
Offline Profile Quote Post Goto Top
 
« Previous Topic · Chill · Next Topic »
Add Reply