Denedim ama yine olmadı.

Eklenti kabul etmiyor .tplyi o yüzden böyle kod olarak yazdım.
Kod: Tümünü seç
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/subBlack/{T_HEAD_STYLESHEET}"
type="text/css" />
<style type="text/css">
<!--
TH { background-image:
url(templates/subBlack/images/{T_TH_CLASS2}) }
TD.cat { background-image:
url(templates/subBlack/images/{T_TH_CLASS1}) }
TD.rowpic { background-image:
url(templates/subBlack/images/{T_TH_CLASS3}); background-repeat:
repeat-y }
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom {
background-image: url(templates/subBlack/images/{T_TH_CLASS1}) }
-->
</style>
<script language="JavaScript" type="text/javascript">
var oMarquees = [], oMrunning,
oMInterv = 20, //artış aralığı
oMStep = 1, //yazı kayarken pixel sayısındaki artış
oMDirection = 'left'; //'left' for LTR text, 'right' sol taraftan
akması için left, sağ için right yazın
/*** Do not edit anything after here ***/
function doDMarquee() {
if( oMarquees.length || !document.getElementsByTagName ) { return; }
var oDivs = document.getElementsByTagName('div');
for( var i = 0, oDiv; i < oDivs.length; i++ ) {
oDiv = oDivs[i];
if( oDiv.className && oDiv.className.match(/\bdmarquee\b/) ) {
if( !( oDiv = oDiv.getElementsByTagName('div')[0] ) ) {
continue; }
if( !( oDiv.mchild = oDiv.getElementsByTagName('div')[0] ) ) {
continue; }
oDiv.mchild.style.cssText += ';white-space:nowrap;';
oDiv.mchild.style.whiteSpace = 'nowrap';
oDiv.style.height = oDiv.offsetHeight + 'px';
oDiv.style.overflow = 'hidden';
oDiv.style.position = 'relative';
oDiv.mchild.style.position = 'absolute';
oDiv.mchild.style.top = '0px';
oDiv.mchild.style[oMDirection] = oDiv.offsetWidth + 'px';
oMarquees[oMarquees.length] = oDiv;
i += 2;
}
}
oMrunning = setInterval('aniMarquee()',oMInterv);
}
function aniMarquee() {
var oDiv, oPos;
for( var i = 0; i < oMarquees.length; i++ ) {
oDiv = oMarquees[i].mchild;
oPos = parseInt(oDiv.style[oMDirection]);
if( oPos <= -1 * oDiv.offsetWidth ) {
oDiv.style[oMDirection] = oMarquees[i].offsetWidth + 'px';
} else {
oDiv.style[oMDirection] = ( oPos - oMStep ) + 'px';
}
}
}
if( window.addEventListener ) {
window.addEventListener('load',doDMarquee,false);
} else if( document.addEventListener ) {
document.addEventListener('load',doDMarquee,false);
} else if( window.attachEvent ) {
window.attachEvent('onload',doDMarquee);
}
</script><!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg',
'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}"
link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="10" border="0"
align="center">
<tr>
<td class="bodyline"><table width="100%" cellspacing="0"
cellpadding="0" border="0">
<tr>
<td width="200"><a href={U_INDEX}><img
src="templates/subBlack/images/logo_phpBB.gif" width="200" border="0"
alt={L_INDEX} vspace="1" /></a></td>
<td align="center" valign="middle"><span
class="maintitle">{SITENAME}</span><br /><span
class="gen">{SITE_DESCRIPTION}<br /> </span>
<table cellspacing="0" cellpadding="2"
border="0">
<tr>
<td align="center"
valign="top" nowrap="nowrap"><span class="mainmenu"> <a
href="{U_FAQ}" class="mainmenu"><img
src="templates/subBlack/images/icon_mini_faq.gif" width="12" height="13"
border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span
class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img
src="templates/subBlack/images/icon_mini_search.gif" width="12"
height="13" border="0" alt="{L_SEARCH}" hspace="3"
/>{L_SEARCH}</a> <a href="{U_MEMBERLIST}"
class="mainmenu"><img
src="templates/subBlack/images/icon_mini_members.gif" width="12"
height="13" border="0" alt="{L_MEMBERLIST}" hspace="3"
/>{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}"
class="mainmenu"><img
src="templates/subBlack/images/icon_mini_groups.gif" width="12"
height="13" border="0" alt="{L_USERGROUPS}" hspace="3"
/>{L_USERGROUPS}</a>
<!-- BEGIN
switch_user_logged_out -->
<a
href="{U_REGISTER}" class="mainmenu"><img
src="templates/subBlack/images/icon_mini_register.gif" width="12"
height="13" border="0" alt="{L_REGISTER}" hspace="3"
/>{L_REGISTER}</a></span>
<!-- END
switch_user_logged_out -->
</td>
</tr>
<tr>
<td height="25"
align="center" valign="top" nowrap="nowrap"><span
class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img
src="templates/subBlack/images/icon_mini_profile.gif" width="12"
height="13" border="0" alt="{L_PROFILE}" hspace="3"
/>{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}"
class="mainmenu"><img
src="templates/subBlack/images/icon_mini_message.gif" width="12"
height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3"
/>{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}"
class="mainmenu"><img
src="templates/subBlack/images/icon_mini_login.gif" width="12"
height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3"
/>{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
</table></td>
</tr>
</table>
<br />