Bitte mal Hilfe bei Mod Einbau.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Bitte mal Hilfe bei Mod Einbau.
Hi zusammen. Habe da ein kleines Problem mit dem "Wer war da" Mod . Und zwar nutze Ich in meinem Forum den TI2000 Style. Nun heißt es in der Readme:
templates/subSilver/index_body.tpl (in meinem Fall wäre das sicher templates/TI2000/index_body.tpl)
#-----[ FIND ]------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan="4"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
#
#-----[ FIND ]------------------------------------------
#
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<tr>
<td class="row1" align="left"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{COUNT_USER_TODAY}</span><br />
<div style="overflow: auto" align="justify" class="gensmall">{USER_TODAY}</div>
<br /><span class="gensmall">{RECORD_USER_TODAY}</span>
</td>
</tr>
</table>
Nur ist dieses in der TI2000 index nicht da. Die sieht so aus:
{ACTUALSTATS_OUTPUT}
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<img src="templates/Ti2000/images/ok.gif" width="13" height="7">{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
<img src="templates/Ti2000/images/ok.gif" width="13" height="7">{CURRENT_TIME}<br />
<img src="templates/Ti2000/images/ok.gif" width="13" height="7"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
<td align="right" valign="bottom" class="gensmall">
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><img src="templates/Ti2000/images/ko.gif" width="13" height="7"><br />
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><img src="templates/Ti2000/images/ko.gif" width="13" height="7"><br />
<a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}<img src="templates/Ti2000/images/ko.gif" width="13" height="7"></strong></a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2">{L_FORUM}</th>
<th>{L_TOPICS}</th>
<th>{L_POSTS}</th>
<th>{L_LASTPOST}</th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="cat" colspan="2"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></td>
<td class="rowpic" colspan="3"><img src="images/spacer.gif" alt="" width="280" height="12" /></td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="row1" height="25" onmouseover="this.style.backgroundColor='#303030';" onmouseout="this.style.backgroundColor='#272727';"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%" onmouseover="this.style.backgroundColor='#303030';" onmouseout="this.style.backgroundColor='#272727';"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" onmouseover="this.style.backgroundColor='#272727';" onmouseout="this.style.backgroundColor='#303030';" align="center"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" onmouseover="this.style.backgroundColor='#272727';" onmouseout="this.style.backgroundColor='#303030';" align="center"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" onmouseover="this.style.backgroundColor='#272727';" onmouseout="this.style.backgroundColor='#303030';" align="center" nowrap="nowrap"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat" colspan="2"><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
</tr>
<tr>
<td class="row1" rowspan="3"><img src="templates/Ti2000/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" width="25" height="25" class="imgfolder" title="{L_WHO_IS_ONLINE}" />
</td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE} [ <strong>{L_WHOSONLINE_ADMIN}</strong>
] [ <strong>{L_WHOSONLINE_MOD}</strong> ]<br />
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
<tr>
<td height="20" class="row1"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
<!-- BEGIN switch_user_logged_out -->
<br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat">{L_LOGIN_LOGOUT}</td>
</tr>
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="gensmall">{L_USERNAME}: </td>
<td><input class="post" type="text" name="username" size="10" /></td>
<td class="gensmall"> {L_PASSWORD}:</td>
<td><input class="post" type="password" name="password" size="10" maxlength="32" /></td>
<td class="gensmall"> {L_AUTO_LOGIN}</td>
<td><input class="text" type="checkbox" name="autologin" /></td>
<td> <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></td>
</tr>
</table></td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
<br />
<table border="0" align="center" cellpadding="0" cellspacing="3">
<tr>
<td><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" title="{L_NEW_POSTS}" /></td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td> </td>
<td><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" title="{L_NO_NEW_POSTS}" /></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
<td><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" title="{L_FORUM_LOCKED}" /></td>
<td class="gensmall">{L_FORUM_LOCKED}</td>
</tr>
</table>
Könnte mir jemand die index so anpassen das es dann beim Einbau auch hinhaut?? Danke.
templates/subSilver/index_body.tpl (in meinem Fall wäre das sicher templates/TI2000/index_body.tpl)
#-----[ FIND ]------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan="4"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
#
#-----[ FIND ]------------------------------------------
#
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<tr>
<td class="row1" align="left"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{COUNT_USER_TODAY}</span><br />
<div style="overflow: auto" align="justify" class="gensmall">{USER_TODAY}</div>
<br /><span class="gensmall">{RECORD_USER_TODAY}</span>
</td>
</tr>
</table>
Nur ist dieses in der TI2000 index nicht da. Die sieht so aus:
{ACTUALSTATS_OUTPUT}
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<img src="templates/Ti2000/images/ok.gif" width="13" height="7">{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
<img src="templates/Ti2000/images/ok.gif" width="13" height="7">{CURRENT_TIME}<br />
<img src="templates/Ti2000/images/ok.gif" width="13" height="7"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
<td align="right" valign="bottom" class="gensmall">
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><img src="templates/Ti2000/images/ko.gif" width="13" height="7"><br />
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><img src="templates/Ti2000/images/ko.gif" width="13" height="7"><br />
<a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}<img src="templates/Ti2000/images/ko.gif" width="13" height="7"></strong></a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2">{L_FORUM}</th>
<th>{L_TOPICS}</th>
<th>{L_POSTS}</th>
<th>{L_LASTPOST}</th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="cat" colspan="2"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></td>
<td class="rowpic" colspan="3"><img src="images/spacer.gif" alt="" width="280" height="12" /></td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="row1" height="25" onmouseover="this.style.backgroundColor='#303030';" onmouseout="this.style.backgroundColor='#272727';"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%" onmouseover="this.style.backgroundColor='#303030';" onmouseout="this.style.backgroundColor='#272727';"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" onmouseover="this.style.backgroundColor='#272727';" onmouseout="this.style.backgroundColor='#303030';" align="center"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" onmouseover="this.style.backgroundColor='#272727';" onmouseout="this.style.backgroundColor='#303030';" align="center"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" onmouseover="this.style.backgroundColor='#272727';" onmouseout="this.style.backgroundColor='#303030';" align="center" nowrap="nowrap"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat" colspan="2"><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
</tr>
<tr>
<td class="row1" rowspan="3"><img src="templates/Ti2000/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" width="25" height="25" class="imgfolder" title="{L_WHO_IS_ONLINE}" />
</td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE} [ <strong>{L_WHOSONLINE_ADMIN}</strong>
] [ <strong>{L_WHOSONLINE_MOD}</strong> ]<br />
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
<tr>
<td height="20" class="row1"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
<!-- BEGIN switch_user_logged_out -->
<br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat">{L_LOGIN_LOGOUT}</td>
</tr>
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="gensmall">{L_USERNAME}: </td>
<td><input class="post" type="text" name="username" size="10" /></td>
<td class="gensmall"> {L_PASSWORD}:</td>
<td><input class="post" type="password" name="password" size="10" maxlength="32" /></td>
<td class="gensmall"> {L_AUTO_LOGIN}</td>
<td><input class="text" type="checkbox" name="autologin" /></td>
<td> <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></td>
</tr>
</table></td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
<br />
<table border="0" align="center" cellpadding="0" cellspacing="3">
<tr>
<td><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" title="{L_NEW_POSTS}" /></td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td> </td>
<td><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" title="{L_NO_NEW_POSTS}" /></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
<td><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" title="{L_FORUM_LOCKED}" /></td>
<td class="gensmall">{L_FORUM_LOCKED}</td>
</tr>
</table>
Könnte mir jemand die index so anpassen das es dann beim Einbau auch hinhaut?? Danke.
-
- Mitglied
- Beiträge: 1620
- Registriert: 03.01.2004 23:12
- Wohnort: Aken (Elbe)
Du musst nicht nach dem wortwörtlichem suchen.
Beim ersten Codeabschnitt sieht man doch zum Beispiel, dass Du einfach die 2 in eine 4 ändern sollst.
Und bei dem Rest musst Du auch nicht REPLACEN, obwohl es da steht.
Das kannst Du machen wie Du willst.
Es ist Ansichstssache, wie es besser aussieht.
Aber setz das oben mal bitte in
Beim ersten Codeabschnitt sieht man doch zum Beispiel, dass Du einfach die 2 in eine 4 ändern sollst.
Und bei dem Rest musst Du auch nicht REPLACEN, obwohl es da steht.
Das kannst Du machen wie Du willst.
Es ist Ansichstssache, wie es besser aussieht.
Aber setz das oben mal bitte in
Code: Alles auswählen
-Tags,
Mit freundlichen Grüßen / Best regards / Met vriendelijke groeten
Michael Zacher
Michael Zacher
Hallo,
wo ist das Problem hinter
dieses
einzufügen ! 
Beim Einbau in andere Templates helfen Platzhalter wie {L_ONLINE_EXPLAIN} beim Finden der Passagen.
wo ist das Problem hinter
Code: Alles auswählen
<td height="20" class="row1"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
Code: Alles auswählen
<tr>
<td class="row1" align="left"><span class="gensmall">{COUNT_USER_TODAY}</span><br />
<div style="overflow: auto" align="justify" class="gensmall">{USER_TODAY}</div>
<br /><span class="gensmall">{RECORD_USER_TODAY}</span>
</td>
</tr>

