kirsty
Member
I've been exploring a XenForo demo and I can't see where in the docs I can find info for all the variables used in the templates. I've come up with the following to go into post_macros but it was a long haul guessing variable names and searching through templates for similar things:
thanks.
Where should I have looked to find out about the options available on $post, $thread etc?<xf:extension name="info_content">
<xf:if is="$post.isFirstPost() AND $thread.Forum.Node.node_id==4">
"some info stuff that goes after the first post's content in thread {$thread.thread_id} in node {$thread.Forum.Node.node_id}"
</xf:if>
</xf:extension>
thanks.