jrPoll embed and jrUpimg_allowed
Jamroom Developers
It was a typo. Fixed now in Polls 1.0.8. Its in the marketplace now.
Thanks Steve.
{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
{jrCore_module_url module=$_stat.module assign="murl"}
<div class="stat_entry_box">
<a href="{$jamroom_url}/{$profile_url}/{$murl}"><span class="stat_entry_title">{$title}:</span> <span class="stat_entry_count">{$_stat.count|default:0}</span></a>
</div>
{/foreach}
{/literal}
{/capture}
{jrProfile_stats profile_id=$_profile_id template=$stats_tpl}
{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
{jrCore_module_url module=$_stat.module assign="murl"}
<div class="stat_entry_box">
{if $_stat.module == "jrGallery"}
<a href="{$jamroom_url}/{$profile_url}/wherever/you/want/to/go/in/here"><span class="stat_entry_title">{$title}:</span> <span class="stat_entry_count">{$_stat.count|default:0}</span></a>
{else}
<a href="{$jamroom_url}/{$profile_url}/{$murl}"><span class="stat_entry_title">{$title}:</span> <span class="stat_entry_count">{$_stat.count|default:0}</span></a>
{/if}
</div>
{/foreach}
{/literal}
{/capture}
{jrProfile_stats profile_id=$_profile_id template=$stats_tpl}
<br><br>
Going to read the beginning now.
<p>this is a paragraph</p> <p>this is a paragraph</p> <p>this is a paragraph</p> <p>this is a paragraph</p> <p>this is a paragraph</p>
<p>this is a paragraph</p><p>this is a paragraph</p><p>this is a paragraph</p><p>this is a paragraph</p><p>this is a paragraph</p>
{$item.blog_text|jrCore_format_string:$item.profile_quota_id:null:nl2br}