Adding a print option next to your kbase articles

Modified on Sun, 9 Mar at 4:22 PM

If you have portal customization set up in your account, you will not be able to see the print this article option next to your solution articles (as shown in the image)



Quick guide to add print option to your theme:

  • Login to your support portal as an administrator
  • Go to Admin -> Portals
  • Click on Customize portal button in the top fold
  • Under Layouts & pages, click on the Portal Pages tab
  • In the pages list on the left, click on Article view
  • Look for the article title part of the code (or search for the <h2> tag that contains the     {{article.title | h}} placeholder)
  • Add this code between the <h2> and </h2> tags next to the article title and click on the save and publish button (you can preview your changes first)

 

<a href="javascript:print();" class="icon-print solution-print-icon" 
title="{% translate portal.print_title %}">
</a>

 

Now you can see the print option in your own theme too.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article