Forum Discussion

Rosieodonell_16's avatar
Apr 20, 2015

Hometab still showing even after unselecting it

I have a portal setup that once you log in you still get the hometab in the top left corner. I have gone into portal access -> portal access list and selected teh resource. Unclicked the hometab button in advance and it is still showing up when i log in. Has anyone else had this occur and has a work around.

 

Wanted to check with the community before i put in a support ticket. Cheers!

 

1 Reply

  • The only way that I've found to do it is through the advanced customization of the webtop. In the management GUI, you can go to

    Access Policy
    >
    Customization
    >
    Advanced
    , the click the
    Edit Mode
    button and change it to
    Advanced
    . From there, you can go to
    Webtops
    >
    [WebtopName]
    >
    hometab.inc
    . If you scroll down to about line 460 or so, we commented out the
    isIe = ...
    line and the
    var htm_begin
    section, and then added the following to hide the hometab altogether.

    isIE = false;
    var htm_begin = '';
    

    Hope that helps.