Effortless SharePoint Command Bar Customization - Enhance Your Site's Functionality

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 20

  • @Giuxv
    @Giuxv 6 месяцев назад +4

    Thanks for the video!!
    To remove the new "Forms" button i used
    {
    "key": "manageForms",
    "hide": true
    }

    • @WonderLaura
      @WonderLaura  6 месяцев назад

      Wow thanks!! How did you figure that out?

  • @edjk6278
    @edjk6278 6 месяцев назад +2

    I really love your work… I have learned quite a bit from you… Thanks!

  • @kevinjoseph9023
    @kevinjoseph9023 6 месяцев назад

    Greetings Laura... really do love your work.... this is especially helpful because as we all lover Users, we all know that if a button is on the screen it will be pressed. This is also the same for SharePoint sites. Any thoughts of constructing and delivering a power hour on hiding the controls on a SharePoint site? Keep winning!

    • @WonderLaura
      @WonderLaura  6 месяцев назад

      Like, on the home page? Give the “members” group “read” permission on the site pages library instead of the default “edit”.

  • @TracyWork
    @TracyWork 5 месяцев назад

    Can you post a link to the Microsoft site you keep referencing in the video?

    • @WonderLaura
      @WonderLaura  5 месяцев назад +1

      I just went ahead and wrote a blog post, with the links in it, and put it in the description of this video.

  • @ChristopheRaucq
    @ChristopheRaucq 6 месяцев назад +1

    At 14:39 I believe that the share button is not affected because you have a second share at the end of the code.

  • @ChristopheRaucq
    @ChristopheRaucq 2 месяца назад

    Hey Laura,
    Do you think it is possible to hide buttons based on user's permissions?
    Regards

    • @WonderLaura
      @WonderLaura  2 месяца назад

      It kind of already does that, for example if someone doesn't have permission to delete something, there's no delete button for them. wonderlaura.com/2024/03/04/remove-delete-button-from-lists-libraries/

    • @ChristopheRaucq
      @ChristopheRaucq 2 месяца назад

      @@WonderLaura Yes, but is it possible to programmatically, with the JSON code, hide a button if the user has Read permissions, for instance.

    • @WonderLaura
      @WonderLaura  2 месяца назад +1

      I don’t know, I don’t think so. The documentation doesn’t indicate so.

  • @sacc19
    @sacc19 3 месяца назад

    Amazing content!

  • @PriyankGupta-ek2kc
    @PriyankGupta-ek2kc 6 месяцев назад

    How can I add new control that is previously not used

    • @WonderLaura
      @WonderLaura  5 месяцев назад

      I don’t think you can.

  • @GhamNaKer
    @GhamNaKer 6 месяцев назад

    How to remove submit Approval butten from command bar For content Approval workflows, if we are approving content Approval document from another power automate workflow which is approving the document in teams.
    Some user go and approve from top ribbon

    • @WonderLaura
      @WonderLaura  6 месяцев назад

      Take a look in Microsoft’s list of button names to see what that specific name is so that you hide it.