Help - Search - Members - Calendar
Full Version: Another suggestion
RBO FORUM > Feedback > Comments and Suggestions
DarkSoulz53
I personally think that you should contribute even more fun to the RBO Community. I think you should add an arcade or something. Right now, im giving you a suggestion of an arcade that is the best board arcade that i have ever seen. The arcade has a high score thing and the games are actually pretty fun! This code should work with invisionfree. Remember, i did not make this code! I am learning about HTML though...ok, here's how you start. (if you dont want to add an arcade, than ignore this topic)

Go to Admin Cp>>Skinning & Styles>>Manage style sheets. Copy out your entire CSS. Now, go here: http://folk.ntnu.no/khanghyv/Arcade/Register.php
In the first blank, type in RBO as your title. then fill out the rest of it. Make sure you paste your CSS into the place where it tells you to. Now after you register, go to Admin Cp>>Skinning & Styles>>Board Wrappers>>Header & Body. Find the <% BOARD %> tag and under it, copy and paste

CODE
<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://img.photobucket.com/albums/v671/xarcade10/atb_arcade.gif" border="0" alt="" />&nbsp;<a href="http://ragnarokbattle.com/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;"
}

uCell[i].innerHTML=addLink+uCell[i].innerHTML
}}
</script>
<script>
username=getu()
if (location.href.indexOf("act=Arcade") != -1)
{
if(username != "Guest")
{
navstrip.innerHTML+="-> <b><a href='http://ragnarokbattle.com/index.php?act=Arcade'>Arcade</a></b>"
document.write('</div>');
document.write('<center><iframe frameborder=0 src="http://folk.ntnu.no/khanghyv/Arcade/index.php?b=RBO&u=');
document.write(username);
document.write('" scrolling="no" height=1850 width=100%></iframe></center>');
}
if(username=="Guest")
{
document.write('</div>');
document.write('<div class="tableborder"><div class="maintitle">Not Allowed</div><div class="tablepad">Sorry, Guests are not allowed to use the Arcade.</div></div>');
document.write('<br>');
}
}
</script>


Now put this code above the <% BOARD %> tag.

CODE
<script>
function getu()
{
if(document.getElementById('userlinks').innerHTML.match('Logged in as:'))
{
get=document.getElementById('userlinks').rows[0].cells[0]
user=get.getElementsByTagName('a')[0].innerHTML
return user
}
else
{
user="Guest"
return user
}
}
if (location.href.indexOf("act=Arcade") != -1) {
document.write('<div style="display:none">')
}
</script>


If this code does not work, tell me and i will try to expand some more. this arcade has an arcade cp just like an admin cp. i think im pretty good with the arcade cp and i an add more games if you would like...i hope you like this arcade!
synchroblst
Err... Don't you think you should ask first, before posting all these scripts? People could actually mess up their forums if they don't know how to modify their scripts... Example, me... phpBB's Cash mod didn't work for their latest version, apparently.

I like this idea, but it'll just make the forums less active, since people would be playing the games instead. That's my opinion.
Garrett
Good idea, I actually looked into it a while back. Will do it again. The arcade I looked into was IPB Arcade PRO or something or other. The site has been down for a while.

Also, I am looking into cash mod as well so people can buy things such as Emails and such.

On the other hand, you signature is too bad, please fix it... Thanks...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.