Tag Cloud items for Profiles?
Ning To Jamroom
soaringeagle:
honnestly i cant remember when they stopped working i dont remember seeing it in awhile possibly when i switched to site builder i diont know
If your using the Site Builder, the skin settings don't really work because the code for the Site Builder pages doesn't check for skin settings. You can add a Tag Cloud section to your site, or at least you should be able to.
You should be able to add this code to a code panel.
{* BEGIN Tag Cloud *}
{jrTags_cloud height="250" assign="tag_cloud"}
{if strlen($tag_cloud) > 0}
<div style="padding-right: 10px;margin-bottom:12px;">
<div class="title"><h2>Tag Cloud</h2></div>
<div class="item p20">
{$tag_cloud}
</div>
</div>
{/if}
{* END Tag Cloud *}
Hope this helps!