Search found 2 matches

by cdsaenz
23 Dec 2008, 19:15
Forum: Customizations
Topic: How to add a "Tags cloud" to the main page
Replies: 6
Views: 8529

Re: How to add a "Tags cloud" to the main page

Hi vboctor, I agree, the plugin thing would be wonderful... I will try to investigate about this. For now i´ve created some basic php program (which I called tag_cloud.php). I used some nice code from http://www.v-nessa.net/2007/02/12/how-to-make-a-sexy-tag-cloud .

I basically call it from main ...
by cdsaenz
21 Dec 2008, 16:50
Forum: Customizations
Topic: How to add a "Tags cloud" to the main page
Replies: 6
Views: 8529

How to add a "Tags cloud" to the main page

I just found that there is a capability in Mantis to add tags to each issue. I would like to build a "tag cloud" perhaps on the main screen in order to show the outstanding tags. I believe this can be built in php from scratch, but not wanting to reivent the wheel I was wondering if there is ...