Rezpkt Member May 30, 2018 #1 If I wanted to display the parent node name (Cars) with its link alongside the sub forum name (Audi) is it possible in thread_list_macros? for sub : <a href="{{ link('forums', $thread.Forum) }}">{$thread.Forum.title}</a> thanks
If I wanted to display the parent node name (Cars) with its link alongside the sub forum name (Audi) is it possible in thread_list_macros? for sub : <a href="{{ link('forums', $thread.Forum) }}">{$thread.Forum.title}</a> thanks
S S Thomas Well-known member May 30, 2018 #2 Haven't tried it, but might work: $thread.Forum.Node.Parent Should be the parent node entity. Upvote 0 Downvote