The Arcive of vBulletin Modifications Site. |
|
EASY - World News Ticker Details »»
|
|||||||||||||||||||||||||
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: Code:
<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> Turn off Use Module Wrapper Template (select no) then click save this part of the code is link highlight color when you mouse over Code:
<param name="highlite" value="Ff0000"> 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: Code:
</title> </head> <body> $header $navbar Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
thank u
|
|
#3
|
||||
|
||||
|
|
|
#4
|
|||
|
|||
|
you may need to change the background color and font color in the code
|
|
#5
|
||||
|
||||
|
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 ? |
|
#6
|
|||
|
|||
|
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 Code:
<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> |
![]() |
|
|