xBlog Tag Cloud

xblog.plugins.pi18.tagcloudfield

The xBlog Tag Cloud (pi18) needs to know which is the keywords field of a record of a table.

Usually this is the column keywords.

If your table using another column for example 'seo_keywords', you need to set up the TCA of your table. See sample below.

Value (string): a comma separated list of words

For example:

  • development, typo3, cms

  • development,typo3,cms

Sample

$GLOBALS['TCA'][tx_org_news]['ctrl']['extensions']['xblog']['plugins']['pi18']['tagcloudfield'] = 'seo_keywords'