[Solved]3 columns
erdas - February 19, 2007 - 12:41
| Project: | Channel Nine |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | erdas |
| Status: | active |
Jump to:
Description
if i have an wysiwg-editor module installed and i switch to channel nine theme
the editor is no more visible in any edit-page.
do i have to place it in some or anyhow, or something like this?
thank for help in advance
akoe

#1
I am having the same problem. When I want to create content I see no TinyMCE toolbar, but only a link saying 'disable richt text'. Clicking on it however is useless.
Thanks
Theo Richel
#2
FYI: I get an 'object expected' error whenever I click the toggle
Thanks TR
#3
Right - Here's the answer:
Edit File: page.tpl.php
<head><title><?php print $head_title ?></title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<?php print $head ?>
<?php print $styles ?>
<?php print $scripts ?> <== Add this line
</head>
It works ...
#4
First of all: thanks very much because in both IE and FF Tiny MCE is back!
Also: I reported elsewhere that the Channel Nine theme was apparently not compatible with the Simplemenu module (the menu bar didnt show up), well it does now, wonderful!
However new problems emerge:
In Firefox and IE the Tiny MCE-box is bigger then the content area in Channel Nine allows.
In IE the toolbar shines through the two right columns. I see no option in the TinyMCE conf to change this. The only way to write is by switching to full screen mode.
In FF the writing area is simply cut off, the right side of the toolbar and writing area are simply not visible. Switching to Full screen mode in TinyMCE does give a full screen, but the right columns do not disappear (although the toolbar is visible in its entirety now).
#5
Yes - there's a bit of a hassle in the way that the editor is injected into the stream and I don't have the energy to properly investigate it.
Workaround:
#6
Thanks for the rather quick reaction.
In IE it seems to work flawless, but in FF there is no cursor visible and pasting a chunk of text brings me to a Mozilla-page where I should correct something in FF, that is, If I use the toolbar. Ctrl V works.
#7
Also the Tiny MCE loses the buttons for bold and italic and underlined and the dialogbox to upload a picture is unusable because the buttons cannot be reached.
#8
I'm not sure what you're experiencing and I believe that the problem should be further logged as a TinyMCE bug. I have departed substantially from its original look and feel (replaced CSS, motified .tpls) and only used it as a framework to learn about Drupal themes. The editor DOES work for me but I'm not testing it in anything but IE for now.
Sorry I can't be of more help.
#9
Hey that is strange. When setting up the pages with Channel Nine they present themselves with 4 columns, but when you approach the site from the net suddenly only 3 columns are left.
Also the font sizes become a mess.
#10
I have to correct that a bit. Both in IE and FF you get 4 columns only after logging in. Before that you get three. Wonder how to correct that?
#11
Solved. It was just a matter of the right permissions for the particular block in column 3
#12
Can the owner of this post edit the title to indicate [Solved] please.
#13