문제

I have 2 questions. Pardon me if i am supposed to post one question at a time.

  • I am trying to add Search Box, Search Refinement and Search Results web parts to my sharepoint online page. Issue is i can't find Search Category in my Add Web Part, But I can see Search Driven Content Category. Also How can i redirect all my searches to this newly created page?(I am able to do this all in my own sharepoint site but facing issue at client's platform)
  • I have a communication site, but cant find Script Editor webpart.

Please let me know how i can solve these issues. Regards

도움이 되었습니까?

해결책

You'll need to get the admins to change the "allow custom script" setting. When this setting is off, it blocks a variety of features including the script editor part, as well as search web parts and many other features. The docs that have instructions for changing the setting, as well as the full list of features affected, is here.

다른 팁

To allow custom script on a particular site collection immediately, run the following PowerShell with SharePoint Online Management Shell:

Connect-SPOService

Type: https://<yourdomain>-admin.sharepoint.com

Sign in with username and password

Set-SPOSite -Identity https://<yourdomain>.sharepoint.com -DenyAddAndCustomizePages $false
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top