Export users in csv or xls
Installation and Configuration
There is no export feature for users. You would need to do something custom.
onclick="$('#myModal{$item_id}').modal();
function view_jrFeed_default($_post, $_user, $_conf)
{
// do a search for whatever your wanting, perhaps the news category
//send those items out to a custom template
return jrCore_parse_template('rss.tpl', $_rt, '(your module name here)');
}
{jrCore_list module="dnNews" order_by="_item_id numerical_desc" pagebreak="10" page=$_post.p pager=true search1="news_category = $option"}
{if strlen($option) > 2}
{jrCore_list module="dnNews" order_by="_item_id numerical_desc" pagebreak="10" page=$_post.p pager=true search1="news_category = $option"}
{else}
{jrCore_list module="dnNews" order_by="_item_id numerical_desc" pagebreak="10" page=$_post.p pager=true}
{/if}