Solved

Customize end user portal

  • 13 December 2021
  • 28 replies
  • 3068 views


Show first post

28 replies

Hi!

Any ideas or scripts on how to add more links to the navigation hamburger to the top left corner? There was a good script earlier in this thread for hiding things but I would like to add all my service items as links in the navigation as well  :) 

@Ammar KB 
 



 

Userlevel 5
Badge +5

Hi @Anssi Salminen,

Really apologize for the delay,

You can copy the below code:

 

 <a href = "www.google.com"
               role  = "menuitem"
               class = "{{menu.class}} {{menu.src}}"
               {{conditional_attribute menu.external_image 'target' '_blank'}} >
                <span>Go to Google</span>
            </a>

and paste it in the Header section of the Admin-->Helpdesk Rebranding-->Customize Portal-->Layout & Pages:

Just after {{/each}}. I’ve left the image section blank, You just need to include the Img url there within the code snippet.

 

 

Hope this helps! Happy Holidays 😀

Anyone know how you can ALWAYS show the “Did you find this article Helpful” that appears at the bottom of Articles?  Right now, if you click “No” you can fill out a ticket, but the Did you find…. piece disappears on that article.  I would like for it to show regardless if I have already clicked No in the past.  Working with an HR group, so needs are a little different.  I understand why this would disappear on an IT Ticket, but we need the ability to answer No each time we review all the articles.

Reply