Quote:
Originally Posted by Ted S
Hum. If all you wanted to change was the question and not the style (i.e. always have pos & neg votes or just pos) you could tweak things fairly easily to localize the questions to forums either with conditionals (for a few forums) or a new variable (for lots of forums).
|
by chance do you know the conditional for certain threads? something like
Code:
<if condition="$thread['threadid']==x">different question<else />{vb:rawphrase helpfulanswer_didyoufind}</if>
I thought that was it but its not working