1. marver
  2. General
  3. Tuesday, March 11 2014, 02:37 PM
Hello,

I want to be able print and/ or download al the users in the front-end for logged in user. Is there a way to do this. Or anyone knows an extension for this?

Thanks you,
Martijn.
Accepted Answer
admin Accepted Answer
Admin
Hi Martijn,
sorry but print/download/export list not possible for now.

This feature is included in our TODO list

for print you can:
- add a link (in module or wherever you want) with url_of_list?tmpl=component&limit=0#print
tmpl=component load only component page, limit=0 load all users (no pagination) #print is used for javascript to print page
for example: http://www.easy-profile.com/users-list.html?tmpl=component&;limit=0#print
- add this code in the head tag in your component template (/templates/your_template/component.php) or javascript file:
<script>
jQuery(document).ready(function($){
if(window.location.hash=="#print"){
$('.jsn_search').hide(); // Remove Search form
window.print();
}
});
</script>
  1. more than a month ago
  2. General
  3. # Permalink
marver Accepted Answer
Pro
Hello,

Is there any other way to get a downloadable csv. Do you know of any plugin that could do this?

Thanks,
Martijn.
  1. more than a month ago
  2. General
  3. # 1
marver Accepted Answer
Pro
Hello,

Is there any news on this? Is it already planed to be build?

Thank's,
Martijn
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Is there any news on this?
sorry, for now nothing. :(
we are using all our energy for the Social Network plugin
Is it already planed to be build?
Yes, but we not have a timeline.
  1. more than a month ago
  2. General
  3. # 3
krnsgrffn Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. General
  3. # 4
marver Accepted Answer
Pro
Hi Karen,

Thanks for your help. Seems a good plugin. I found 'ARI Data Tables', which does the job aswel.

Martijn.
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.