PDA

View Full Version : conditional for sticky within postbit legacy template


skor
12-19-2010, 10:50 PM
I want to show some text in the postbit legacy template if the thread isn't a sticky. Can anyone suggest which conditional I might be able to use for this?

Would
<if condition="$show['sticky']">
work? or is this only available to be used for thread view?

Thank you for your help!

kh99
12-20-2010, 04:31 AM
Try

<if condition="$threadinfo['sticky']">