Discussions
Trying to display KB Topic Title in Web Site
Hi everyone. I'm trying to set us up with a knowledge base on our web site, but I'm having a few issues.
In the template, I'm trying to use a tag to display the topic title, however nothing I have tried works.
<%=getCurrentAttribute('sitecategory','itemid','')%> seems to return an arbitrary category title based on the category id assigned to the topic.
<%=getCurrentAttribute('topic','title','')%> doesn't return anything.
<%=getCurrentAttribute('infoitem','itemid','')%> doesn't return anything either.
There doesn't seem to be any documentation about how to include Knowledge Base-related data in a web site template at all.