Quote:
Originally Posted by nquang
Is there a variable for which member create thread??
|
Late reply, but had the same question myself. (At least I think it's the same question.)
Looked in the db, read some docs, and got it right on the first try.
Code:
<if condition="$thread[postuserid] == 15">
CODE
</if>
Where "15" is the user in the code example.
Code added to the template could show a message to members/guests (unless further limited by more conditionals), in posts created by this specific thread starter. For example, to add a unique secondary signature by an admin in new threads. You can hard code the message, or add a new phrase variable.
###