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'?
TinyMCE ADV Module problems
Re: TinyMCE ADV Module problems
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
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
The problem is language file. You will foundRuss wrote: 'Newline-style' drop down list box just shows 'style' for each option shoukld be 'p' and 'br'?
If these strings are displayed, Smarty read it as html tags and output only as 'style'.style
style
Change it to
Should be fixed with current version.p style
br style
Re: TinyMCE ADV Module problems
There is but it isn't active.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.
In new versions of CMSMS go to TinyMCE WYSIWYG Basic, check "Allow table operations" and Update button
Alby