Forum Discussion
VarunGrazitti
Boss
Inactive User - As per this document, one the following pages seem to support the context objects to fetch this ID. If this page is associated with a thread, then this returns a thread context object, otherwise returns null. The following pages return a thread:
- MobileTkbArticlePage
- TkbArticlePage
- TkbArticlePrintPage
<#if page.context.thread??></#if>
${page.context.thread.topicMessage.uniqueId}
${page.context.message.uniqueId}
${page.context.user.id}
I hope this helps.
Inactive User
7 years agoThanks VarunGrazitti, however, this is the TkbArticleEditorPage, so it’s neither officially a thread or a message and these don’t work on it. I'm not sure what will...
Related Content
- 2 years ago
- 3 years ago
- 6 months ago
- 2 years ago