Beim Einbau in andere Templates helfen Platzhalter wie {L_ONLINE_EXPLAIN} beim Finden der Passagen.

Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
-
- Mitglied
- Beiträge: 1620
- Registriert: 03.01.2004 23:12
- Wohnort: Aken (Elbe)
Hallo,
nutze doch vor dem Posten die, viel zu selten benutzte, boardeigene Funktion [ externes Bild ] Suchen und den Bereich Dokumentation um Informationen wie >>> KB:130 <<< zu finden.
nutze doch vor dem Posten die, viel zu selten benutzte, boardeigene Funktion [ externes Bild ] Suchen und den Bereich Dokumentation um Informationen wie >>> KB:130 <<< zu finden.

Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
Sorry es tut mir Leid. Aber was Ich nun genau machen muß um die Meldung weg zu bekommen weiß Ich leider nicht. Eine wwd_install.php gibt es nirgends nicht. Und was den Link von gloriosa betrifft da hab Ich echt keinen Plan. Sorry. Vielleicht hilft es ja weiter und geht vor allem schneller wenn Ich die Dateien die zu Verändern sind hier mal Poste und es macht das ganze jemand der sich wirklich damit aus kennt?!
-
- Mitglied
- Beiträge: 1620
- Registriert: 03.01.2004 23:12
- Wohnort: Aken (Elbe)