#3229 closed enhancement (duplicate)
Forum tags heat map function args
Reported by: | hnla | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: | hnla |
Description
Can I suggest that this be added to sidebar.php as it's not clear that args can be passed to bp_forums_tag_heat_map() and had to be tracked down through core files, many will not be sure how to do this (stemming from a support topic - overlarge text breaking layout)
<?php / / bp_forums_tag_heat_map() accepts args as ('smallest=10&largest=42&sizing=px&limit=50') defaults shown in exmample ?>
<div id="tag-text"><?php bp_forums_tag_heat_map(); ?></div>
Or something along those lines.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Getting full phpdoc into BuddyPress will help to clarify this type of thing. We've a ticket for phpdoc in general, #2345, so closing this one.