I have the Discussion Forum Module installed and if you have associated a forum thread with a channel entry (via the “Forum” section of the Publish tab), this is the ID number of the forum thread.
{if forum_topic}
<a href="http://{path=forums/viewthread}{forum_topic_id}">Discuss this in our forums</a>
{/if}But it’s not showing on the publish page, what am I doing wrong?