I'm hitching along with this topic.
But i've tried this option, but still a member can quote the first post.
Now i have:
Code:
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$thread['firstpostid'] != $post['postid']">
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
</if>
<if condition="$show['multiquote_post']">
What am i doing wrong?
Grtz.