cloud for node views?
biohabit - January 8, 2009 - 18:55
| Project: | Views Cloud |
| Version: | 6.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Anyone have a working example of a cloud for node views? Filtered by content type?

#1
It works, just set the to display all values. However...I can not make the tags link appropiatly...they just go to the base url???
Regards,
Marius
#2
I've done a similary view, a cloud of node titles, but the link point to the base url, this is the output of my row object:
stdClass Object (
[node_title] => Prova 2
[num_records] => 1
[link] => PROVA 2
[url] => /
[count] => 1
[cloud_size] => 1
)
the field Node: title is set to poit to its own node content.
#3
You need to also make a page display for the links to go to. This has been included in the new readme, which I'd encourage at least a skimming: http://drupalcode.org/viewvc/drupal/contributions/modules/views_cloud/RE...
#4
Automatically closed -- issue fixed for 2 weeks with no activity.