Posted
over 8 years
ago
Meeting Notes:
Status:
0:02 - Fix the error that was preventing the load of the settings' views of the OpenId features (#7518).
0:10 - Merges.
0:14 - Fixing log typo.
0:29 - [Fixes #7348] Changed the SummaryAdmin view to have the same "New
|
Posted
over 8 years
ago
Please join us for our next Orchard Harvest Conference 2017.
February 21 - 22, 2017 (Tuesday - Wednesday)
The event will be held in New York, USA at the TKP New York Conference Center.
2 Days of Community, Networking, Speakers, and Social Activities
|
Posted
over 8 years
ago
The installation of Orchard CMS is really fast and you do not even need SQL Server because Orchard CMS can run with SQL Server Compact. SQL Compact is great for development and small websites e.g. Landing Pages. In this post I will show how to migrate from SQL Compact Edition to SQL Server in 5 simple steps.
|
Posted
over 8 years
ago
My favorite parts of Orchard CMS are the behind-the-scenes features that you don't hear too much about, like scheduling tasks, events, workflow, etc. These are incredibly powerful CMS features and most Orchard CMS Developers I talk to rarely utilize
|
Posted
over 8 years
ago
If you are having issues with bots spamming your forms in Orchard CMS but don't want to use CAPTCHA, an 'old school' method I used years ago was a honeypot form field.
|
Posted
over 8 years
ago
TinyMCE is a great editor, but by default is not enabled the font size and font color select.The enabling of this two features is really easy.
|
Posted
over 8 years
ago
Orchard uses TinyMCE as its default content editor. While it does support basic formatting, one of the requirements for a project was to be able to support Bootstrap Typography/CSS Component styles available in TinyMCE Editor. This is possible with customization of TinyMCE configuration. This article will cover how to handle this in Orchard CMS.
|
Posted
over 8 years
ago
The recent Blog Posts widget of Orchard CMS works really well and the layout customization of a blog post is a piece of cake with Placement.info. But maybe you need to have different layouts for recent blog posts widgets or maybe you want to share your blog posts with other sites. With this jQuery script, you can do it!
|
Posted
over 8 years
ago
Microsoft are running a free program called Visual Studio Dev Essentials. It has a range of useful and not so useful 'developer benefits' included in it.
Two that I've found valuable are the 3 month free Pluralsight subscription and the free monthly
|
Posted
over 8 years
ago
HTML 5, has a very useful attribute called "placeholder", it is used to display a watermark text on the input field when it's empty, but text field and text area elements in the Dynamic Forms module don't have this attribute out of the box, and we will learn how to add such attribute in this post.
|