adusei
02.05.2004, 16:23
Hallo zusammen,
ich habe im tmpl SHOWTHREAD den code etwas geändert (siehe rot eingefärbte Zeilen);
es soll erreicht werden, das bei bestimmten Foren (hier also mit den IDs 1420 + 4628) statt des reply.gif ein anderer Button angezeigt wird (unter dem thread).
Ich als Laie habe mir das nun so (einfach) vorgestellt, allein - es funzt net!:mad:
Was mache ich falsch - wenn mal jemand von den cracks so lieb wäre...?:D
######################################################################
<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top">
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"
<if condition="$show['closethread']">
<if condition="in_array($forumid, array (1420,4628))">
<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" >
<else/>
<img src="$stylevar[imgdir_button]/mein.gif" alt="Mein Text" border="0" ></if>
</if></a></td>
</if>
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table><!-- / controls below postbits -->
######################################################################
TIA und Grüße von
adusei
ich habe im tmpl SHOWTHREAD den code etwas geändert (siehe rot eingefärbte Zeilen);
es soll erreicht werden, das bei bestimmten Foren (hier also mit den IDs 1420 + 4628) statt des reply.gif ein anderer Button angezeigt wird (unter dem thread).
Ich als Laie habe mir das nun so (einfach) vorgestellt, allein - es funzt net!:mad:
Was mache ich falsch - wenn mal jemand von den cracks so lieb wäre...?:D
######################################################################
<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top">
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"
<if condition="$show['closethread']">
<if condition="in_array($forumid, array (1420,4628))">
<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" >
<else/>
<img src="$stylevar[imgdir_button]/mein.gif" alt="Mein Text" border="0" ></if>
</if></a></td>
</if>
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table><!-- / controls below postbits -->
######################################################################
TIA und Grüße von
adusei