Suche einen Geburtstagsmod...
Verfasst: 16.03.2005 19:25
Der mal wieder zum Categorie hirarchie Mod kompaktibel ist.
Der vom D89.DK ist es jedenfalls nicht.
Gruß,
Masacrime
Der vom D89.DK ist es jedenfalls nicht.
Gruß,
Masacrime
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Sicher läuft der Birthdaymod auch mit eingebautem Categories Hierarchy Mod, ich habe ihn schon mehrfach für meine Kunden eingebaut. Was genau hast du für Probleme damit, kommt irgendeine Fehlermeldung?Masacrime hat geschrieben:Der vom D89.DK ist es jedenfalls nicht.
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
# Make sure to edit this file for every theme you use!
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan
#
#-----[ IN-LINE FIND ]----------------------------------------
#
# This value can be different, if other mods, add +1 to the value
#
2
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
# The find value can be different, if other mods, add +1 to the value
#
3
#
#-----[ FIND ]------------------------------------------------
#
{LOGGED_IN_USER_LIST}</span></td>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Start add - Birthday MOD -->
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>
<!-- End add - Birthday MOD -->
Code: Alles auswählen
<tr>
<!-- BEGIN extended -->
<td class="row1" width="50" align="center" valign="middle" [b]rowspan[/b]="4"><img src="{I_VIEWONLINE}" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- END extended -->
<!-- BEGIN extended_ELSE -->
<td class="row1" width="50" align="center" valign="middle" [b]rowspan[/b]="3"><img src="{I_VIEWONLINE}" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- END extended_ELSE -->
<td class="row1" align="left"><span class="gensmall">
{TOTAL_POSTS}<br />
{TOTAL_USERS} :: {NEWEST_USER}<br />
{RECORD_USERS}<br />
</span></td>
</tr>
<!-- END root -->
<tr>
<!-- BEGIN root_ELSE -->
<td class="row1" width="50" align="center" valign="middle" [b]rowspan[/b]="2"><img src="{I_VIEWONLINE}" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- END root_ELSE -->
<td class="row1"><span class="gensmall">
<!-- BEGIN root -->
{L_TOTAL_ONLINE}{TOTAL_USERS_ONLINE}<hr />
<!-- END root -->
{L_ONLINE_USERS}
<!-- BEGIN root_ELSE -->
{TOTAL_USERS_ONLINE}<br />
<!-- END root_ELSE -->
<!-- BEGIN online -->
{stats.online.L_SEP}<a href="{stats.online.U_VIEW_PROFILE}" title="{L_VIEW_PROFILE}" class="gensmall" {stats.online.STYLE}>{stats.online.USERNAME}</a>
<!-- END online -->
<!-- BEGIN none -->
{NO_USERS_ONLINE}
<!-- END none -->
</span></td>
</tr>
Als ich den Mod nutzte, gabs noch die index_box.tpl. Wusste nicht, dass sich die Struktur dahingehend geändert hat.Ich habe mal geschaut, und denke, dass du die
index_stats_box meinst.
Code: Alles auswählen
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>Code: Alles auswählen
{NO_USERS_ONLINE}
<!-- END none -->
</span></td>
</tr>