Tagadelic Views allows for tag clouds using a Views display type. This would extend Cumulus greatly! I also filed an issue over there: #368288: Views Tagadelic support in the Cumulus module.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | tagadelic_views_integration_v2.patch | 6.49 KB | KoCo |
| #5 | tagadelic_views_integration.patch | 3.99 KB | KoCo |
Comments
Comment #1
quchidru commentedI would love to have that too on 5.x
I didn't post a new issue since the subject is the same.
"Tagadelic views integration"
Comment #2
socialnicheguru commentedI just checked this out and it is quite cool.
I wouldn't mind having it available for tagadelic views either.
Comment #3
nirad commentedI would love this functionality. Right now I plan on using cumulus on the main page of my site and views tagadelic in its place on the category pages.
subscribing...
Comment #4
nessunluogo commentedMe too, please consider it
Comment #5
KoCo commentedI refer to #347883: Cumulus as a Views' style?. It's the choice of creating a style plugin to handle Cumulus views on their own, or integrating it in an existing module.
This patch does the latter. It's still sketchy and could allow for a lot more. If only I had some more time and the brains to figure it out =(.
Basicly it fetches the view and runs a query, just to have results be processed by Tagadelic.
Configuration is made simple: Fill in a viewname, instead of vocab ID's. Use the tagadelic style settings.
The code is copied from http://drupal.org/node/342132 and tagadelic views.
Comment #6
KoCo commentedOk, I had some time left and figured this could be better.
The new patch adds the explanation of the new option settings to the block edit form.
It also does several checks (if no view is found, if default view doesn't use tagadelic_views, if a more link is specified, if a more link is empty).
Basicly it still fetches the view and runs a query, just to have results be processed by Tagadelic.
Configuration is rather simple and I believe still resorts to defaults whenever their seems something missing.
The view used is the default view. If you want, you can add a page view and let the default view display the more link.
The options the query uses, are those of the style plugin.
Cheers
Comment #7
aschiwi commentedCheck out this patch that makes Cumulus a views style plugin:
http://drupal.org/node/347883#comment-2446732
Comment #8
kenorb commentedSimilar issue: #347883: Cumulus as a Views' style?
Comment #9
kenorb commentedDrupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.