midcom.helper.datamanager datatype communityhtml
communityhtml is a data type for MidCOM Datamanager. It can be used "bbCode-like" comment formatting via Datamanager schemas.
The communityhtml datatype supports following additional configuration options:
datatype_communityhtml_smileys
Array containing supported emoticon formatters and their image depictions. Example:
'datatype_communityhtml_smileys' => Array(
'smiley-eek' => MIDCOM_STATIC_URL . '/midcom.helper.datamanager/communityhtml/smiley-eek.gif',
'smiley-grin' => MIDCOM_STATIC_URL . '/midcom.helper.datamanager/communityhtml/smiley-grin.gif',
'smiley-lol2' => MIDCOM_STATIC_URL . '/midcom.helper.datamanager/communityhtml/smiley-lol2.gif',
),
datatype_communityhtml_colors
Array containing colors available for the comments. Example:
'datatype_communityhtml_smileys' => Array(
'red' => 'red',
'blue' => 'blue',
),
