Forum Discussion
xorrkaz
13 years agoGenius
Nice work, Claudius. On the TKB URL side, one thing that might work better than trying to manually construct the URL (in case of a long title) is to use REST:
<#assign tkb_url = rest("/boards/id/${coreNode.id}/tkb/get").board.@view_href /> ... <a href="${tkb_url}">More Knowledge Base articles …</a>
Related Content
- 6 months ago