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
Arcade CP Link
Topic Started: October 3, 2009, 12:33 am (717 Views)
Chris
Member Avatar


This has been requested for a while, so I guess I should quinch some of the thirst. This will add a drop down link to the Arcade CP under "Admin CP" in the navigation.

First off, put this in your Javascripts in the Board Template.
Code:
 
<script src='http://209.85.48.22/9059/183/0/f5009632/pma.js' type='text/javascript'></script>
<script type="text/javascript">
MA = new menuAdder({
"topMenu": Yes,
"cmdMenu": No,
"subMenu": No,
"Report" : No
});
</script>

Then place this Above the Copyright, also in the Board Template.
Code:
 
<script type="text/javascript">topMenu.add([["Arcade CP", "http://thunderservices.net/Arcade/proxgb/arcadecp.php", "_blank"]], "#menu_acp");</script>


You shouldn't experience any problems with this. I've set it to have the minimum load on your forum, though there are some more features that can be accessed with changing some of the "No"s to "Yes"s. Don't try though. It wont end well xD
Posted Image
Offline Profile Quote Post Goto Top
 
Keedo
Member Avatar


Just added it. Works like a charm. ;)
Posted Image
Posted Image
I love this woman!
Offline Profile Quote Post Goto Top
 
WC Jerome
King of the Universe!!!

Good work, Chris. Thanx. :D
Offline Profile Quote Post Goto Top
 
WC Jerome
King of the Universe!!!

Quick question.

I already have something in my 'Admin CP' drop-down menu. After I put in the 'Arcade CP' code, it just covered up the first link I had in there. Is there any way to have be the next link in the menu or just put it beside the 'Admin CP'?
Offline Profile Quote Post Goto Top
 
Christian
Member Avatar


Replace:
Quote:
 
<script type="text/javascript">topMenu.add([["Arcade CP", "http://thunderservices.net/Arcade/proxgb/arcadecp.php", "_blank"]], "#menu_acp");</script>
With:
Quote:
 
<script type="text/javascript">
topMenu.add([["LINK TEXT HERE", "LINK HTTP URL HERE", "_blank"]], "#menu_acp");
topMenu.add([["Arcade CP", "http://thunderservices.net/Arcade/proxgb/arcadecp.php", "_blank"]], "#menu_acp");
</script>
Kicking Trolls in the face since 2005
Posted Image
Offline Profile Quote Post Goto Top
 
WC Jerome
King of the Universe!!!

Thanx, Christian, but I just found out that it wasn't the code. It was the browser. Neither code works with Opera. It just covers it up, but it works fine with Chrome & FireFox.
Offline Profile Quote Post Goto Top
 
gabe


i'm not getting the drop down
Offline Profile Quote Post Goto Top
 
derb


i put these in and it doesnt work at all o_0
Why?
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards · Next Topic »
Add Reply