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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...FTB Background Fixed yet?FTB Background Fixed yet?
Previous
 
Next
New Post
8/21/2006 5:41 PM
 

This may be offsub here, but there should be some stylesheet / skin fix that can be applied (at least I'd hope)

Since ~v3.3, my sites that use FTB (Free Text Box) are having an issue where the editor box is the same as the body's background element. While I can implement an administrator skin, this has not worked for some of my clients (see also: picky) and FCK works but I'm having issues with it's image uploading method and various popup blockers (see also: non-technical end users).

So my question is, has anyone figured out how to change this to a nice solid white or other color rather than the background it defaults to?

Many thanks!

SB


Wells Doty Jr
Online Content Development
 
New Post
8/24/2006 9:29 PM
 

I thought I saw something about changes to the web.config file to rectify this - Yes I thought it would have been sorted out with the 4.3.4 build but I'll have a look at my older forum email I have stored since I did gleam over something that had reference to it.

I wonder if there could also be a hack *dare I say that word* .. to actually modify the ascs file that manages the ftb editor..

Just a thought..

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
8/25/2006 10:55 AM
 

Well, I've been doing some looking around the code (thanks for pointing me in this direction Nina) and it seems that for some reason, they have multiple body tags as well as a Body ID. I'm trying every combination of CSS rule trick I know, but I'm still coming up bumpkiss :P

SB


Wells Doty Jr
Online Content Development
 
New Post
8/25/2006 12:22 PM
 

Ok, after reading many forum posts, playing with the source and generally spending my whole morning working on this. I came up with a solution... kinda...

Basically, in my skin I made a DIV wrapping the whole skin and gave it a fresh ID:

Example: skin.ascx ---

<--Clip-->
<link href="<%= SkinPath %>skin.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="tempbg">
<table width="744" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
<--End Clip-->

...and of course, close the DIV right before the </body> tag

then in the skin.css file:

body {
background-color:white;
}

#tempbg{
 background-image:url(bg2.gif);
}

I've only recently applied this fix, so I have yet to see if it messes with any descendants, but it gets the job done for now or until FTB gets straightened out. Any comments or suggestions are greatly appreciated.

SB


Wells Doty Jr
Online Content Development
 
New Post
9/25/2006 2:24 PM
 
Just thought I'd add that this approach worked for me too - thanks SB.    

Found also that the situation is may be exacerbated if the the skin being used introduces more than one <body> tag.
 
PB
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...FTB Background Fixed yet?FTB Background Fixed yet?


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