In our FAQ page, I would like to display who created a new Question.
I have done the following:
>> Settings
>> FAQ Module Settings
>> added available TOKEN [USER] (to the Question template)
so Question template looks like:
<div Class="Normal">
<b>Q[INDEX]. [QUESTION]</b><br />[USER]
</div>
However, the user is not displayed. I can only display the user in the Answer Template:
<div Class="Normal" Style="padding: 5px;">
<b>Answer:</b> [ANSWER] <br />Answered by: [USER]
</div>
Is it possible to add [USER] to question template?
Regards,
Mark Richardson