Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

The Quick launch section of a MOSS wiki site only shows the initial Page under wiki pages. I have to manually add the wiki pages that I create to the naviagtion in order to see them under the quick launch. Is there a way to automate this?

Also the 'show pages' option is inactive (unable to select) under Naviagtion settings of a MOSS wiki site. Is there a way to enable this?

share|improve this question

migrated from stackoverflow.com Jan 24 '12 at 13:20

1 Answer

There isn't anyway to do this out of the box. The Show Pages option is only for SharePoint pages in a page library. Wiki pages would either need to be added manually or you could write a custom event receiver on the wiki library that adds to the quick launch from code.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.