Support

  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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.