CS - Auto naming module
If you want to have a control in autonaming the posts in blogs you can use this module.
The module allows you to configure which chars will be removed or replaced from the Name (if not present than from Subject) in weblog post Name property used for "nice" URL.
Configuration:
- add this to communityserver.config file
- unzip the downloaded file and add this file to CS 2.1 bin directory
- touch the web.config file to restart web application
Attribute description:
- overwriteAutoName: if autoname is disabled and this attribute is set to false then this module is disabled otherwise the subject/name is touched and chars are replaced/removed.
- replace tag with old and new attribute: the old char will be replaced with the new char (string)
- remove tag with old attribute: the old char will be removed from subject/name
There is one special tag - on the same level as replace/remove - with name czech: when you use this tag and set its value to true then each czech char [ěščřžýáíéúůďťň] will be replaced with an equivalent without wedge or accent.
This release is only for ASP.NET 2.0 website
Hope this helps.