Forum Discussion
Hey Quelyn ,
You sure can.
The TKB template page reads in values from the URL.
http://{CommunityURl}/t5/tkb/articleeditorpage/tkb-id/{TKB ID String}/message-uid/{ID number for message to draft from}/template-id/freeform
That URL will start a new TKB in a specified TKB, feeding off the message ID and using the freeform template.
Just create yourself a custom component using that structure and generate a link direct to the page.
If you want to start from scratch you can drop the message UID completely like this:
http://{CommunityURl}/t5/tkb/articleeditorpage/tkb-id/{TKB ID String}/template-id/freeform
Piece of cake :)
Tim
Tim_h Thanks for this reply, I haven't been able to work on this piece for a bit, sorry for the delay.
I am trying to put this together. I made a new component called "menu-bar@override". Trying to get the original code from the menu-bar component is escaping me though. Is there a way we can see the actual code break down? Copying the HTML from the source on the loaded page isn't the best because it doesn't have any variables anymore.
If I use @delegate, then I can't edit the normal code in there.
I might just be missing something... am I going about this wrong?
Related Content
- 11 months ago
- 9 years agoInactive User