Tagged articles
Image from Pexels

Tagged articles - CMS

Found 8 articles tagged with CMS

Automatic property population when node created
Pre-populate properties right after node is created
0
For pretty much every website I built in Umbraco, there is some sort of title property for page document type. Either it is a title for navigation in breadcrumbs or menu or main h1 page title. Usually some of these properties need to be mandatory and in most cases they are the same as the name of the node in content, but still, you have to keep ability to override the value with these properties. ...read more
Hide property in Umbraco
How to hide property in Umbraco backend
0
There is no option for hiding a property in Umbraco. Simply, when you define a property for document type, it is assumed that you are going to use it. However, sometime you need to hide it for some specific condition, like level of document in a tree, or document type which might inherits some property which you do not want to use in inherited document type...read more
Properties your page document type must have
Always useful functionality for an Umbraco page document
0
There are two properties which are not related directly to page content which are always useful to have on your document type which represent page on your website. 1. Hide in navigation ...read more
Upload multiple custom media types
Enable multiple custom media upload
0
You probably often had to add some additional ptoperties to a media type. It is all fine untill you have to keep native media type and create inherited one with additional properties. Everything is fine untill you try to do drag and drop upload of mutiple files...read more
Image Cropper Auto Create
Auto generate cropped images after image upload
0
It probably happend you often that you need to add image cropper to a page or custom media type. Right after you upload image cropper property does not generate cropped image file. You would have to save the page/media once againg, so that image cropper is initialized and cropped files are generated. ...read more
Umbraco backend customization - handling events
Hook on umbraco events and control them from your code
0
In Umbraco 6 new interface IApplicationHandler is introduced. By inheriting this interface in your class you can hook your custom methods to handle events which occur in Umbraco. The following two I use really often for controlling Umbraco behavior: ...read more
Umbraco backend customization - custom buttons
Add you custom buttons to umbraco toolbar and extend CMS
 
0
This article is about extending Umbraco back-end with custom button to which you can attach your custom click handlers and force Umbraco back-end to work according to your needs. ...read more
Extending Umbraco API with extension methods
Nullreference exception safe property accessing
 
0
Often during writing partial view for page you need to read value from property which is content or media picker. In order to get integer value you need to cast value acquired with GetPropertyValue method which is object type...read more

.NET

read more

JavaScript

read more

SQL/T-SQL

read more

Umbraco CMS

read more