UPDATE: This update make that the module put the cloud tag automaticly in the owner_block.
All the color and sizes (swf and cloud) configurations are in the start.php
Tag Cumulus is based in
http://www.roytanck.com/2008/05/19/how-to-repurpose-my-tag-cloud-flash-movie/
If you want to use it you must do this:
$body .= '<div id="tag_cumulus_container">';
$body .= elgg_view_title('Tags');
$body .= display_tag_cumulus(0,50,'tags','object','','','');
$body .= '</div>';
or you can view the example.php in the mod folder
Here there is a screenshot
Feedback is welcome.
View Pedro Prez's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Can we have these tags as normal tags and not just for photos? ie a widget on the front user page
@Cheltenham40 The cumulus shows all the tags of the site. Maybe it is showing just the photo's tags because just the photos has tags.
If you want to add it with a widget you must put the cumulus code in the widget. Did this answer your question?
Cheers.
Yes it did thanks.
Can this be shown as a widget on the profile page?
Sorry I also meant to say this is a greta widget :-)
@Cheltenham40 When I have some time I will add the feature (be shown as a widget too) to the plugin.
Regards
Brilliant thanks, just playing a bit more with it. Good plugin.
Hi Pedro
I had a thought the other day about the issue of resizing photos then upload big files to ELGG!!! Do you know how to upload 100+ photos to ELGG user account from a folder on the ELGG server??
I have an idea to make things easier to bulk upload and edit photos albums, but not sure how to get them to the elgg server??? any ideas? I was gonna use Tidypics for the album.
@Cheltenham40 It would be very interesting to discuss this topic in the development list
This is the link. http://groups.google.com/group/elgg-development
Cheers.
I got the tag_cloud working, but the cumulus swf version doesn't work. It shows the .swf but no tags in it, but my standard text tags all show up fine. I'm not sure if it's a path issue or what but any ideas why my tag_cloud is full but tag_cumulus version is empty?
Is there generally a way to group tags together?
What i mean is, that i can get related tags for blogs.
When i have a blog about a pub, i woud like to have related contant with tags like pubs, kneipe, gastronomy, beer, etc.
I know there is no plugin for that, but maybe a method of resolution.
Any ideas?
I read in one of the previous versions of this plugin that the following code is to show the cumulus plug in the custom_index.
Is this code still valid to put in the custom index page?
I know very little about php but in the code above:
<div class="contentWrapper")
shouldn't that last closing bracket ")" in that line be a ">" ?
Is there a way to set the width & height of the swf in a page? I placed the tag cloud on my home page and would like to make it bigger, I tried setting it in the tagcumulus.php and it sized it on all the pages which didn't work.
Fantastic addon! absolutely brilliant! T H A N K Y O U !!
@woodward et al,
That code does work for including on custom index. I personally added it at the bottom of new_index.php right before the:
</div>
<div class="clearfloat"></div>
</div>
I really like that "BAM" it gives to the site. :-)
unreal... The greatest ting since sliced bologna. Love it. Now get yourself a donate button so I can pay you!!!!!!!
Jess
@goofbucket
everybody welcomes donations :)
Here your demanded button ;)
lol...Payday is friday friend...you where suppose to take more time....lolol
I do have a question for you. Take a look http://www.goofbucket.com
I want to increase the box size, any ideas?
hahahahaha :D
Great! thanks man, I feel good because you like it :)
Regards
hi,
tags aren't clickable. i click on tags but nothing happens, .. is it a bug?
thanks in advance
i reinstall it and now it works, thanks for this plugin!
@lord55
Pefect, you are welcome!
Oops, I have the same issue with the tags being clickable. However, only in IE., firefox and chrome work fine. Tried the disable/enable, no joy. Any thoughts?
how to make more pink tags?
in the example there is only soccer, I want more.
thanks
@lord55
look the settings in start.php
FYI: To be able click on tags with non-ascii characters I had to change
urlencode($tag->tag)
on line 126 in views/default/output/tagcumulus.php to:
urlencode(utf8_encode($tag->tag))
Thanks for a great plugin! : )
Okay I'm not getting something. I'm decent with php,html,css and even c++ but, HOW DO YOU GET THIS PLUG-IN TO WORK!? I unzipped and uploaded the mod and enabled it. A box labeled "Tag" does indeed show up and I have elgg 1.6.1 with java and flash enabled, etc. etc. all systems green. But no cumulus shows up! And I do have several tags available in the site so the tags should be showing up. Am I missing something like a graphics file or path edit?