Info

Category: uncategorized
Licence: GNU General Public License (GPL) version 2
Updated: 58 days ago
Downloaded: 1207

Releases

Latest: 0.11

Previous releases:
More projects by Pedro Prez:

0

Recommendations

Summary:

Full description:

Tag Cumulus

(Edit your project's description!)

Release notes:

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.

 

Can we have these tags as normal tags and not just for photos? ie a widget on the front user page

Cheltenham40 296 days ago

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

Pedro Prez 296 days ago

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 296 days ago

@Cheltenham40 When I have some time I will add the feature (be shown as a widget too) to the plugin.

Regards

Pedro Prez 296 days ago

Brilliant thanks, just playing a bit more with it. Good plugin.

Cheltenham40 296 days ago

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 296 days ago

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

Pedro Prez 296 days ago

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?

TheBeerRun 294 days ago

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?

michi 285 days ago

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.

<?php
    if(is_plugin_enabled('tag_cumulus')){
?>
        <!-- display cumulus tags -->
        <div class="index_box">
            <h2>Tag Cumulus</h2>
            <div class="contentWrapper")
            <?php
                echo '<div id="tag_cumulus_container">';
                echo display_tag_cumulus(0,50,'tags','object','','','') . '</div>';
            ?>
        </div>
<?php
    }
?>

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

Woodward 280 days ago

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.

komplex 266 days ago

Fantastic addon!  absolutely brilliant!  T H A N K  Y O U !!

elgg_noob 238 days ago

@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.  :-)

elgg_noob 238 days ago

unreal...  The greatest ting since sliced bologna.   Love it.  Now get yourself a donate button so I can pay you!!!!!!!

Jess

gone 234 days ago

@goofbucket

everybody  welcomes donations :)

Here your demanded button ;)

image

 

 

Pedro Prez 234 days ago

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?

gone 234 days ago

hahahahaha :D

Great! thanks man, I feel good because you like it :)

Regards

Pedro Prez 234 days ago

hi,

tags aren't clickable. i  click on tags but nothing happens, .. is it a bug?

thanks in advance

 

lord55 234 days ago

i reinstall it and now it works, thanks for this plugin!

 

lord55 234 days ago

@lord55

Pefect, you are welcome!

Pedro Prez 234 days ago

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?

gone 234 days ago

how to make more pink tags?

in the example there is only soccer, I want more.

thanks

lord55 234 days ago

@lord55

look the settings in start.php

Pedro Prez 234 days ago

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!  : )

bthj 204 days ago

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?

Madmartigan 162 days ago