News:

Create A Forum Installed

Author Topic: [Code] Multi-Code  (Read 1341 times)

0 Members and 1 Guest are viewing this topic.

Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
[Code] Multi-Code
« on: March 03, 2012, 04:42:22 pm »

!!!THIS CODE IS NO LONGER AVAILABLE!!!





I've combined most of the codes I've released into a single file so everyone can have a cleaner Headers and Footers. This code has the following implemented already:
Hide Tabs
Awards
Alternative News
HTML above tabs
Money Code(Agent Moose)



Instructions:
1) Go to your Headers & Footers  http://FORUM.createaforum.com/index.php?action=admin;area=style;sa=headers;
2) This code utilizes jQuery, please use the latest version found in this thread: http://support.createaforum.com/5/jquery-v1-8-update/
3) Copy and paste this code in your Headers:
Code: [Select]
<script src="http://xboi209.comlu.com/caf.js"></script>
4) Depending on which code you want to enable, you must add different codes to your Footers!
For Hide Tabs:
Code: [Select]
<script>
var tabs = "TEXT";
</script>
For Money:
Code: [Select]
<script>
var Money = ['NAME', 'SIGN', 'AMOUNT'];
</script>
For Awards:
Code: [Select]
<script>
var Awards=['ID','IMAGE URL','NAME'];
</script>
For Alternative News:
Code: [Select]
<script>
var altnews = "TEXT";
</script>
For HTML above tabs:
Code: [Select]
<script>
var user = "TEXT";
</script>
If you're going to use more than one of them, you can combine them inside the same <script></script> tags like this:
Code: [Select]
<script type="text/javascript">
var tabs = "TEXT";
var altnews = "TEXT";
var user = "TEXT";
var Awards=['ID','IMAGE URL','NAME'];
var Money = ['NAME', 'SIGN', 'AMOUNT'];
</script>
« Last Edit: November 12, 2012, 04:33:51 am by xboi209 »
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

Share on Facebook Share on Twitter


Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: [Code] Multi-Code
« Reply #1 on: March 14, 2012, 04:53:55 pm »
Updated, now includes a Money Code created by Agent Moose and optimized coding for quicker loading speeds.
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

 

Related Topics

  Subject / Started by Replies Last post
12 Replies
4494 Views
Last post December 02, 2014, 06:57:57 pm
by CyanProductions
8 Replies
2839 Views
Last post August 05, 2010, 03:50:53 am
by Nick9
3 Replies
1463 Views
Last post August 09, 2010, 10:18:31 am
by Thornton136
2 Replies
1208 Views
Last post August 09, 2010, 02:57:38 am
by Nick9
9 Replies
3335 Views
Last post November 27, 2012, 02:07:59 am
by Agent Moose