Comment to '#hashtag limits in Block ''Popular Hashtags'''
  • Thx for this info. Are there some experiences about increasing this number? Do You know use cases where more are in use in the tagcloud?

    • For example, the code of the Popular hashtags of the Posts app will have look like:

      array (
       'module' => 'system',
       'method' => 'keywords_cloud',
       'params' => 
       array (
        0 => 'bx_posts',
        1 => 'bx_posts',
        2 => array('max_count' => 36)
       ),
       'class' => 'TemplServiceMetatags',
      )