PDA

View Full Version : if threadclosed condition in postbit


TTayfun
12-02-2017, 06:12 PM
have i chance condition if threadclosed in postbit? can i run this?

--------------- Added 1512246805 at 1512246805 ---------------

edit: yeah i found it.

Stratis
12-03-2017, 11:45 AM
edit: yeah i found it.


Very nice to find it by yourself. How about to post it for us :)

PinkMilk
12-05-2017, 07:17 PM
Thanks for sharing with everyone TTayfun....oh wait you didn't :(

Guess I will just have to instead:
<if condition="!$show['closethread']">
Whatever here
</if>

and heres a thread of other conditionals (https://vborg.vbsupport.ru/showthread.php?t=215032) others might be interested in.

TTayfun
12-06-2017, 07:38 PM
Thanks for sharing with everyone TTayfun....oh wait you didn't :(

Guess I will just have to instead:
<if condition="!$show['closethread']">
Whatever here
</if>

and heres a thread of other conditionals (https://vborg.vbsupport.ru/showthread.php?t=215032) others might be interested in.

is not working unfortunately. I will write about it article or make plugin, and i will share. :up:

Dave
12-06-2017, 08:36 PM
I'm not sure, but I think this should work:

<if condition="$thread['open'] == 0">
Thread is closed.
</if>