Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsWikiWikiSwedish characters åäö in page links results in errorSwedish characters åäö in page links results in error
Previous
 
Next
New Post
2/21/2010 10:54 AM
 

When I use the wiki and add a new page with words containing the swedish characters åäö e.g. [[Jönsson]] I get problems with the page namns. Each time I edit the page I get a new page. Also I can not delete the obtained pages. I have the swedish language package installed. What to do - for a swedish wiki you can not avoid these characters.

 
New Post
2/21/2010 10:29 PM
 
Can you confirm which version of the module you are trying this on?

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
2/23/2010 3:23 PM
 

 

I am using the the wiki module 4.2.0.

Rune

 
New Post
4/24/2010 4:19 AM
 

This is my solution of the problem

Add these yellow lines into the store procedure dbo.Wiki_TopicAdd

BR
/Dalle

 

PROCEDURE [dbo].[Wiki_TopicAdd]int, @content ntext, @cache ntext, @name nvarchar(50), @updateDate datetime, @updatedBy nvarchar(101), @updatedByUserID int, @AllowDiscussions bit, @AllowRatings bit, @RatingOneCount int, @RatingTwoCount int, @RatingThreeCount int, @RatingFourCount int, @RatingFiveCount int, @RatingSixCount int, @RatingSevenCount int, @RatingEightCount int, @RatingNineCount int, @RatingTenCount int

 

AS

 

SET NOCOUNT ON

SET @name = REPLACE(@name, '', 'å') SET @name = REPLACE(@name, '', 'ä') 
SET @name = REPLACE(@name, '', 'ö')
SET @name = REPLACE(@name, '', 'Å')
SET @name = REPLACE(@name, '', 'Ä')

SET @name = REPLACE(@name, '', 'Ö')INSERT INTO dbo.Wiki_Topic(ModuleID, Content, Cache, [Name], [UpdateDate], UpdatedBy, updatedByUserID, AllowDiscussions,AllowRatings, RatingOneCount, RatingTwoCount, RatingThreeCount, RatingFourCount, RatingFiveCount, RatingSixCount, RatingSevenCount, RatingEightCount, RatingNineCount, RatingTenCount)

 

VALUES(@ModuleID, @Content, @cache, @Name, @UpdateDate, @UpdatedBy, @updatedByUserID, @AllowDiscussions, @AllowRatings, @RatingOneCount, @RatingTwoCount, @RatingThreeCount, @RatingFourCount, @RatingFiveCount, @RatingSixCount, @RatingSevenCount, @RatingEightCount, @RatingNineCount, @RatingTenCount)

SELECT SCOPE_IDENTITY()

 


-- Alter Procedures

ALTER

@moduleID

 
New Post
2/24/2011 3:10 PM
 
Per www.dotnetnuke.com/Resources/Forums/tabid/795/forumid/70/threadid/344079/scope/posts/Default.aspx this is due to bug noted at:
http://dnnwiki.codeplex.com/WorkItem/View.aspx?WorkItemId=16501
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsWikiWikiSwedish characters åäö in page links results in errorSwedish characters åäö in page links results in error


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out