abdfahim
Well-known member
I would like to do some modification in
Is there any way I can check the template it (
quick_reply_macros
template, however, want to see that change on thread_view
only. The problem is, quick_reply_macros
is also being called from conversation_view
and profile_post_macros
. As a result, the changes I did is visible in profile post page and conversation.Is there any way I can check the template it (
quick_reply_macros
) was called from so that I can use an IF loop to make changes on thread_view only?