SharePoint Modern
8 TopicsSharePoint List with Rating Settings On switches to Classic Forms
I've got a SharePoint Modern site, and I want to create a SharePoint List with Rating System turned on. When I do this,forms (edit / new / view) switch to the Classic Experience. How do I switch it back to Modern Experience?PowerApps is currently disabled at my organisation. Updated for Clarity:The rest of my forms are fine on other lists. This only happens if I swithch "Rating System" on. It switches to SharePoint Classic. Butonly the form. And "Form Dialogue" is selected as yes in advanced settings. It still only opens Edit / View / New forms in the Classic Experience instead of opening a Form Dialogue box. Thank you!5.5KViews0likes6CommentsSharePoint custom theme toggles to a default Blue after a published site page refresh.
I have created a SharePoint subsite and applied a custom theme to it. The page looks good until I publish it. After it is published, once I refresh the page, it quickly toggles to a default blue theme. The theme was created using the custom PowerShell script as below, $themepalette = @{ "themePrimary" = "#e81a2b"; "themeLighterAlt" = "#fef5f6"; "themeLighter" = "#fbd8db"; "themeLight" = "#f8b6bb"; "themeTertiary" = "#f1707b"; "themeSecondary" = "#eb3342"; "themeDarkAlt" = "#d11726"; "themeDark" = "#b01320"; "themeDarker" = "#820e18"; "neutralLighterAlt" = "#f8f8f8"; "neutralLighter" = "#f4f4f4"; "neutralLight" = "#eaeaea"; "neutralQuaternaryAlt" = "#dadada"; "neutralQuaternary" = "#d0d0d0"; "neutralTertiaryAlt" = "#c8c8c8"; "neutralTertiary" = "#595959"; "neutralSecondary" = "#373737"; "neutralPrimaryAlt" = "#2f2f2f"; "neutralPrimary" = "#000000"; "neutralDark" = "#151515"; "black" = "#0b0b0b"; "white" = "#ffffff"; } Add-SPOTheme -Identity "ThemeName" -Palette $themepalette -IsInverted $false815Views0likes0Comments"Send To > Email" option on Modern SharePoint Online site page does not generate an email
"Send To > Email" option on top of the Modern SharePoint Online site page does not generate an email (image attached) This used to work well before because I used to send announcements to my team using this option as it generates a nice email with a synopsis and an image in it. This works great with News posts. Not sure what's going on. Is anyone else having this issue? I have tested this out with couple more users and they are having the same issue too. Any help would be greatly appreciated.2.2KViews0likes1CommentSharePoint Modernization Framework - Help with migrating publishing pages
Hi all, I am working on a project to migrate SharePoint 2013 publishing pages to SharePoint Online (Modern). Using Sharegate I am able to get the content copied across to SPO, but when I try to conver the publishing pages to Modern, I get this error I tried to use the .NET Page Tranformation Class (https://github.com/pnp/PnP/tree/master/Samples/Modernization.PageTransformation)But I have facing issues in getting the right assembly reference for: using Microsoft.SharePoint.Client; using OfficeDevPnP.Core; using SharePointPnP.Modernization.Framework.Transform; Can anyone here help me with the dll/assemblies that I should be including in my VS project? I ones that I download online do not seem to work. Additionally if someone has the steps which are required to effectively transform the 2013 publishing pages to SPO Modern page, please share the details. Thanks in advance for the help! Manoj975Views0likes0CommentsClassic SharePoint to Modern SharePoint
Hello Techies, One of my client is looking to modernize their Classic SPO to Modern SPO. And their classic SPO includes close to 200Regional Site Collections with: Underlying departmental Subsites. Extensive JS based webparts leveraged on pages(created using custom page layouts) Custom list forms developed using HTML, CSS & JS. As most of the pages are created and maintained by SP users, they have utilized JS scripts and Content Editor webpart to design the pages. And all the SharePoint Designer based workflows are migrated to Power Automate. Going by the above scenario, what could be the best approach to modernize their classic SPO ? However, going by their mammoth number of Site Collections, Subsites and Customized Lists - I was drafting the below plan: Every Regional Site Collection would be recreated using Flat Architecture with HUBs. The source subsites data[library and not customized lists] would be migrated to appropriate department Site Collections. The pages would be recreated by the end users provided that SPFx based alternate webparts are available against the js based webparts used at classic front. And the customized lists would stay at classic front till the alternate version of it like Power Apps or SPFx based webpart is developed. The data that is migrated from source classic sites to Modern Site Collection would be deleted later once the migration is approved by stakeholders. So, gradually we would end up with Modern Site Collections along with the classic customized list based application. In above plan, data would be migrated using Sharegate. Would appreciate your inputs or suggestions.823Views0likes0CommentsRemoval of special characters in a cell in Modern SharePoint Library
Hi Everyone, So I have a document library where the customer wanted to manually create indented subtasks. To do this, they added 5 dashes to specific items to create the appearance of indention. They want these dashes removed, while maintaining an indention. This is what it looks like: The Title column is just a single-line text column. I want the bottom three entries (that have the dashes) to appear indented under the top entry. But I obviously don't want the dashes. I don't know if this is a JSON issue, or may a power automate workflow to get rid of the dashes. Can I change the font of the dashes to white? I'm just not sure. Any help would be greatly appreciated. Thanks! Chris3.6KViews0likes2CommentsSharePoint Modern - OOTB webparts issue
Hello, I'm working on an issue with SP Modern site wherein the OOTB webparts, Hero & News loads a blank page when the user click on any of the items. The page loads after a refresh. I read on one of the other forums that adding attribute data-interception="off" would resolve this but I'm not sure how to do this to an OOTB webpart. Any help would be appreciated. Thanks.723Views0likes0CommentsEDIT User Permission is greyed Out sharepoint Online
I was trying to edit user permission for a GRP, found that its greyed out, and doesn't allow to make any changes. is it because it's a office365 GRPS, and that's how it is setup by design when site was initally setup ? what about if i don't want those GROUPS (O365 GRPS) any more, is there a way to get rid of it?3.4KViews0likes2Comments