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 !