bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Burning Tags (0.1)

Download

Version: 0.1

Other Versions

Last Updated: 2010-1-15

Requires bbPress Version: 1.0 or higher

Compatible up to: trunk

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(2)

Your Rating

Author: Ben L. (Nightgunner5)

When hot tags aren't hot enough, burning tags will do the trick!

Only topics that have been posted on in the last 30 days show up in the list, and topics with more posts are more important on a logarithmic scale.

The tag cloud on the tags page is not affected by this plugin.


  1. Tomcraft1980

    Member

    Probably a stupid question but what's the code I need to add to my template to show the cloud?

    Kind regards

    Tom

    Posted: 2 months ago #
  2. Tomcraft1980: <?php bb_tag_heat_map(); ?> - On most pages, it will be affected by this plugin, but on the tags page, the plugin ignores it.

    Posted: 2 months ago #
  3. Tomcraft1980

    Member

    Ahh.... great, thanks. I forgot that I commented out this part of code and added <?php hot_tags_plus($options); ?> to use hot tags plus. ;-)

    Kind regards

    Tom

    Posted: 2 months ago #
  4. This looks like a good plugin - will try it soon. :)
    One thing - will this plugin assist me in separating the tags with bullets? The normal tag cloud makes 2+ tags of the same size look like one - so I'd like to separate them.

    Posted: 2 months ago #
  5. Michael888: Change <?php bb_tag_heat_map(); ?> to <?php echo implode( ' &bull; ', bb_get_tag_heat_map( bb_get_top_tags( array( 'number' => 40 ) ), array( 'format' => 'array' ) ) ); ?>. This will work with or without Burning Tags.

    Posted: 2 months ago #
  6. Thanks Ben - I'm so happy you got that working. I even posted a thread in the forum; no-one could get it right.

    I will try it shortly. :)

    Posted: 2 months ago #
  7. Works like a charm. Thanks :)

    Posted: 2 months ago #
  8. Is there also a way to show all the tags on the tags.php page? I know this has been discussed before on the forums; just can't find it...

    Posted: 2 months ago #
  9. Michael888: Burning Tags does not filter the tags.php page's tag cloud.

    Posted: 2 months ago #
  10. I know - I'll have to ask in the forums...

    Posted: 2 months ago #
  11. Michael888: Burning Tags modifies the number to be the number of recent topics with the tag, not the total number of topics with the tag. That's not a bug.

    Posted: 1 month ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.