Keywords-Cloud method in Popular Hashtags block shows a list
Hi @LeonidS ,
the keywords-cloud method shows a list and not a cloud on several pages. Here on the screenshot it's the view of the startpage, but I have the same result on forum startpage, as well. The strange thing I noticed is that the same keyword-cloud method in Popular Hashtags block on the article startpage and subpages shows a cloud of keywords as expected.
Same method - different result. Just updated to 13.1.0-B1, but noticed that in previous versions, too.
-
- · Ivan Mishchenko
- ·
And that 13.1.0-B2 is already out? I only have B1.
-
Thanks for the hint. It was a typo. I edited and corrected my original post.
-
- · thomlin
- ·
And after 13.1.0-B2 is out now, methode keywords_cloud shows still a list and not a cloud, @LeonidS .
-
-
·
LeonidS
- ·
Hello @thomlin !
The deal was in the value of the menu_view parameter. So you need to correct this block via the Developer module like in the attached picture.
-
·
LeonidS
-
- · thomlin
-
·
In reply to LeonidS
- ·
Dear, @LeonidS ,
here's the settings for my forum hashtag block still showing a list instead of a cloud.
array (
'module' => 'system',
'method' => 'keywords_cloud',
'params' =>
array (
0 => 'bx_forum',
1 => 'bx_forum',
2 =>
array (
'menu_view' => true,
),
),
'class' => 'TemplServiceMetatags',
)
Where's the difference to the settings in your image?
-
-
·
LeonidS
-
·
In reply to thomlin
T
- ·
The mentioned line should look like:
'menu_view' => false,
-
·
LeonidS
-
- · thomlin
-
·
In reply to LeonidS
- ·
Thank you very much, Leonid. I didn't know that menu_view functions like a switch between list view and cloud view. Finally marked as solved.
-
- · Karina
-
·
In reply to thomlin
T
- ·
Could you take another screenshot now? What does cloud view look like?
-
-
- · Karina
-
·
In reply to thomlin
T
- ·
Thank you!