Welcome Guest [Log In] [Register]
Viewing Single Post From: Thunder Arcade 2.0
fanfre
Member
[ * ]
i really, really, really like this arcade. but can someone help? the arcade won't show up on my forum.

link to forum: CLICKY!

when i click on the arcade link at the top, it takes me to the arcade, but the message says, i'm not logged on, when i am.

Quote:
 
<script>
function getu()
{
var user = 'Guest';
var valiusr = document.getElementById('userlinks').getElementsByTagName('TD')[0];

if(valiusr.innerHTML.match(/logged in as/i) != null){
if(valiusr.childNodes[0].getElementsByTagName('A').length > 0){
user = valiusr.childNodes[0].getElementsByTagName('A')[0].innerHTML;
} else {
user = valiusr.childNodes[0].innerHTML.split(/: /)[1];
}
}
return user
}
if (location.href.indexOf("act=Arcade") != -1) {
document.write('<div style="display:none">')
}
</script>


the arcade will only show up if i change "Guest" (in red) to "member" or something.

i believe i've installed all the codes in the right place. and i really want this arcade to work on my forum. a little help here?
Offline Profile Quote Post
Thunder Arcade 2.0 · Code Snippets