Topics Map > Documents Tab
KB User's Guide - Documents Tab - Embedding user specific content in KB documents (HTML editor only)
To mark content so that it is visible for only specific users, open the Source mode editor, then surround the desired content with span tags with a class attribute of "visible-only-to-user_qualified@domain".
-
For example, to embed content meant for user jsmith@univ.edu only:
<span class="visible-only-to-jsmith@univ.edu"> Some info for John Smith's eyes only here.</span>
-
In the same document, to embed content meant for user jdoe@univ.edu only:
<span class="visible-only-to-jdoe@univ.edu"> Some info for Jane Doe's eyes only here. </span>
Please note that no other span tags should be used within the "visible-only-to-user_qualified@domain" span tag, as they may result in partial filtering of user specific content. This content filtering only works on internal KB sites, through which the user_qualified info is available. If the document is rendered via an external site, all content marked for specific users will be hidden. This ensures that no user-specific content is inadvertently made public.