azmi
21.09.2004, 10:23
es geht um dieses Teil:
<if condition="$show['largereplybutton']">
<td class="smallfont">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID">
<if condition="$show['closethread']">
<img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" />
<else />
<img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" >
</if>
</a>
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0"></a>
</td>
<td class="smallfont" align="right"><a href="newreply.php?do=thanks&threadid=$thread[threadid]"><img src="$stylevar[imgdir_button]/thanks.gif" alt="$vbphrase[thanks]" border="0" ></a></td>
zwischen dem "reply.gif" und dem "newthread.gif" habe ich ein "_" und bekomme es nicht weg.
ich komme mit der if/else nicht klar.
ist der "_" weg, funkt die Bedingung nicht mehr!
kann mir jemand helfen :confused:
so siehts jetzt aus:
antworten /-/ _neues Thema
<if condition="$show['largereplybutton']">
<td class="smallfont">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID">
<if condition="$show['closethread']">
<img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" />
<else />
<img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" >
</if>
</a>
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0"></a>
</td>
<td class="smallfont" align="right"><a href="newreply.php?do=thanks&threadid=$thread[threadid]"><img src="$stylevar[imgdir_button]/thanks.gif" alt="$vbphrase[thanks]" border="0" ></a></td>
zwischen dem "reply.gif" und dem "newthread.gif" habe ich ein "_" und bekomme es nicht weg.
ich komme mit der if/else nicht klar.
ist der "_" weg, funkt die Bedingung nicht mehr!
kann mir jemand helfen :confused:
so siehts jetzt aus:
antworten /-/ _neues Thema