-
1. Re: How to Remove Userlinks Section from Embedded Viz
diego.medrano Mar 27, 2017 5:21 PM (in response to kevin.dees.0)Bryant Howell found a 10.2 fix?
-
2. Re: How to Remove Userlinks Section from Embedded Viz
George Weatherwax Jun 29, 2017 9:36 AM (in response to diego.medrano)Hello
We have the same use case as above and are wondering if anyone has figured this out for 10.3 (preferably) or 10.2.
Thanks!
George
-
3. Re: How to Remove Userlinks Section from Embedded Viz
kevin.dees.0 Jun 29, 2017 9:40 AM (in response to George Weatherwax)George,
I have not found a solution to this yet. For now, I'm still displaying the UserLinks. My guess is there's a CSS override somewhere further up the chain that we're missing.
-
4. Re: How to Remove Userlinks Section from Embedded Viz
Maulik Shah Jun 30, 2017 12:17 PM (in response to kevin.dees.0)Hi,
I have changed below mentioned lines in vqlauthoringweb.css:
.tabAuthMenuBarMenus .tabAuthMenuBarLocalMenus {
display: none
}
Once I changed it, I have also gzip it and updated vqlauthoringweb.css.gz as well so that the same changes can be found in both the files.
Please note that this is unofficial custom solution and could change with any given Tableau upgrade, without warning.
Hope this helps.
Thanks
Maulik
-
5. Re: How to Remove Userlinks Section from Embedded Viz
kevin.dees.0 Nov 14, 2017 9:15 AM (in response to Maulik Shah)Maulik,
That worked well! Although, I lost my custom CSS styling of the menu bar. So, I'll need to figure out how to add this back in.
Much appreciated!!