Keyword

Print button on category listing page

More
10 years 6 months ago #126640 by Mark
Is this possible?

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #126641 by Lefteris
Replied by Lefteris on topic Re: Print button on category listing page
Hi.Yes it is but you will need to apply your own styling to the page for print. Add the following code in the listing override:
<a class="itemPrintThisPage" rel="nofollow" href="#" onclick="window.print();return false;">
	<span><?php echo JText::_('K2_PRINT_THIS_PAGE'); ?></span>
</a>

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago - 10 years 3 months ago #126642 by Robert Rynkiewicz
Replied by Robert Rynkiewicz on topic Re: Print button on category listing page
I have tried this in my category.php and it does work but the print results show individual file locations in parentheses. Is there any way to print without all this extra info?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #126643 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Print button on category listing page
This is from your print.css or @media print styles.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum