MyBB Community Forums
Postbit conditional help! - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: Postbit conditional help! (/thread-150510.html)



Postbit conditional help! - marcus123 - 2014-01-29

Please help me with this conditional!

if first post show code1 else show code2


RE: Postbit conditional help! - Destroy666 - 2014-01-29

<if $postcounter == 1 then>
...
<else>
,,,
</if>



RE: Postbit conditional help! - marcus123 - 2014-01-29

Thanks very much I very appreciate that Smile