add custome template in sharepoint site - sharepoint

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.

Related

SharePoint 2019 - Create OAuth Request Within Display Template To Request An Image From Another Site Collection

We have a SharePoint 2019 environment with one publishing site and multiple authoring sites, we have pages on the publishing site that use the Content Query Web Part to return a document and it's metadata from whichever authoring site is requested.
We are running into issue with having the preview images for these documents displaying on the Publishing site due to issues with Auth0. We are looking to include code in our display template to request the image via OAuth/Low-Trust SharePoint Add-in, but are unsure how to go about doing to.
Currently the line within the display template that requests/renders the image is:
var pictureMarkup = "";

How to create custom masterpage in SPFX classic view

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.

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.

Adding a Custom Webpart to a Site Template in Sharepoint 2010

I tried to add a custom created webpart to a customized team site which I then saved as a template. The webpart in question worked fine with the original site. However, when I created a new site based on this template(within the same server that the webpart in question was deployed to) the area which was supposed to contain the webpart was blank. Is there anything I'm missing or is it not possible to deploy a custom webpart into a custom site template?
Just guessing here because I haven't tried it but when you add a webpart to the page you are essentially customizing that page for that specific site. The webpart location is stored in the content database just for that individual page.
When you save a site as a template you are just saving the structure so when you provision a new site the customized page isn't there.

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