bbPress Plugin Browser »

Hot Tags Plus (0.0.4)

Download

Version: 0.0.4

Last Updated: 2009-8-13

Requires bbPress Version: 0.9 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

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

Your Rating

Author: _ck_

Creates advanced, colorful hot tag heat maps with time & forum filters and caching for performance.

Now you can put customized Hot Tag Heat Maps on every forum page instead of just the front page, and restrict the tag list to specific forums.

It is also possible to restrict the tag cloud to topics that are not outdated (ie. 1 year or newer instead of all time) and ignore tags that have only been used once.

Demo and full option list: http://bbpress.org/plugins/topic/hot-tags-plus/faq/


  1. Nice.. will try it :-)

    Posted: 2 years ago #
  2. Kar-l

    Member

    Thanks! Maybe you could add an option to highlight also related tags? Would that be possible?

    Posted: 2 years ago #
  3. This is great. I wanted to do the same thing, but _ck_ is always ahead of everyone :p

    Posted: 2 years ago #
  4. Related tags is on the todo list (really, go look at the "other notes")
    It's very tricky to do though so it might be awhile.
    Aditya Naik has done it but I don't like the method he used so I want to invent my own.

    Posted: 2 years ago #
  5. 12 hours later and I have "related tags" working now as you will see in the demos.

    I have to cleanup the code and make the query 1.0 compatible and I'll release it later tonight.

    Posted: 2 years ago #
  6. Starting with 0.0.2 Related Tags are shown (can be turned off).

    Don't forget to clear the plugin cache to see the new changes, otherwise you'll only see the old clouds until you add/delete tags.

    Posted: 2 years ago #
  7. Kar-l

    Member

    WOW! That's exactly it! Thank you very much!

    The way it chooses related tags is great (*much* better then the alternative).

    Posted: 2 years ago #
  8. Very pretty :)

    Posted: 2 years ago #
  9. thanks for article very

    Posted: 2 years ago #
  10. I get the following error messages on bbpress 1.0.1 with this plugin when posting a new topic:

    Warning: Invalid argument supplied for foreach() in /home/public_html/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 234

    Warning: Invalid argument supplied for foreach() in /home/public_html/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 234

    Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/forum/my-plugins/hot-tags-plus/hot-tags-plus.php:234) in /home/public_html/forum/bb-includes/functions.bb-pluggable.php on line 232

    Disabling for now...

    Posted: 2 years ago #
  11. Loader

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Please, stop making addons for old 0.x version.
    Make addons for latest 1.0.x version.

    Posted: 2 years ago #
  12. jurasiks, what is your problem? This one just happens to work with both 0.9 and 1.0

    Posted: 2 years ago #
  13. Compatible up to needs updating for this and many other plugins

    Posted: 2 years ago #
  14. I won't change the "compatible up to" part until December 2009
    None of my plugins are officially supported on 1.0, though a few may work already.

    Posted: 2 years ago #
  15. I won't change the "compatible up to" part until December 2009
    None of my plugins are officially supported on 1.0, though a few may work already.

    Posted: 2 years ago #
  16. Tomcraft1980

    Member

    Hi _ck_,

    great plugin! The only thing that drives me crazy is:

    Warning: Invalid argument supplied for foreach() in /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 229

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php:229) in /var/www/web1/html/xtcmodified/wordpress/forum/bb-includes/functions.bb-pluggable.php on line 232

    Any suggesttions?

    kin regards

    Tom

    Posted: 2 years ago #
  17. Tom, there was a bug, even if the cache is disabled it still tries to delete the cache.

    Please download again and the error should go away. Thanks for reporting.

    Posted: 2 years ago #
  18. Tomcraft1980

    Member

    I'm sorrry to report this again. *gg*

    Cache is enabled, I'll try again with disabled cache.

    Error on creating a new topic with tags:

    Warning: Invalid argument supplied for foreach() in /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 229

    Warning: Invalid argument supplied for foreach() in /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 229

    Warning: Invalid argument supplied for foreach() in /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 229

    Warning: Invalid argument supplied for foreach() in /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 229

    Warning: Invalid argument supplied for foreach() in /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 229

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php:229) in /var/www/web1/html/xtcmodified/wordpress/forum/bb-includes/functions.bb-pluggable.php on line 232

    Error on adding tags on existing topics:

    Warning: Invalid argument supplied for foreach() in /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php on line 229

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1/html/xtcmodified/wordpress/forum/my-plugins/hot-tags-plus/hot-tags-plus.php:229) in /var/www/web1/html/xtcmodified/wordpress/forum/bb-includes/backpress/class.wp-ajax-response.php on line 131
    ]]>

    Posted: 2 years ago #
  19. Oh so you are trying to use the cache.
    If files are actually being created in the cache and the plugin is working otherwise, it sounds like glob is disabled on your host. This is usually when safe-mode is enabled on PHP but can be disabled even with safe-mode off.

    I'll have to come up with a workaround somewhere for lack of glob.

    If you have a low activity forum, you could run with the cache off and that would prevent the error.

    Posted: 2 years ago #

RSS feed for this topic

Add a Comment »

You must log in to post.