Page 1 of 2
TinyMCE blockformat setting ignored
Posted: Sun Jul 15, 2007 11:22 pm
by liquid
Just upgraded to 1.1, and set up the TinyMCE blockformats to just use a few styles (p,h1,h2,h3) instead of the full set. However, it looks like the editor isn't picking up on this setting. I ended up just editing the editor_template.js file and removing the formats I didn't want.
Any ideas on why the module isn't setting up the blockformats properly?
Re: TinyMCE blockformat setting ignored
Posted: Tue Jul 17, 2007 2:42 pm
by Silmarillion
Hi Liquid
You are absolutely right. Sorry for not noticing this before. It is now fixed in svn and I will release a 2.2.1 soon.
regards
Sil.
Re: TinyMCE blockformat setting ignored
Posted: Wed Jul 18, 2007 1:30 pm
by liquid
Thanks!
By the way, I do like the TinyMCE module setup much more than FCKeditor. The only wish list I have is a "paste as text" or "paste from Word" option - my clients use those all the time.
Re: TinyMCE blockformat setting ignored
Posted: Wed Jul 18, 2007 8:51 pm
by Silmarillion
Hi
I'll consider those for version 2.2.1 as well! Don't think they take up that much space... 2.2.1 is due at the same time as cmsms 1.1.1 which means within a few days according to plan..
regards
Sil.
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 7:15 am
by jce76350
Hi,
on cms1.1, I have update to Tiny 2.2.1 svn 123, but I have no Toolbar
Try to unistall and reinstall Tiny no Toolbar also
Return to V 2.2 : works well
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 8:59 am
by musicscore
Browser the CMSMS forum I saw your post.
I'm using FCKEditorx and would like to use the TinyMCE but I cann't manage to make TinyMCE a true WYSIWYG editor.
The styles I created with CSS and connected to my template (expl set border to the left and under the H1, H2) are not showing in the editor.

They do show on the webpage.
What do I have to do to see my style-settings also in the editor

?
Musicscore
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 2:09 pm
by Silmarillion
jce: you mean that the wysiwyg-editor does not load at all? Actually changed some stuff, but I thought it would make it more stable, and it does for me... I'll look into it...
musicscore: strange, it should load the stylesheet(s) attached to the template of the page you're editing... I'll look into styling the Hx, never tried that...
sil.
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 3:50 pm
by Silmarillion
jce: What kind of server are you using? windows/linux? There has been other reports with similar behavior, and I'm trying to narrow it down...
musicscore: I just tried to change the look of in one of my stylesheets, and it shows perfectly in TinyMCE. Don't know what could be wrong for you...
sil.
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 5:17 pm
by Silmarillion
Jce: Please update to latest svn (rev. 126), I think I solved the problem... Now I found a bug it really puzzles me how it worked for me...
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 5:19 pm
by Silmarillion
Liquid: the paste buttons are now available i latest svn. Actually the code was there, I just forgot to enable the module... Btw. I put the advanced Link-plugin into basic version... really missed it myself...
sil.
liquid wrote:
Thanks!
By the way, I do like the TinyMCE module setup much more than FCKeditor. The only wish list I have is a "paste as text" or "paste from Word" option - my clients use those all the time.
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 5:32 pm
by jce76350
Hi,
What kind of server are you using? windows/linux?
Using Linux Linux dyn51-g5.priv.free.fr + mysql 5.0.34-nightly-20061220 + PHP Version 4.4.3-dev
But I use a Tip (Not correct but the result is OK)
I am runing on Tiny 2.2 all is OK
in admin go to Extensions » TinyMCE WYSIWYG Basic module
By FTP
- copy tinyconfig.php in admin->refrech page TinyMCE WYSIWYG Basic module
- copy TinyMCE.module.php in admin ->refrech page TinyMCE WYSIWYG Basic module
And then all is Ok.
Test that tip on 3 websites
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 5:48 pm
by Silmarillion
ok! it sounds much like the bug I just fixed in svn. Did you try revision 126?
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 5:58 pm
by jce76350
Hi,
Did you try revision 126?
Just finish ... on one website That's Ok for me? I test on the other later
Thanks
Re: TinyMCE blockformat setting ignored
Posted: Fri Jul 20, 2007 8:41 pm
by MichaelK
Is it possible for an external link to add a dropdown like in FCKeditor?
You can select Email or Url. This is , I think, a great thing about FCKeditor.
It is possible to do that in TinyMCE?

Re: TinyMCE blockformat setting ignored
Posted: Sat Jul 21, 2007 2:56 pm
by musicscore
I added
h2 {
border-bottom: 10px solid #ddd;
}
to the stylesheet so I should see a line under the h2 content in TINYMCE. This is not the case.
This works with FCKEditorX. I think I'm doing something wrong but ....
Is there someone who knows what
Musicscore