T i c o s N e t . c o m       

  Search  
Wednesday, March 4, 2026 ..:: Forums ::..   Login  
 Rick Stam's Forums Minimize
  Forums  DotNetNuke  DotNetNuke Issues
  HTML Text Disappears from Blog Entry Text when edited
 
Search THIS Forum:  
Previous Thread Previous
 
Next Next Thread
New Post 12/8/2007 7:05 PM
  Rick Stam
10 posts
No Ranking


HTML Text Disappears from Blog Entry Text when edited  (United States)
Modified By Rick Stam  on 12/9/2007 1:26:15 AM)

There is an issue when editing blog entries that contain textual HTML code in the text. The blog's EditEntry.ascx.cb does a call to HtmlDecode() in the Page_Load Event that eliminates any HTML code in the entry's text.

Quick Fix (Hack): Change to the following code in /DesktopModules/Blog/EditEntry.ascx.vb:

Change:   teBlogEntry.Text = Server.HtmlDecode(m_oEntry.Entry)
to:              teBlogEntry.Text = m_oEntry.Entry

Recompile and copy the Blog.dll to the dnn\bin directory of the production server.

 
  Forums  DotNetNuke  DotNetNuke Issues
  HTML Text Disappears from Blog Entry Text when edited
Previous Thread Previous
 
Next Next Thread

    


Home  |  Blogs  |  Forums  |  Music  |  Gallery  |  Contact

(C) 2007, 2014 Richard Stam, SigmaFxDx Software