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.

Comments

quchidru’s picture

I 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"

socialnicheguru’s picture

I just checked this out and it is quite cool.

I wouldn't mind having it available for tagadelic views either.

nirad’s picture

I 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...

nessunluogo’s picture

Me too, please consider it

KoCo’s picture

StatusFileSize
new3.99 KB

I 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.

KoCo’s picture

Status: Active » Needs review
StatusFileSize
new6.49 KB

Ok, 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

aschiwi’s picture

Check out this patch that makes Cumulus a views style plugin:

http://drupal.org/node/347883#comment-2446732

kenorb’s picture

kenorb’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Drupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.