Forum Discussion
Marcus Pettersson
Dec 07, 2018Copper Contributor
Page with all avalible team sites
Hi,
My customer uses SharePoint Online and have a lot of traditional team sites created.
Now they request a page/view in SharePoint where users can easily look at all available sites and open them from there.
Today, all users must know the names of the sites to be able to search for them in SharePoint
Is there a way to create this?
- One easy way you can test is by using the Sites modern WebPart that you can configure to provide access to those sites...it might happen this webpart is not going to work well in your scenario, but give it a try...if the Sites WebPart does not work, then you should start thinking on Plan B: custom Dev using Search API in a SPFx WebPart
3 Replies
- Or, use Mega menu when it releases soon and put all your sites in that :).
- One easy way you can test is by using the Sites modern WebPart that you can configure to provide access to those sites...it might happen this webpart is not going to work well in your scenario, but give it a try...if the Sites WebPart does not work, then you should start thinking on Plan B: custom Dev using Search API in a SPFx WebPart
- Marcus PetterssonCopper Contributor
Thanks!
The Web part solved the issue!