BassMan
Well-known member
I'd like to add a thread title to the conversation. This is what I have in my message_macros template:
If I try to add it like this it's not working:
What am I doing wrong?
Thank you for any help or guidance.
Code:
<a href="{{ link('conversations/add', '', {'to': $user.username}) }}">{{ phrase('start_conversation')}}"></a>
If I try to add it like this it's not working:
Code:
<a href="{{ link('conversations/add', '', {'to': $user.username}, {'title': $thread.title}) }}">{{ phrase('start_conversation')}}"></a>
What am I doing wrong?
Thank you for any help or guidance.