#hashtag limits in Block ''Popular Hashtags''
Just a simple question: What are the limits for hashtags shown in the Popular Hashtags Block?
((And NO, I do not mean the number of hashtags allowed by user set in settings. I mean the total number of hashtags that will be shown in the Popular Hashtags Block sitewide.))
-
- · Peter
- ·
Push!
-
- · Peter
- ·
Push @LeonidS 😉
-
-
-
-
·
LeonidS
-
·
In reply to Peter
- ·
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', )
-
·
LeonidS
-
-
-
·
LeonidS
-
·
In reply to Peter
- ·
The words in the block depend form the .bx-metatags-keywords-container and .bx-metatags-keyword classes. But it's better to transform them via the JQuery code.
-
·
LeonidS