Verfasst: 02.06.2004 14:53
				
				Wie bekomm ichs denn hin, dass man es erst sieht, wenn man sich eingeloggt hat?!
			phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
          <td height="163" background="templates/DustyGreen/images/forum-new2-top-right.jpg" width="26"> 
            <div align="center"></div>
          </td>
        </tr>
      </table>
Code: Alles auswählen
<!-- Schon Gewusst -->
<br />
<table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tbody>
   <tr>
      <th class="thHead"> Schon gewusst? </th>
   </tr>
   <tr>
      <td class="row{ZNUMBER}"><span class="gen"> {ZMESSAGE} </span></td>
   </tr>
</tbody>
</table>
<br clear="all">
<!-- Schon Gewusst -->Code: Alles auswählen
    <td bgcolor="EEEEEE"> </td>
Code: Alles auswählen
    <td bgcolor="EEEEEE">
    <!-- Schon Gewusst -->
<br />
<table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tbody>
   <tr>
      <th class="thHead"> Schon gewusst? </th>
   </tr>
   <tr>
      <td class="row{ZNUMBER}"><span class="gen"> {ZMESSAGE} </span></td>
   </tr>
</tbody>
</table>
<br clear="all">
<!-- Schon Gewusst -->
    </td>

Code: Alles auswählen
    <td bgcolor="EEEEEE"> </td>Code: Alles auswählen
<td bgcolor="EEEEEE"> </td>Hi...mischspeed hat geschrieben:Wie bekomm ichs denn hin, dass man es erst sieht, wenn man sich eingeloggt hat?!
Code: Alles auswählen
<!-- Schon Gewusst -->
<br />
<table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tbody>
   <tr>
      <th class="thHead"> Schon gewusst? </th>
   </tr>
   <tr>
      <td class="row{ZNUMBER}"><span class="gen"> {ZMESSAGE} </span></td>
   </tr>
</tbody>
</table>
<br clear="all">
<!-- Schon Gewusst -->Code: Alles auswählen
    <!-- BEGIN switch_user_logged_out -->
    <!-- Schon Gewusst -->
<br />
<table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tbody>
   <tr>
      <th class="thHead"> Schon gewusst? </th>
   </tr>
   <tr>
      <td class="row{ZNUMBER}"><span class="gen"> {ZMESSAGE} </span></td>
   </tr>
</tbody>
</table>
<br clear="all">
<!-- Schon Gewusst -->
<!-- END switch_user_logged_out -->
Hi, es wird zwar bei Dustygreen "Schon gewusst" angezeigt, aber es wird so angezeigt :Markus67 hat geschrieben:Hi ...
für Dustygreen suche in der overall_header.tpl
danach einfügen:Code: Alles auswählen
<td height="163" background="templates/DustyGreen/images/forum-new2-top-right.jpg" width="26"> <div align="center"></div> </td> </tr> </table>
Code: Alles auswählen
<!-- Schon Gewusst --> <br /> <table border="0" align="center" cellpadding="4" cellspacing="0" class="forumline"> <tbody> <tr> <th class="thHead"> Schon gewusst? </th> </tr> <tr> <td class="row{ZNUMBER}"><span class="gen"> {ZMESSAGE} </span></td> </tr> </tbody> </table> <br clear="all"> <!-- Schon Gewusst -->
