FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

TinyMCE plugin release 2.0.0 RC1

Feed 33 posts, 12 voices

Avatar
651 posts

@joakim – try using an actual absolute path… an absolute path is the full OS path starting at the system’s root, for example:

“/home/myuser/www/public/images” or something like “/home/myuser/www/frog/public/images”

@defunct – strange.. I’ll have to think about this. I’m a bit streched for time though so I hope you’re not in too much of a hurry. I’ll make some time for this coming weekend. A temporary workaround would be to add the settings manually to the <prefix>plugin_settings table. If you do, let me know how that works out.

Below are (examples of) the table entries you’d need:

'tinymce' => 'version' => '2.0.0',
'tinymce' => 'listpublished' => 1,
'tinymce' => 'listhidden' => 0,
'tinymce' => 'imagesdir' => '/home/user/www/public/images',
'tinymce' => 'imagesuri' => '/public/images',
'tinymce' => 'cssuri'=> '/public/themes/mylayout/mystylesheet.css'
 
Avatar
24 posts

Nope not in a hurry. I had already edited the DB a long time ago to get it working :) Just wanted to make you aware of the “bug”. It must have something to do with PDO, maybe it’s not compiled properly or something, focus on the new release of frog instead, looking forward to that more :)

 
Avatar
651 posts

focus on the new release of frog instead, looking forward to that more

Right! :-)

 
Avatar
20 posts

I have tried all that, Martijn.
But thank you so much anyway, I will try to add MCImageManager to TinyMCE.

 
Avatar
651 posts

@joakim – The path you entered for the images directory isn’t a valid path. (at least not the one in the screenshots). An easy way to get the valid path is to logon via ssh to your unix system, go to the images directory and type in

pwd

That will give you the exact path you need to enter.

 
Avatar
6 posts

Joakim, Martijn (mvdkleijn) : I have experienced the same issue with the link/image-lists not showing up in the TinyMCE link/image popup.

There is an issue with the DB settings in /plugins/tinymce/config.php You try to set the $db_host with $db_settings[2] but that includes a trailing “;port” in my case (“localhost;port”). This is because in my config.php there is an additional MySQL port-setting. My $db_host was therefore invalid. Setting it manually to “localhost” works..

 
Avatar
651 posts

@davidhund – true.. I haven’t updated the TinyMCE plugin yet after I release Frog 0.9.5. I’ll see about updating it this weekend.

 
Avatar
108 posts

Hi all,

I have the 0.9.5 version of frog running and installed the tinymce plugin. All seems fine although it will not bring the toolbar down when i select it from the filters….very annoying.

Any ideas?
Cheers

 
Avatar
108 posts

Can anybody help with this issue because its really holding me back with launching the site…

please please please :@)