rakeshmali
Member
I am developing ab addon which display conversation, but having an issue i.e. conversation title (alias) and conversation_id is not adding to the link
When I write following in template
the link always remain "UserConv/message" but the alias of conversation is not adding after it.
As I have seen here that the generated thread link have the proper alias after the word "thread/" but in my case it is not showing..
Could anybody please let me know what I am missing here?
I will really appreciate if someone can help
When I write following in template
Code:
<a href="{{ link('UserConv/message', $userConv) }}"
the link always remain "UserConv/message" but the alias of conversation is not adding after it.
As I have seen here that the generated thread link have the proper alias after the word "thread/" but in my case it is not showing..
Could anybody please let me know what I am missing here?
I will really appreciate if someone can help