TouchStone
03.05.2005, 14:28
Hallo ich mlöchte bei mir im Template postbit den Zitat code:
<if condition="$post['replylink']">
<a href="$post[replylink]"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
Mit Folgendem Code ersetzen:
<if condition="$post['replylink']">
<img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]" border="0" width="21" height="15" name="multiquote_$post[postid]" id="multiquote_$post[postid]" onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" />
</if>
Wenn ich dies beiden nun einfach austausche bekomme ich eine Fehlermeldung?
Ich möchte aber das bei dem Code mit dem ich es ersetzen möchte weiter der Zitat Button oder das Zitat On und Zitat Of angezeigt wird?
THX
<if condition="$post['replylink']">
<a href="$post[replylink]"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
Mit Folgendem Code ersetzen:
<if condition="$post['replylink']">
<img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]" border="0" width="21" height="15" name="multiquote_$post[postid]" id="multiquote_$post[postid]" onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" />
</if>
Wenn ich dies beiden nun einfach austausche bekomme ich eine Fehlermeldung?
Ich möchte aber das bei dem Code mit dem ich es ersetzen möchte weiter der Zitat Button oder das Zitat On und Zitat Of angezeigt wird?
THX