Page 1 of 1
TinyMCE ADV Module problems
Posted: Tue Aug 21, 2007 7:59 am
by Russ
Does anybody have a similar set of problems with tinyMCE ADV editor and does anyone have any solutions? (I've logged bug reports)
1. AdvImage button (Insert Image dialog box) - there is no icon to browse for the image using the FCKEditor Simple Browser. Seems to work in the basic module - basically no inserting of pictures - well not easily.
2. CMSLINK button display the dialog box, but it it empty e.g. no links.
Russ
P.s. Also in Settings
'Newline-style' drop down list box just shows 'style' for each option shoukld be 'p' and 'br'?
Re: TinyMCE ADV Module problems
Posted: Tue Aug 21, 2007 1:07 pm
by chrisl
Yes the integration of ImageManager and Tiny does not seem complete yet.
In the meantime you could try using Wei Zhuo's/Paul Moers plugin for FCK, which is the basic source for the ImageManager in CMSMS, in Tiny. This is a simple plugin for FCK and a very effective image browser for those that need it and I have been using it for some customers for quite some time
I have not yet tried it with Tiny but have read that it is just as easy to install-I will try to find the literature on this.
The code can be downloaded at
http://www.saulmade.nl/FCKeditor/FCKPlugins.php
There is also an Ajax image manager there that might work with Tiny
Re: TinyMCE ADV Module problems
Posted: Wed Aug 29, 2007 11:00 am
by cyberman
Russ wrote:
'Newline-style' drop down list box just shows 'style' for each option shoukld be 'p' and 'br'?
The problem is language file. You will found
style
style
If these strings are displayed, Smarty read it as html tags and output only as 'style'.
Change it to
p style
br style
Should be fixed with current version.
Re: TinyMCE ADV Module problems
Posted: Wed Sep 05, 2007 9:58 am
by alby
Lexus wrote:
Can anyone tell me when the new version is coming? My customer uses tables, it is in TinyMCEadv, but then he can't use the cmslinks. He has to switch between different WYSYWYG.
The newest update of the basic TinyMCE doesn't have the table buttons/functions.
There is but it isn't active.
In new versions of CMSMS go to TinyMCE WYSIWYG Basic, check "Allow table operations" and Update button
Alby