Module was converted from plugin WP-Cumulus of WordPress
Demo :
http://sieucuibap.110mb.com/demo/Download: You must register before you can view this text.
INSTALL1. Delete file alltagscloud_{your template}.tmp , tagscloud_{your template}.tmp , tags_all_view_{your template}.tmp in folder
engine/cache/If you don't do this step, this modue will not work!2. Upload all file to your hosting
3. Open file
main.tpl of current template and insert following code between tow tags
<head> and </head>
<script type="text/javascript" src="/engine/classes/tagcloud/swfobject.js"></script>
4. In file
main.tplFind
{tags}
Replace with
<div id="cumuluscontent">
<p>Please download <noindex><a href="http://www.adobe.com/go/getflashplayer" target="_blank" rel="nofollow">Flash Player 10</a></noindex> or higher to view this content.</p>
</div>
<script type="text/javascript">
var tagcloud_cl = new SWFObject("/engine/classes/tagcloud/tagcloud.swf", "tagcloud", "160", "160", "9", "#6fffff");
var tagcloud_cl_temp = encodeURIComponent("<tags>{tags}</tags>");
tagcloud_cl.addParam("wmode", "transparent");
tagcloud_cl.addVariable("tcolor", "0x4b73d4");
tagcloud_cl.addVariable("tspeed", "100");
tagcloud_cl.addVariable("distr", "true");
tagcloud_cl.addVariable("mode", "tags");
tagcloud_cl.addVariable("tagcloud", tagcloud_cl_temp);
tagcloud_cl.write("cumuluscontent");
</script>
{tags_dleviet}
5. Open file
tagscloud.tplFind
{tags}
Replace with
<div id="tagcloud_all_no">
<p>Please download <noindex><a href="http://www.adobe.com/go/getflashplayer" target="_blank" rel="nofollow">Flash Player 10</a></noindex> or higher to view this content.</p>
</div>
<script type="text/javascript">
var tagcloud_all = new SWFObject("/engine/classes/tagcloud/tagcloud.swf", "tagcloud", "560", "360", "9", "#6fffff");
var tagcloud_all_temp = encodeURIComponent("<tags>{tags}</tags>");
tagcloud_all.addParam("wmode", "transparent");
tagcloud_all.addVariable("tcolor", "0x4b73d4");
tagcloud_all.addVariable("tspeed", "100");
tagcloud_all.addVariable("distr", "true");
tagcloud_all.addVariable("mode", "tags");
tagcloud_all.addVariable("tagcloud", tagcloud_all_temp);
tagcloud_all.write("tagcloud_all_no");
</script>
6. Open file
index.phpFind
$tpl->set ('{tags}', $tpl->result['tags_cloud'] );
BELOW add
$tpl->set('{tags_dleviet}', $tpl->result['tags_dleviet']);
7. Finish