Package Action Samples

I got this from CodePlex, it was created by Richard Soeteman and various other people and can be found on CodePlex here - Personally I can't beleive this isn't in the WIKI as its GOLD information, and I only found out about it from a blog reply!

Also with in this is a GREAT peice of information is this cool package that lets you TEST your actions are correct

------

 

Rich text editor and line breaks

I have had several editors asking me this:

“When I hit enter I create a new paragraph but I just want a line break”

Solution: when you want to insert a line break you hit shift enter

Only log in umbraco members when they have been approved

A common thing when dealing with members on your site is that they need to be approved after registration before they can access the protected area on your site.

This post describes a simple way of doing that.

On the umbraco member type I have a True/false property with the alias active. If this is set to true on the member he is an ‘active’ member and is allowed to log in.

Adding a language selector to your multilingual umbraco site

Create mutlilingual sites with umbraco, there are several approaches in doing this, the one I use the most is to have multiple ‘top level’ nodes (I’ll make a screencast of this in a future post). So for each language you would have a top level node.

The content tree would look like this:

Umbraco 4.0.4.1版本已发布

Umbraco 4.0.4.1版本已于5月21号发布
二进制安装包可以到以下地址下载
http://umbraco.codeplex.com/
若需要基于源码做扩展,则可以通过SVN: https://umbraco.svn.codeplex.com/svn/获取源码
需注意的是,从版本库中获取的代码无法在中文环境编译,编译前需用本站提供的软件进行编码转换
http://www.umbracochina.com/content/%E7%BC%96%E7%A0%81%E8%BD%AC%E6%8D%A2...

Custom document type icons/thumbnails

自定义文档类型的图标和缩略图

When creating or editing a document type you are able to select an icon and a thumnail image from a dropdown.

shopdocumenttype

The icon will show up in the content section and the thumbnail will be used in the ‘Create Page’ dialog. Giving different document types a different icon/thumbnail is a good way to keep the content section a bit more editor friendly.

It’s also verry easy to add your own custom icons/thumbnails the only thing you need to do is add your images to the folders where these images are stored

Thumbnails:

\umbraco\images\thumbnails

编码转换工具EncodingConverter

官方下载的Umbraco因编码问题无法在中文环境下编译,利用本工具,转码后,就可以在各种环境下编译啦。

OpenX报表模块分析笔记

Umbraco 4.0.3 正式版本(已修正)

Umbraco 4.0.3 源码可以下载了,本站提供的源码包修正了在 中文或英文环境下无法编译的问题。请访问以下地址下载

 

下载地址:

CMS源码: http://www.gzweifang.com/upfile/umbraco 4.0.3.zip

CMS API参考手册: http://www.gzweifang.com/upfile/umbraco-reference.chm