soulnothing
11-03-2009, 10:00 PM
This is an easy modular add on for a news ticker.
Demo: www.extreme-gamers.org (http://www.extreme-gamers.org)
Make a new mod by going to admin portal page then vBa CMPS> Add Module> BB Code Module
Paste This:
<table class="tborder" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"><center>News</center> </td> </thead> <td class="alt2"> <marquee direction="left" scrollamount="6" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=6"><font size="2"><b> <!--Messages--> YOUR MESSAGE HERE <!--/Messages--> </b></font></marquee> </td> </tr> </table> <br>
uncheck Allow Smilies and Allow [IMG] Code
Turn off Use Module Wrapper Template (select no)
then click save
if you want to add an image
add: <td class="alt2"><img src="yourimage.png"/></td>
before: <td class="alt2"> <marquee direction="left" scrollamount="6" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=6"><font size="2"><b> <!--Messages--> YOUR MESSAGE HERE <!--/Messages--> </b></font></marquee> </td> </tr> </table> <br>
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
some example images of mine is below
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 done by JarHeaD
Demo: www.extreme-gamers.org (http://www.extreme-gamers.org)
Make a new mod by going to admin portal page then vBa CMPS> Add Module> BB Code Module
Paste This:
<table class="tborder" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"><center>News</center> </td> </thead> <td class="alt2"> <marquee direction="left" scrollamount="6" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=6"><font size="2"><b> <!--Messages--> YOUR MESSAGE HERE <!--/Messages--> </b></font></marquee> </td> </tr> </table> <br>
uncheck Allow Smilies and Allow [IMG] Code
Turn off Use Module Wrapper Template (select no)
then click save
if you want to add an image
add: <td class="alt2"><img src="yourimage.png"/></td>
before: <td class="alt2"> <marquee direction="left" scrollamount="6" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=6"><font size="2"><b> <!--Messages--> YOUR MESSAGE HERE <!--/Messages--> </b></font></marquee> </td> </tr> </table> <br>
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
some example images of mine is below
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 done by JarHeaD