show wiki page to guests without wikiTOC showing up?

LabKey Support Forum (Inactive)
show wiki page to guests without wikiTOC showing up? eknelson  2011-03-18 14:27
Status: Closed
 
Hi Ben,

You're right, removing the search and TOC web parts from the portal does not remove them from wiki sub-pages (beyond the portal).

I actually ran into this myself a while back and finally just moved the wiki page into a spot where it was okay to reveal the TOC. I should have remembered.

There is one trick you might try. If you're working on a file-based module, you should be able to include an HTML page that uses LABKEY.WebPart to display a web part that shows just the wiki main text. You'd use 'Wiki' as the partName.

The relevant docs:
https://www.labkey.org/download/clientapi_docs/javascript-api/symbols/LABKEY.WebPart.html
https://www.labkey.org/wiki/home/Documentation/page.view?name=webPartConfig

Thanks,
Elizabeth