View Full Version : No Replies if Condition
xcingix
07-13-2007, 02:23 AM
I was wondering what the conditional was for no replies.
HMBeaty
07-13-2007, 02:23 AM
Can you explain what you're looking to do in more detail?
Attilitus
07-13-2007, 02:24 AM
threadinfo['databasetable'] Should output the information I believe.
Dismounted
07-13-2007, 05:02 AM
<if condition="$thread['firstpostid'] == $thread['lastpostid']">NO REPLIES</if>
xcingix
07-13-2007, 07:04 PM
Thanks
Attilitus
07-13-2007, 07:12 PM
Also...
<if condition="$thread['replycount'] == 0">NO REPLIES</if>
xcingix
07-13-2007, 08:53 PM
Also...
<if condition="$thread['replycount'] == 0">NO REPLIES</if>
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.