About
The Contentpolicy module lets you display a customizable policy message on media pages. On desktop view, the policy will appear as a box to the right of the media. This feature is not available on tablet or mobile views.
Configure
- Go to your Configuration Management console and click on the Contentpolicy module. You can also navigate to it directly using a link: https://{your_KMS_URL}/admin/config/tab/contentpolicy.
- enabled - Set to 'Yes' to enable the module.
- ContentPolicyText - Enter the desired text. The content policy will be displayed on each media page in the top right corner (see example below).
- Click Save.
The Contentpolicy page displays.
You can use BB code to format your text. You can click on the link provided in the module (full list here) or use the basic tags provided below.
User experience
Non-Theming users
For users who don't have Theming enabled, the content policy displays on the media page to the right of the player:
Theming users
For users who have Theming enabled, the content policy displays under the player :
BB code tags
BB code is a simplified version of HTML that lets you format your messages without affecting page layout. Here’s a list of basic BB code tags you can use to format your text:
Remember:
Don't put spaces between the bracketed code and the text you are applying the code to.
The end brackets must include a forward slash ([/list])
Format | Usage | Example usage |
Bold / italics / underline | [b]
[I] [u] |
[b]this text is bold[/b] [I]this text is italic[/i] [u]this text is underlined[/u] |
Color | [color=Option]value[/color] |
{color=blue]this text is blue[/color] [size=Option]value[/size] = size |
Size | [size=Option]value[/size] | [size=+2]this text is two sizes larger than normal[/size] |
Alignment | [left]value[/left]
[center]value[/center] [right]value[/right] |
[left]this text is left-aligned[/left] [center]this text is center-aligned[/center] [right]this text is right-aligned[/right] |
Bulleted list | [list]value[/list] |
[list] [*]list item 1 [*]list item 2 [/list] |
Font | [font=Option]value[/font] | [font=courier]this text is in the courier font[/font] |
URL hyperlinking |
[url]value[/url] [url=Option]value[/url] |
[url] https://knowledge.kaltura.com/help[/url] [url=https://knowledge.kaltura.com/help]Knowledge Center[/url] |