PDA

View Full Version : Mini Mods - EASY - World News Ticker


soulnothing
11-19-2009, 10:00 PM
Demo: www.extreme-gamers.org

Make a new mod by going to admin portal page then vBa CMPS> Add Module> Template Module
Module Title: whatever you want to name it
Style: Your style
Template Content:

Paste This:
<table class="tborder" border="0" width="100%" align="center"><thead><td class="tcat" ><center>World News</center></td></thead><td class="alt2">
<applet CODE="sText.class" WIDTH="680" HEIGHT="16" codebase="http://clickerj.newsclicker.com/">
<param name="data" value="http://clickerj.newsclicker.com/?id002=&ADN&">
<param name="defaultMessage" value="Fetching Headlines... Please Wait .....">
<param name="background" value="ffffff">
<param name="font" value="verdana" size="2">
<param name="foreground" value="000000">
<param name="frame" value="_self">
<param name="highlite" value="Ff0000">
<param name="pause" value="5">
<param name="refresh" value="20">
<param name="size" value="12">
<param name="wait" value="5000">
</applet><BR>
</td></tr></table>
uncheck Allow Smilies and Allow [IMG] Code

Turn off Use Module Wrapper Template (select no)

then click save

this part of the code is link highlight color when you mouse over
<param name="highlite" value="Ff0000">

make sure the only way you seperate the tags is by spaces and not by going to the next line or it will expand your box

if you dont have vBa then do it like this:
go to styles and templates>style manager>(your style drop down box)Edit Templates>Forum Display Templates>Forum Home

then search: $navbar

and paste it below:
</title>
</head>
<body>
$header
$navbar

Mod Made By: JarHeaD

mbc100
11-22-2009, 11:48 AM
thank u

Taurus1
01-03-2010, 05:17 AM
Thanks man! Very neat! I did everything you said....but just get this:

108893

soulnothing
01-03-2010, 06:52 AM
you may need to change the background color and font color in the code

betts02
01-03-2010, 08:30 AM
Cheers mate for another great mod, i got it installed but when you hover over it i get an error message, when clicked it gives me a box with :

Java Plug-in 1.6.0_16
Using JRE version 1.6.0_16-b01 Java HotSpot(TM) Client VM
User home directory = C:\Users\*****
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
java.lang.RuntimeException: Incorrect parametersjava.lang.NumberFormatException: For input string: "<font color="
at sText.init(sText.java:118)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.RuntimeException: Incorrect parametersjava.lang.NumberFormatException: For input string: "<font color="

Any idea ?

soulnothing
01-03-2010, 08:55 PM
im not sure ... but i noticed a mess up in my instructions.... and i fixed them..... its suppose to be a template module not a bb code one

here is the exact code to mine if you wanta try it out betts

<table class="tborder" border="0" width="100%" align="center"><thead><td class="tcat" ><center>World News</center></td></thead><td class="alt2">
<applet CODE="sText.class" WIDTH="680" HEIGHT="16" codebase="http://clickerj.newsclicker.com/">
<param name="data" value="http://clickerj.newsclicker.com/?id002=&ADN&">
<param name="defaultMessage" value="Fetching Headlines... Please Wait .....">
<param name="background" value="ffffff">
<param name="font" value="verdana" size="2">
<param name="foreground" value="000000">
<param name="frame" value="_self">
<param name="highlite" value="Ff0000">
<param name="pause" value="5">
<param name="refresh" value="20">
<param name="size" value="12">
<param name="wait" value="5000">
</applet><BR>
</td></tr></table>

everything in red is stuff you may want to change