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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...FreeTextBox - Changes?FreeTextBox - Changes?
Previous
 
Next
New Post
7/24/2006 10:39 AM
 

Yes we know and use FCK very well, but that doesn't help with these FTB issues.

 

 
New Post
7/24/2006 11:21 AM
 
In DNN 3.3.3/4.3.3 we included a newer version of the FreeTextBox control - the previous version was 3.1.1 and the latest version is 3.1.5. The issue you are talking about must be a behavioral change between versions. It may be useful to visit the FreeTextBox community to determine if there is an attribute which can be modified to restore the previous behavior.

My comments are my own and are offered WITHOUT PREJUDICE

Shaun Walker
http://www.siliqon.com
 
New Post
7/24/2006 12:00 PM
 

I don't believe it is a free text box problem or maybe it is that the new version introduced a problem for DNN 3.3.3/4.3.3. 

My solution to the problem was to edit the SetDesignModeCss() Sub in the FtbHtmlEditorProvider.vb file in the Provider.Ftb3HtmlEditorProvider Project.  Starting on line 574 I added a new line to create a link to an optional ftb.css file in the skin folder:

'Add FTB Design Mode Css

DesignModeCss += "\' type=\'text/css\' /><link rel=\'stylesheet\' href=\'" + PortalSettings.ActiveTab.SkinPath & "ftb.css"

Then I added a ftb.css file in my skin folder and added styling to the body tag to override the body tag styling in the portal.css file.  My ftb.css file looks like:

/* CSS Document */
body {
 background-color: white;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:80%;
 line-height:110%;
}

So it seems to me that the default FTB Design Mode CSS behavior is being overridden by DNN to apply the default.css, skin.css, skinname.css, and portal.css in that order.  My change adds a new ftb.css after the portal.css so that you can directly control the FTB design Mode style.

 
New Post
7/24/2006 9:02 PM
 

Thanks for the response Shaun,

I am wondering if Paul's answer in his post is in fact correct... it does certainly appear that FTB is picking up body styles from DNN. That also explains why my text is centred when in editing mode - because the DNN body in my skin is centred.

FTB and DNN obviously have a clashing style or something and that needs to be dealth with by one group or both. Personally I would point the finger to DNN because DNN utilises FTB, not the other way around.

Paul.. does your fix require a recompile... I'm not familiar with how to do that. Would you perhaps be able to email me your fixed code for FTB?  To  robert at axford.org  I'd be very grateful :)

I'm stuck in any case right now with 4.3.3 because of a module editing permissions problem that seems to be a proper bug. I've detailed this in another thread.

Regards,
Rob

 
New Post
8/21/2006 1:17 PM
 
Any way to fix this other than fooling around with the code and having to worry about rebuilding and the effect this will have on upgrades later?

--
Tim Rolands
Avastone Technologies | House of Nuke
Where DotNetNuke(R) Lives
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...FreeTextBox - Changes?FreeTextBox - Changes?


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