Welcome Guest [Log In] [Register]
Welcome to Thunder Services. 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
Thunder Arcade - Jcink; Installation Instructions
Topic Started: May 4, 2008, 8:18 pm (1,511 Views)
Chris
Member Avatar


Thunder Arcade [ Preview · Control Panel ]

The long awaited Thunder Arcade 2 has been released, now for Jcink forums. Built from scratch, this arcade system is the more advanced than any other arcade modification before it.

Registration
http://thunderservices.net/Arcade/proxgb/Registration.php

Installation
Open your forum's Admin CP and find its Board Wrappers, under Skins & Templates.
Paste the following code directly beneath <% JAVASCRIPT %>

Code:
 
<script type="text/javascript" src="http://thunderservices.net/get.js"></script>

Next paste the following directly above <% BOARD %>

Code:
 
<script type="text/javascript">
function getu() {
user = "Guest";
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>

To finish, paste the following directly below <% BOARD %>

Quote:
 
<script type="text/javascript">
var atitle = "[Account Name]";
var arcadeurl = "http://[Forum Name].b1.jcink.com/index.php?act=Arcade";
</script>

<script src="http://thunderservices.net/Arcade/proxgb/arcade.js" type="text/javascript"></script>


First replace [Account Name] with the Account Name you chose during Registration.
Finally replace [Forum Name] with the name of your board.

Take the following for example.

http://tarcade.b1.jcink.com/index.php?act=Arcade

The Forum Name would be tarcade

Save changes to your Board Wrappers, and congratulate yourself! You are finished! :)
Posted Image
Offline Profile Quote Post Goto Top
 
Wizard


omg, i just can not do this, now there is two Arcade on top now

maybe you can join up on the forum and help me with it !!!!

this is doing my head in
http://thegamezone.b1.jcink.com
Offline Profile Quote Post Goto Top
 
Mike


Remove the arcade that came with JCINK.
Posted Image
It is back, and better than ever!
Offline Profile Quote Post Goto Top
 
Wizard


i did that and still two 2 arcade's
if i dont get this fix soon, im going to give up on this,, like this forum, why is there any Tutorial on how to do the stuff on your forum here, im sorry maybe there is some and i can not see !!
http://thegamezone.b1.jcink.com
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar


If your too naive to realize that this is a support forum for the Thunder Arcade, not a guide on how to use your Jcink forum, then you should leave.

If you decide to stay, know: the problem is that you have a setting somewhere in your Admin CP that makes the second Arcade Link appear, and it is enabled. Try asking on the Jcink support forum on how you should disable it.

http://forum.jcink.com/
Posted Image
Offline Profile Quote Post Goto Top
 
Wizard


sorry about that chris
http://thegamezone.b1.jcink.com
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Information Booth · Next Topic »
Add Reply