Marcus
Well-known member
In node_forum_level_2 I want to replace the lastpost links from posts/1234 with threads/32/unread. This template is created from getExtraDataForNodes(array $nodeIds) [NodeHandler] which fetches its data from getExtraForumDataForNodes [Model], but this function only fetches the post_id.
From what I know, I can not use post_id to get a /thread/ route link with <xen:link > in the templates.
From what I know, I can not use post_id to get a /thread/ route link with <xen:link > in the templates.