zitat-button ausblenden wenn nicht eingeloggt
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.
- austrian-i
- Mitglied
- Beiträge: 724
- Registriert: 28.08.2004 18:01
- Leuchte
- Ehemaliges Teammitglied
- Beiträge: 9179
- Registriert: 26.05.2003 14:57
- Wohnort: Duisburg
- Kontaktdaten:
Warum waren in den Dateien keinerlei Änderungen zu sehen?
http://phpbb.leuchte.net/blubb.zip
http://phpbb.leuchte.net/blubb.zip
- austrian-i
- Mitglied
- Beiträge: 724
- Registriert: 28.08.2004 18:01
hey SUPER!!! die tabellenzeile ist jetzt weg wenn man nicht eingeloggt ist.
dieser posticon-img ist auch weg, aber der link ist noch da. und der link weist immer zum index.php, anstatt zum /forum/viewtopic.php?p=1927#1927 zb
dieser posticon-img ist auch weg, aber der link ist noch da. und der link weist immer zum index.php, anstatt zum /forum/viewtopic.php?p=1927#1927 zb
Zuletzt geändert von austrian-i am 27.09.2004 23:01, insgesamt 1-mal geändert.
- austrian-i
- Mitglied
- Beiträge: 724
- Registriert: 28.08.2004 18:01
- Leuchte
- Ehemaliges Teammitglied
- Beiträge: 9179
- Registriert: 26.05.2003 14:57
- Wohnort: Duisburg
- Kontaktdaten:
Ersetz in deiner viewtopic_body.tpl mal dasdurchSo wie du das gemacht hast, kann es nicht funktionieren. Und wenn du es nicht so machst, wie ich dir das empfehle, ebenfalls nicht.
btw: Die Switch-Anweisungen (<!-- BEGIN.. und <!-- END...) müssen immer in einer neuen Zeile stehen. Nichts davor - nichts danach.
Code: Alles auswählen
<td class="catHead" colspan="2" height="28"><!-- BEGIN switch_user_logged_in -->
<span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span>
<!-- END switch_user_logged_in --> </td>
Code: Alles auswählen
<td class="catHead" colspan="2" height="28">
<!-- BEGIN show_not -->
<span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span>
<!-- END show_not -->
</td>
btw: Die Switch-Anweisungen (<!-- BEGIN.. und <!-- END...) müssen immer in einer neuen Zeile stehen. Nichts davor - nichts danach.
- austrian-i
- Mitglied
- Beiträge: 724
- Registriert: 28.08.2004 18:01
- austrian-i
- Mitglied
- Beiträge: 724
- Registriert: 28.08.2004 18:01
das gibts ja nicht, das ist die viewtopic:
Code: Alles auswählen
<style type="text/css">
<!--
body {
margin-left: 0%;
margin-top: 0%;
margin-right: 0%;
margin-bottom: 0%;
}
.style1 {color: #FFFFFF}
.style3 {
color: #FFFFFF;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->
</style>
<table width="670" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}" style="">{TOPIC_TITLE}</a><br />
<!-- Start replacement - Topic in Who is online MOD -->
<td align="right" valign="bottom" nowrap="nowrap"><span class="nav"><b>{PAGINATION}</b></span></td>
</tr>
<!-- End replacement - Topic in Who is online MOD -->
</table>
<table width="670" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
<td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
<span class="style1">-></span> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
</table>
<table width="670" border="0" align="center" cellpadding="3" cellspacing="1" class="forumline">
<tr align="right">
<td class="catHead" colspan="2" height="28">
<!-- BEGIN show_not -->
<span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span>
<!-- END show_not -->
</td>
</tr>
{POLL_DISPLAY}
<tr>
<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<tr>
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br />{postrow.POSTER_JOINED_DAYS}<br />{postrow.POSTER_POSTS}<br /></span><br /></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr>
<td width="100%"><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="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
<td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.QUIZ_IMG} {postrow.IP_IMG}</td>
</tr></table>
</td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall"></span></td>
</tr>
</table></td>
</tr>
<!-- BEGIN show_not -->
<tr>
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.show_not.PROFILE_IMG} {postrow.show_not.PM_IMG} {postrow.show_not.EMAIL_IMG} {postrow.show_not.WWW_IMG} {postrow.show_not.AIM_IMG} {postrow.show_not.YIM_IMG} {postrow.show_not.MSN_IMG}<script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
document.write(' {postrow.show_not.ICQ_IMG}');
else
document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.show_not.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.show_not.ICQ_STATUS_IMG}</div></div>');
//--></script><noscript>{postrow.show_not.ICQ_IMG}</noscript></td>
</tr>
</table></td>
</tr>
<!-- END show_not -->
<tr>
<td class="spaceRow" colspan="2" height="1"><img src="templates/ripperhunting/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- END postrow -->
</table>
<table width="670" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
<td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
<td align="right" valign="top" nowrap="nowrap"><span class="nav"><b>{PAGINATION}</b></span>
</td>
</tr>
<tr>
<td align="left" colspan="3"></td>
</tr>
</table>
<table width="670" cellspacing="2" border="0" align="center">
<tr>
<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall style1">{S_WATCH_TOPIC}</span><br />
<br />
<span class="style1">{S_TOPIC_ADMIN}</span></td>
</tr>
</table>
- Leuchte
- Ehemaliges Teammitglied
- Beiträge: 9179
- Registriert: 26.05.2003 14:57
- Wohnort: Duisburg
- Kontaktdaten:
Du bringst mich durcheinanderLeuchte hat geschrieben:Code: Alles auswählen
<td class="catHead" colspan="2" height="28"> <!-- BEGIN show_not --> <span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span> <!-- END show_not --> </td>

Das ist der falsche Code. Lad dir die Dateien die ich vorhin verlinkt hab herunter und auf den Server - sie funktionieren. Einfach überschreiben, es sind deine. Du machst nichts kaputt oder so.