Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.
kidrob
Mitglied
Beiträge: 755 Registriert: 29.01.2005 00:06
Wohnort: Brüssel
Kontaktdaten:
Beitrag
von kidrob » 22.06.2005 19:03
zum topic:
http://www.phpbb.de/viewtopic.php?p=512683#512683
(aus der "suche" rubrik)
hi! danke! aber
-der mod (anleitung) ist fehlerhaft!
-das was bei der anleitung zu der viewtopic_body.tpl teht ist nciht möglich!!
da steht:
Code: Alles auswählen
#-----[ OPEN ]------------------------------------------
#
templates/fisubsilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
till the beginning of the file
...
...
...
{POLL_DISPLAY}
#
#-----[ REPLACE WITH ]------------------------------------------
#
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr><td height="34" valign="top" class="nav"><a href="{U_VIEW_TOPIC}" class="maintitle">{TOPIC_TITLE}</a></td>
</tr><tr>
<td class="nav">{PAGINATION}</td>
</tr></table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr><td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" border="0" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
<td valign="bottom" nowrap="nowrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><a href="{U_VIEW_OLDER_TOPIC}"><img src="{VIEW_PREVIOUS_TOPIC_IMG}" alt="{L_VIEW_PREVIOUS_TOPIC}" title="{L_VIEW_PREVIOUS_TOPIC}" /></a></td>
<td nowrap="nowrap">
<a href="{U_TELL_FRIEND}"><img src="{TELL_FRIEND_IMG}" alt="{L_TELL_FRIEND}" title="{L_TELL_FRIEND}" /></a><a href="{U_PRINTER_TOPIC}" target="_blank"><img src="{PRINTER_TOPIC_IMG}" alt="{L_PRINTER_TOPIC}" title="{L_PRINTER_TOPIC}" /></a>{S_WATCH_TOPIC_IMG}<a href="{U_PRIVATEMSGS}"><img src="{PRIVMSG_IMG}" border="0" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" /></a><a href="#bot"><img src="{NS_PAGE_BOTTOM_IMG}" alt="{L_PAGE_BOTTOM}" title="{L_PAGE_BOTTOM}" /></a></td>
<td><a href="{U_VIEW_NEWER_TOPIC}"><img src="{VIEW_NEXT_TOPIC_IMG}" alt="{L_VIEW_NEXT_TOPIC}" title="{L_VIEW_NEXT_TOPIC}" /></a>
</td></tr></table></td></tr></table>
{POLL_DISPLAY}
#
#-----[ FIND ]------------------------------------------
#
<td><input type="submit" value="{L_GO}" class="catbutton" name="submit" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
...
...
...
till the end of the file
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td><input type="submit" value="{L_GO}" class="catbutton" name="submit" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" border="0" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
<td valign="top" nowrap="nowrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="{U_VIEW_OLDER_TOPIC}"><img src="{VIEW_PREVIOUS_TOPIC_IMG}" alt="{L_VIEW_PREVIOUS_TOPIC}" title="{L_VIEW_PREVIOUS_TOPIC}" /></a></td>
<td nowrap="nowrap"><a href="{U_TELL_FRIEND}"><img src="{TELL_FRIEND_IMG}" alt="{L_TELL_FRIEND}" title="{L_TELL_FRIEND}" /></a><a href="{U_PRINTER_TOPIC}" target="_blank"><img src="{PRINTER_TOPIC_IMG}" alt="{L_PRINTER_TOPIC}" title="{L_PRINTER_TOPIC}" /></a>{S_WATCH_TOPIC_IMG}<a href="{U_PRIVATEMSGS}"><img src="{PRIVMSG_IMG}" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" /></a><a href="#top"><img src="{NS_PAGE_TOP_IMG}" alt="{L_BACK_TO_TOP}" title="{L_BACK_TO_TOP}" /></a></td>
<td><a href="{U_VIEW_NEWER_TOPIC}"><img src="{VIEW_NEXT_TOPIC_IMG}" alt="{L_VIEW_NEXT_TOPIC}" title="{L_VIEW_NEXT_TOPIC}" /></a></td>
</tr></table></td></tr></table>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td class="nav" valign="top">{PAGINATION}</td>
<td class="gensmall" align="right" valign="top" rowspan="3">{S_AUTH_LIST}<br /></td>
</tr>
<tr><td class="nav" valign="top">{S_TOPIC_ADMIN}</td></tr>
<tr><td class="nav" valign="middle">{JUMPBOX}</td></tr>
</table>
das , was ich da suchen soll, das gibt es garnicht! kann mir jemand helfen?
Gruß Robin!
Mario Siebert
Mitglied
Beiträge: 2295 Registriert: 09.12.2003 15:02
Wohnort: Irgendwo im Nirgendwo
Beitrag
von Mario Siebert » 22.06.2005 19:06
Die Modanleitung ist für das Theme fisubsilver gedacht, wenn du ein anderes nutzt musst du den Mod entsprechend anpassen.
Grüße Mario
Wer gegen eine geringe Gebühr (höhe der Gebühr bestimmst du selbst!!) ein phpBB installiert oder Mods eingebaut haben möchte sollte sich melden unter: netcom_service@gmx.net -
Bisherige Aufträge 68.071
Auf Anfrage führe ich auch Reparaturen/Updates und Serverumzüge durch oder baue Mods!
n4plike
Mitglied
Beiträge: 19 Registriert: 20.06.2005 20:34
Wohnort: Wien
Beitrag
von n4plike » 22.06.2005 19:07
Das erste gibt es...
Das 2te heißt in der neuesten version:
<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
</form></tr>
</table></td>
</tr>
</table>
Ich bezieh das nun auf das Template subsilver da ich denke du verwendst das
weil das is is für fisubsilver.. oder du hast dich verschrieben
kidrob
Mitglied
Beiträge: 755 Registriert: 29.01.2005 00:06
Wohnort: Brüssel
Kontaktdaten:
Beitrag
von kidrob » 23.06.2005 10:18
="entsprechend anpassen"
was amch ich da genau?
das ist meine viewtopic_body.tpl:
Code: Alles auswählen
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr><td height="34" valign="top" class="nav"><a href="{U_VIEW_TOPIC}" class="maintitle">{TOPIC_TITLE}</a></td>
</tr><tr>
<td class="nav">{PAGINATION}</td>
</tr></table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr><td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" border="0" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
<td valign="bottom" nowrap="nowrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><a href="{U_VIEW_OLDER_TOPIC}"><img src="{VIEW_PREVIOUS_TOPIC_IMG}" alt="{L_VIEW_PREVIOUS_TOPIC}" title="{L_VIEW_PREVIOUS_TOPIC}" /></a></td>
<td nowrap="nowrap">
<a href="{U_TELL_FRIEND}"><img src="{TELL_FRIEND_IMG}" alt="{L_TELL_FRIEND}" title="{L_TELL_FRIEND}" /></a><a href="{U_PRINTER_TOPIC}" target="_blank"><img src="{PRINTER_TOPIC_IMG}" alt="{L_PRINTER_TOPIC}" title="{L_PRINTER_TOPIC}" /></a>{S_WATCH_TOPIC_IMG}<a href="{U_PRIVATEMSGS}"><img src="{PRIVMSG_IMG}" border="0" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" /></a><a href="#bot"><img src="{NS_PAGE_BOTTOM_IMG}" alt="{L_PAGE_BOTTOM}" title="{L_PAGE_BOTTOM}" /></a></td>
<td><a href="{U_VIEW_NEWER_TOPIC}"><img src="{VIEW_NEXT_TOPIC_IMG}" alt="{L_VIEW_NEXT_TOPIC}" title="{L_VIEW_NEXT_TOPIC}" /></a>
</td></tr></table></td></tr></table>
{POLL_DISPLAY}
<!-- BEGIN postrow -->
<a name="{postrow.U_POST_ID}"></a>
{TPL_HDR1}<span class="cattitle">{postrow.POST_SUBJECT}</span>{TPL_HDR2}<table border="0" cellpadding="0" cellspacing="1" width="100%" class="forumline">
<tr>
<td class="th" align="center" valign="middle"><table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr height="26">
<td align="left" valign="middle" nowrap="nowrap"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="genmed">{L_POSTED}: {postrow.POST_DATE}</span></td>
<td align="right" valign="bottom" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} </td>
</tr></table></td>
</tr>
<tr>
<td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- main table start -->
<tr>
<td width="150" align="left" valign="top" rowspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- left row table start -->
<tr>
<td width="100%" align="left" valign="top" background="{T_TEMPLATE_PATH}/images/post_bg.gif"><table border="0" cellspacing="0" cellpadding="4" width="100%">
<tr>
<td align="left" valign="top"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td><span class="name"><b>{postrow.POSTER_NAME}</b></span></td></tr>
<tr><td><span class="postdetails">{postrow.POSTER_RANK}</span></td></tr>
<tr><td><span class="postdetails">{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}{postrow.POSTER_ONLINE}<br /></span></tr>
<tr><td> </td></tr>
<tr><td nowrap="nowrap">{postrow.XS_DATA_START}<table width="100%" cellspacing="1" cellpadding="3" class="profileline">
<tr><td align="left" class="profile" nowrap="nowrap">{postrow.POSTER_JOINED}</td></tr>
<tr><td align="left" class="profile" nowrap="nowrap">{postrow.POSTER_POSTS}</td></tr>
<tr><td align="left" valign="middle" class="profile">{postrow.POSTER_FROM}</td></tr>
</table>{postrow.XS_DATA_END}</td></tr>
</table></td>
</tr>
</table></td>
<td width="5" background="{T_TEMPLATE_PATH}/images/post_right.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="1" border="0" /></td>
</tr>
<tr>
<td height="10" background="{T_TEMPLATE_PATH}/images/post_bottom.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="130" height="10" border="0" /></td>
<td width="5" height="10"><img src="{T_TEMPLATE_PATH}/images/post_corner.gif" width="5" height="10" border="0" /></td>
</tr>
<!-- left row table end --></table><br /><br /></td>
<td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right top row table start -->
<tr>
<td width="100%"><span class="postbody">{postrow.MESSAGE}</span></td>
</tr>
<!-- right top row table end --></table></td>
</tr>
<tr>
<td class="row1" align="left" valign="bottom" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right bottom row start -->
<tr>
<td width="100%"><span class="postbody"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></td>
</tr>
<!-- right bottom row end --></table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="28" valign="bottom" class="catBottom"><table border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="130"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="130" height="1" border="0" /></td>
<td width="100%" align="left" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.SEARCH_IMG2} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
</tr></table></td>
</tr>
</table>{TPL_FTR}
<!-- END postrow -->
{TPL_HDR1}<a class="cattitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="" border="0">
<tr>
<td class="row1" align="left" valign="top">
<span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span><br />
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall">{S_TOOLBAR_TOPIC}</span></td>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td align="left" valign="top">
<span class="gensmall">{S_AUTH_LIST}</span>
</td>
<td align="right" valign="top">
<span class="gensmall">{S_TIMEZONE} <br />
{PAGE_NUMBER} </span>
<span class="nav"><b>{PAGINATION}</b></span><br />
<span class="gensmall">{S_WATCH_TOPIC}</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><input type="submit" value="{L_GO}" class="catbutton" name="submit" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" border="0" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
<td valign="top" nowrap="nowrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="{U_VIEW_OLDER_TOPIC}"><img src="{VIEW_PREVIOUS_TOPIC_IMG}" alt="{L_VIEW_PREVIOUS_TOPIC}" title="{L_VIEW_PREVIOUS_TOPIC}" /></a></td>
<td nowrap="nowrap"><a href="{U_TELL_FRIEND}"><img src="{TELL_FRIEND_IMG}" alt="{L_TELL_FRIEND}" title="{L_TELL_FRIEND}" /></a><a href="{U_PRINTER_TOPIC}" target="_blank"><img src="{PRINTER_TOPIC_IMG}" alt="{L_PRINTER_TOPIC}" title="{L_PRINTER_TOPIC}" /></a>{S_WATCH_TOPIC_IMG}<a href="{U_PRIVATEMSGS}"><img src="{PRIVMSG_IMG}" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" /></a><a href="#top"><img src="{NS_PAGE_TOP_IMG}" alt="{L_BACK_TO_TOP}" title="{L_BACK_TO_TOP}" /></a></td>
<td><a href="{U_VIEW_NEWER_TOPIC}"><img src="{VIEW_NEXT_TOPIC_IMG}" alt="{L_VIEW_NEXT_TOPIC}" title="{L_VIEW_NEXT_TOPIC}" /></a></td>
</tr></table></td></tr></table>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td class="nav" valign="top">{PAGINATION}</td>
<td class="gensmall" align="right" valign="top" rowspan="3">{S_AUTH_LIST}<br /></td>
</tr>
<tr><td class="nav" valign="top">{S_TOPIC_ADMIN}</td></tr>
<tr><td class="nav" valign="middle">{JUMPBOX}</td></tr>
</table>
was muss ich nun tun?
Gruß Robin!
kidrob
Mitglied
Beiträge: 755 Registriert: 29.01.2005 00:06
Wohnort: Brüssel
Kontaktdaten:
Beitrag
von kidrob » 23.06.2005 22:45
weiß niemand rat?
Gruß Robin!