Home > CMS- Content Management System (Page 3)

WordPress Security checklist for Developers and Testers

Security scenarios to be check for WordPress site 1. Issue/Scenario - Access WordPress admin area Description - Every WordPress site has a management area through which the site admin manages the content and all the sections of the site. The admin user has all the access and authority to add, edit and

This Article is TAGGED in , , . Read more

WordPress security checklist – How to secure your WordPress website?

Hosting Ideally on a dedicated instance or server For shared hosting, ensure that sites are isolated or “jailed” Run an https-only website.  User Management Grant only as much access as is needed Review your user list frequently, deleting those that are obsolete, downgrading roles where possible WordPress Core, Themes and Plugins Enable auto-updates wherever possible / practical Check for updates

This Article is TAGGED in , . Read more

How to add additional Lookup fields via Schema.xml in SharePoint Add-in

Hello folks, Recently I was working on SharePoint Add-in app with two different lists. First is "Requests" and Second is "TimeSheetCategory". "Requests" list fetching a lookup column "TaskCategory" from "TimeSheetCategory" list, but requirement changes and need another column "ORTCalculationPercentage" from "TimeSheetCategory" in "Requests" list. In SharePoint OOB you can add additional column

This Article is TAGGED in , , , , , . Read more

Create custom Client Side Web Part using SharePoint Framework (SPFx)

Hello everyone, in the previous article we saw Modern SharePoint and Modern SharePoint vs Classic SharePoint in SharePoint Online now in this article, we will discuss the following points: Overview of SharePoint Framework (SPFx) Set up configuration Office 365 tenant app catalog site Set up configuration SharePoint Framework development environment Steps to build SharePoint client-side

This Article is TAGGED in , , , , , , , , , , , , , , . Read more

How to add external libraries and assets in SharePoint client-side web part

Hello everyone, welcome to my SPFx article series this my third article on SPFx. Here we will discuss how to add resources correctly in a client-side web part. First, we will see what kind of resources we add in a web part? Resources include images either a logo or icons, external

This Article is TAGGED in , , , , , , , , , , , , , , , , , , , , , . Read more

Deploy SPFx Client side web part in SharePoint Online

Hello everyone, in the previous article we see Client-Side Web Part using SharePoint Framework (SPFx)  now in this article, we will discuss deployment and package building solution process. Deployment Scope Before we deploy SPFx web part in SharePoint we need to choose deployment scope. There are two options are available in SharePoint are they Tenant scope Site Collection

This Article is TAGGED in , , , , , , , , , , , , , , , , , , , , , . Read more

How to Restrict User to add Attachment in SharePoint List?

Every time we create a supporting list for any of the functionality, SharePoint by default enable certain settings into it e.g: Show this list in Quick launch, Launch form in Dialog, etc. In this there is one more setting which is default enabled which is an "Attachment" settings.  If we need

This Article is TAGGED in , , . Read more

How to Prevent Delete Item using SharePoint Permission Level

We often get request from client to prevent user from deleting the data, however they still want user to allow Add and Edit. This can be achieved by creating custom permission level. Please follow the steps below Open the site permission page Click on the Permission level link in the SharePoint Ribbon. This

This Article is TAGGED in , , , . Read more