Hilfe mit Forum Clock Flash MOD
Verfasst: 09.07.2004 18:15
Hi, ich habe mir deen Forum Clock Flash MOD vom phpbb.com runtergeladen, doch leider konnte ich dort meinen problem nicht schildern, weil phpbb.com forum einfach zu viele mitglieder hat, von daher konnten sie meine fragen nicht sehen...
Classification: 51 Add-On's
MOD Name: Forum Clock
Author: drumstix42
MOD Description: This MOD will add a simple Flash clock to your forums. Tested on 2.0.5 and 2.0.6. Should work on previous version as well.
MOD Version: 1.0.2
Installation Level: Easy
Installation Time: ~ 5 Minutes
Download File: Forum_Clock_MOD_v1.0.2.zip
File Size: 3679 Bytes
In der index_body.tpl von Silver_Xire Style, kann ich
ich wäre dankbar wenn ihr mir helfen könntet
Download Silver_Xire Template
vielen dank !
Classification: 51 Add-On's
MOD Name: Forum Clock
Author: drumstix42
MOD Description: This MOD will add a simple Flash clock to your forums. Tested on 2.0.5 and 2.0.6. Should work on previous version as well.
MOD Version: 1.0.2
Installation Level: Easy
Installation Time: ~ 5 Minutes
Download File: Forum_Clock_MOD_v1.0.2.zip
File Size: 3679 Bytes
Code: Alles auswählen
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Clock Code: Start -->
<br />
<table align="center" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="1" align="center">
<span class="cattitle">{CLOCK_NAME}</span>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<div align="center"><embed width="170" height="150" src="./Clock.swf">
</div>
</td>
</tr>
</table>
<!-- Clock Code: End -->
#
Code: Alles auswählen
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
Download Silver_Xire Template
vielen dank !