Ticket #10 (enhancement)

Opened 2 years ago

Create a function to generate a tag cloud

Status: new

Reported by: aezell Assigned to: somebody
Priority: minor Milestone: 1.0
Component: component1 Version: 1.0
Keywords: Cc:

This patch includes the function generateTagCloud() which outputs a list of the tags as HTML links which are dynamically sized based on the tag frequency. Display sizes are done with percentages and can be modified easily be changing the percentage value inside the function. There are other customizations possible as well, just take a look at the comments. The tag cloud code was adapted from this excellent tutorial: http://prism-perfect.net/archive/php-tag-cloud-tutorial/

Attachments

aezell.05092007.diff (91.0 kB) - added by aezell on 03/10/07 03:15:28.
adds function to generate tag cloud

Change History

03/10/07 03:15:28: Modified by aezell

  • attachment aezell.05092007.diff added.

adds function to generate tag cloud