I want to know that how I can create scrolling news like (www.malluwood.net/forums/index.php) in my IPB forum (IPB 2.1.7).Please help me because I am a new user using IPB for few days .So please tell it in simple way
"scrolling news about new topics at top"
ukdesi
09-27-2006, 10:03 PM
The link you used does not work so i'm not quite sure what you are looking for.
But adding the tags <marquee>YOURTEXT</marquee> Creates scrolling text accross the page.
arenlor
09-28-2006, 02:43 AM
It's a forum, it's .php not htm.
But he can use <marquee> if he know about css.
But dear friends,I know that but i want scroll the news about new posts automatically as like malluwood
I know what ya mean, and todo this goto your admin control panel > skinng & styles > board wrappers.
and in the "Header & body" delete evverything in there unless theres custom mods uve already made and in that case u will have to add them to the following code;
<style type="text/css">
<!--
.style2 {
color: #333333;
font-size: x-small;
}
-->
</style>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#000000" vlink="#000000"><body text="#000000" link="#000000" vlink="#000000" alink="#000000" leftmargin="2" topmargin="2" marginwidth="2" marginheight="0">
<table width="768" border="0" align="center" cellpadding="4" cellspacing="0" bgcolor="#1A1A1A" height="628" bordercolor="#1A1A1A">
<tr>
<td width="90%" height="100%" bgcolor="#1A1A1A">
<center>
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder">
<!--Proboard's Info Box For InvisionFree by Chronos. http://forums.spritesunlimited.com/ Do not remove this line-thing-->
<table>
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td class="maintitle" align="center" colspan="3">
<span class="style2">
Information </span></td>
</tr>
<tr>
<td width="20%" valign="top" class="row4">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="orange">
Left scroll
</td>
<td width="60%" class="row3" valign="top">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="orange"></center>
Middle Non-scroll
</td>
<td width="20%" valign="top" class="row4">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="orange">
Right scroll
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>
<% BOARD HEADER %>
<div align="center">
<table width="500px" id="menu" bgcolor="#1A1A1A" summary="Clock">
<tr>
<td align="center" valign="middle">
<script type='text/javascript' language="JavaScript">
document.write("<div style='color:orange'>"+Date()+"</div>")
</script>
</td>
</tr>
</table>
</div>
<% NAVIGATION %>
<div id="board" style="display:none;"><% BOARD %></div>
<% STATS %>
You will have to edit it to match ur own board style.
Or if thats too complex just add the following code where you want it to appear;
<center>
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder">
<!--BaX-->
<table>
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td class="maintitle" align="center" colspan="3">
<font color="000000" size="2">
<b>BOX TITLE</b>
</font>
</td>
</tr>
<tr>
<td width="20%" valign="top" class="row4">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="FONT COLOR">
LEFT BOX TEXT
</td>
<td width="60%" class="row3" valign="top">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="FONT COLOR">
MIDDLE BOX TEXT
</td>
<td width="20%" valign="top" class="row4">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="FONT COLOR">
RIGHT BOX TEXT
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>
Hope you get what i mean, and it should work.
-BaX
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.