How to create custom masterpage in SPFX classic view - sharepoint

I have created SPFX Project and created Masterpage in classic view and hosted it already in SharePoint online and when I add my SharePoint framework Web parts
to the master page after 2 days cannot edit anymore on the save or do any actions from SharePoint ribbon however my master page works fine at SharePoint online, SO after a lot of searches I found all people use Modern View but in the modern view, I cannot do any branding to my portal
is there any way to fix this problem or Doc to how to create a master page in the SharePoint framework?

You were not able to add branding in Modern Page. You have to use the SharePoint Framework Extensions. By using Application customizer, you can add your customization's in the page placeholders.
Here you can start page placeholders in application customizer.

Related

Sharepoint 2016 document master detail layout

I am new in SharePoint development. Right now I am working on a project for the Integrated Management System. We need to provide an easy navigation view for users where they can search and view the document in one place.
Is there any built-in web parts specifically for IMS available in SharePoint?
Or any web part available for document master-detail view, like a list of the document on the left side and selected document displays on the right side.
Or do I need to completely depend on the new SharePoint page development?
If you are using SharePoint 2016 on-premises and Office Online Server,
the users can find documents using SharePoint Search, and view into the documents using the hoverpanel.
Please see this blog post (the blog-post has a focus on SharePoint Online, but SharePoint 2016 and Office Online Server provide this feature on-premises as well)

Can't find my form in PowerApps, but it can be accessed from link in SharePoint list

I'm currently working on a registration form for a conference. I made a form for the SharePoint list using the PowerApps link in SharePoint (web). I published the form, and now I can't find it on the PowerApps site when I go to open applications for editing. I can edit the form using the edit link in my SharePoint list, but I'm unable to find it anywhere on the PowerApps website... Any ideas?
Did you use the "Customize forms" option or "Create an App"?
If you used the former, then your app will not be listed if you try accessing it through the Powerapps site or Mobile App.
There is a difference between these two. Customize form is specific to the list while create an app creates a new app for you on powerapps using the Sharepoint list as the datasource

O365 SharePoint Site - How to replace the default Master Page?

We created an HTML file with Office Fabric UI to make it responsive. Our intention is to integrate the HTML file we created with O365 SharePoint site and make it as our Intranet Home Page.
So, please let us know how to replace the default Master Page with our custom file. Any pointers to appropriate pages would be very helpful.
Account Info: Office 365 Business Essentials with SharePoint Online (Plan 1).
Thanks in advance.
As changes happen on SPO pretty much every week, it might not be a good practice to customize your branding through the master page when you are dealing with SPO. The reason is SPO's master page might be changed based on SPO new release. An alternative solution is to think about custom CSS and JavaScript injection through SharePoint CustomAction. You can reference PnP Partner Pack for site collection provisioning sample with responsive design.
If you really need to custom master page, you probably follow the exactly same way as SharePoint 2013 on premise environment to upload your master page and page layout. You can reference to How to: Convert an HTML file into a master page in SharePoint 2013 for detail information.

add custome template in sharepoint site

I have a dotnet implemented site. I want to create same site template in sharepoint. what i have to do. Please if possible tell me detail steps. waiting for reply......its too urgent
Custom Site Template is a big subject on SharePoint . While there is no out of the box way to convert an ASP.NET Site to the SharePoint Custom Site Template.
Steps to do is to dissect the ASP.NET Site to various parts.
User Controls
CSS & JavaScripts
Pages
Custom dlls
Change each of the Parts to Web Parts / Drop the Control in the Control Templates folder.Create a new web part page for the page / Page Layout & Master Pages deployed as the Features.

Adding a custom tab and page MOSS MySites that everyone can see

On MOSS mysites I want to be able to create a new tab that every mysite user can view, it should show a web part page.
How can I do this?
Create a site collection as a parent to all the MySites. Or to put it the other way, make the MySites a subsite to a site collection that has the site that you want all the MySites to see.
In your Shared Services Provider (Central Admin/Shared Services Admin), look under User Profiles and My Sites. You can select Personalization Site Links and point to an existing site that contains the web part page you want to display.
You can also filter the display using the Audiences functionality so that it only displays to a select group of users.
In regards to #Brian Meinertz's comment. This a detailed blog on Microsft's site about feature stapling:
Customizing MOSS 2007 My Sites within the enterprise

Resources