Not sure if this would be the right place, but I have a question about the EasyTabs 5.0 solution for SharePoint 2010. The author's website (www.pathtosharepoint.com) appears to be down at the moment or I'd ask there.
My site template is built out of DVWPs that recreate the OOTB SharePoint 2010 interface. Each DVWP is tied back to a master list and used conditional statements in the XSLT to determine what components are visible (based on Yes/No questions in the list, which users can easily edit).
I am attempting to hide a tabbed webpart but can't seem to hide the tab. For example, if a user selects NO for the column @ShowReportsTab, my conditional XSLT renders a section of a table that contains CSS. With that CSS, I can easily hide the entire MSOZoneCell for that particular webpart. Since the EasyTabs are generated separately via script, the tab still shows up, though - it just shows nothing if you click on it.
I assume the easiest solution would be add a check to the script so that the tab doesn't display if the content of the actual webpart is empty... but I have no idea how to do that.
Or, on the other hand, is there a way to hide an individual tab by name?