Did you kow?
Geplaatst: 28 jun 2004, 14:02
Als je de did you know mod instaleerd
Staat er dit you kow als titel van de box dit komt door een typ fout:

## MOD Title: Did you know? Box
## MOD Author: Dwing < dwing@weingarten-net.de > (Dimitri Seitz) http://www.dseitz.de
## MOD Description: This Hack will create a 'Did you know?' Box in the phpBB Header. Sentences can be set in the file schon_gewusst.txt
## MOD Version: 1.0.0
Staat er dit you kow als titel van de box dit komt door een typ fout:
Ik heb het voor mezelf opgelost maar als deze fout er gewoon uitgehaald word heeft niemand er meer last van#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
</table></td>
</tr>
</table>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Did you know? -->
<br />
<table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tbody>
<tr>
<th class="thHead"> Did you kow? </th>
</tr>
<tr>
<td class="row{ZNUMBER}"><span class="gen"> {ZMESSAGE} </span></td>
</tr>
</tbody>
</table>
<br clear="all">
<!-- Did you know? -->
