Comment 'How to change change...' to 'Code Tips'
Comment to Code Tips
  • How to change change the pilar cloud of hash tags of Market Module to # tags :

    in developer module change the code of the block "Popular Hashtags" from:

    array (
        'module' => 'system',
        'method' => 'keywords_cloud',
        'params' =>
        array (
          0 => 'bx_market',
          1 => 'bx_market',
        ),
        'class' => 'TemplServiceMetatags',
      
    

    to:

    array (
        'module' => 'system',
        'method' => 'keywords_cloud',
        'params' =>
        array (
          0 => 'bx_market',
          1 => 'bx_market',
          2 => array (
            'menu_view' => true,
          ),
        ),
        'class' => 'TemplServiceMetatags',
      )
    

    the 'menu_view' => true makes the diffrent