Hi,
Ok, I have this code currently in the NewThread Template and wish to ONLY show the message to users with a total post count less than 5. As you can guess, it currently shows to all users regardless of their post count.
PHP Code:
<if condition="$vbphrase[total_posts_x] >5">
<script type="text/javascript">
<!--
var answer = confirm ("You are about to post to the $foruminfo[title] forum. Please ensure this the correct forum for your topic. Choose Cancel to be directed to the Question Forums.")
if (!answer)
window.location="forumdisplay.php?f=2"
// -->
</script>
</if>