Skip to main content
Closed for Voting

Hide Tickets from Customer Portal

Related products:Freshdesk
  • December 9, 2014
  • 5 replies
  • 40 views

I'd like to be able to customize the default theme so that only Solutions & Forums are displayed in the portal.

5 replies

  • Author
  • Contributor
  • December 9, 2014

I figured out how to do this by customizing the CSS. 

#header-tabs a:nth-child(4){
  display:none;
}

.footer-links a:nth-child(4){
  display:none;
}

 


  • Contributor
  • December 10, 2014

Interesting. I wonder if there's a way to hide tickets for only certain users.  


  • Apprentice
  • January 21, 2015
I would like the ability to hide the Ticket tab for certain users as well.

 


aravind.sundararajan
Skilled Expert
Forum|alt.badge.img+12

Hello,


It would be possible to hide the tickets tab for specific users using the portal customisation option on the Estate plan. Please drop a note here if you'd like to explore the option.


Cheers!


aravind.sundararajan
Skilled Expert
Forum|alt.badge.img+12

Hello,


Please refer to this topic for a sample snippet to restrict certain helpdesk sections based on an user attribute.


Cheers!