Approving blog posts
Using Jamroom
Probably not. What/whose blog posts do you want to allow your members to approve? Sounds like a dubious privilege to give members, but I guess I'm mis-understanding what you want to do exactly?
{jrCore_module_url module="jrAudio" assign="murl"}
{if isset($_items)}
{$ctr = 0}
{foreach from=$_items item="item"}
{if $ctr == 10}
{break}
{/if}
{if !isset($_tmp["`$item['profile_name']`"])}
{jrCore_array name='_tmp' key=$item['profile_name'] value=1}
{$ctr = $ctr + 1}
{**** Code to show the item here ****}
{/if}
{/foreach}
{/if}