1. Megs
  2. General
  3. Wednesday, May 21 2014, 11:10 AM
Hi,
Is there a way of printing the profile page?
(The one where you have your name and then the list of questions with your answers).

I'm aware that it's not a feature but do you know any way of doing it? A code?
Thanks a lot!
Megs
Accepted Answer
admin Accepted Answer
Admin
Sorry,Sorry,Sorry!

you can insert a print button with Template override

Copy the file /components/com_jsn/views/profile/tmpl/default.php in /templates/your_template_directory/html/com_jsn/profile/default.php

In new file add this code where you prefer (maybe before any html code)
<a href="#" onclick="window.print();return false;">Print</a>

or with icon
<a href="#" onclick="window.print();return false;"><i class="icon icon-print"></i></a>
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
I do not know if I understand you correctly!:(

try to click in cogs button on forum bar and go on "My Subscription"
  1. more than a month ago
  2. General
  3. # 1
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
Megs Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 3
Megs Accepted Answer
Sorry but what should I do if I don't have com_jsn in my /templates/your_template_directory/html/?
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Create the directory, this is a Joomla override features.;)
  1. more than a month ago
  2. General
  3. # 5
admin Accepted Answer
Admin
Also, you can directly edit file /components/com_jsn/views/profile/tmpl/default.php but on Easy Profile update the file will be overwritten.
  1. more than a month ago
  2. General
  3. # 6
Megs Accepted Answer
I thought so, the problem is that it when I do it the website disappears and I'm left with a white screen.
  1. more than a month ago
  2. General
  3. # 7
admin Accepted Answer
Admin
Can you please post me your site details (we need FTP access)? You can use the for below the reply in site details tab.
  1. more than a month ago
  2. General
  3. # 8
Megs Accepted Answer
Here you go!
Thanks so much!
  1. more than a month ago
  2. General
  3. # 9
admin Accepted Answer
Admin
see now.
I have created a custom file /templates/yoo_lava/html/com_jsn/profile/default.php
Attachments (1)
  1. more than a month ago
  2. General
  3. # 10
Megs Accepted Answer
That is absolutely brilliant!
You are incredible!
Thank you so so much!
Megs
  1. more than a month ago
  2. General
  3. # 11
  • 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.