I would like to create another welcome message for members that have say 0 to 25 posts. Is their something I can replace the "<if condition="$show['guest']">" in this code to make it work?
Code:
<if condition="$show['guest']">
<!-- welcome message2 -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message2]</phrase>
</td>
</tr>
<!-- / welcome message2 -->
</if>