Quote:
Originally Posted by Seven Skins
May be this
Code:
<if condition="THIS_SCRIPT == showthread">showthread</if>
<if condition="THIS_SCRIPT == forumdisplay">forumdisplay</if>
OR
<if condition="THIS_SCRIPT == 'showthread'">showthread</if>
<if condition="THIS_SCRIPT == 'forumdisplay'">forumdisplay</if>
|
its not only the this script condition, no if condition at all is working within this.

I think it has something to do with the way the data is used from the DB but Im at a loss right now.