TinyMCE plugin release 2.0.0 RC1
|
651 posts
|
I’ve just uploaded an RC1 version of my lastest TinyMC plugin. It is a release candidate so backup the database and directory before installing.
It should automatically detect the old installation and copy over the old settings to the new system. Get is here: http://www.vanderkleijn.net/frog-cms/frog-downloads.html edit: almost forgot… this release requires at minimum Frog version 0.9.5 RC1 |
|
4 posts
|
My few notes: – Cannot save/update settings. I have to do that manualy in the database. – if I create new page or edit everything is in the middle (but its probably css issue) Everything else seems working alright. Except image resizing discused here: |
|
651 posts
|
I don’t provide support for tinymce itself.. just the plugin that supplies it for frog. That said: how are settings not being saved/updated?
|
|
651 posts
|
So far, the TinyMCE plugin release 2.0.0 RC1 has had 32 downloads in total. I have not seen any comments here on the forum to suggest there were any problems apart from xkapr here. (please respond to my questions so I can determine whether your problem is a bug or not) Am I to assume this version was well-received and has had no bugs so far? ;-) |
|
7 posts
|
In general the plugin seems to be very stable. I have only one issue. I don’t know if it is a TinyMCE related. When using TinyMCE with assets plugin enabled it causes assets thumbnails to jump to top of the page, here are the steps to reproduce this:
Most probably the issue is in Assets plugin or it’s dependecies (jquery or jqury ui), but I thought I’ll post it here anyway so we will aware of the problem. |
|
8 posts
|
Hi, I am a new Frog user. I downloaded the latest Frog 0.9.5 RC1, then installed TinyMCE plugin release 2.0.0 RC1, and it doesn’t seem to work. Here is what I did after a fresh install of Frog: After enabling it I got a green message saying everything was installed, but when I try to edit pages I don’t see tinymce, I just see the normal textarea for html/php. Any thoughts as to what I did wrong? |
|
8 posts
|
Nevermind I have no idea what happened.. but it works now lol |
|
8 posts
|
I was not selecting it from the filters list :P |
|
6 posts
|
Works really well. I used by own TinyMCE config and I’m smitten with it. I am having problems getting paths right however as I’m testing Frog .9.5 in a sub directory. Is there a trick to it? Works fine when installed at base level =) |
|
651 posts
|
@monkeyb – you can set it as the default filter in frog’s admin section if you want. @hinch – not that I’m aware of.. My test setup lives in a subdirectory, so that was tested and worked fine. What are the paths you used when you used it with a subdirectory? |
|
7 posts
|
There is a small bug in your plugin. This bug is causing image list not to show in TinyMCE. |
|
651 posts
|
Thanks. Hadn’t noticed that, I had been looking at the javascript output directly. Fixed. |
|
7 posts
|
I’ve added your modification to image_list.php, but it is still not show the image list. What else could be the problem? EDIT: OK, its works fine, I’ve just mispelled the absolute path of the photos directory. |
|
9 posts
|
@shamil.si Did you manage to find what was causing the issue with the assets thumbnails jumping to the top of the page? Have just installed TinyMCE and assets plugin and experiencing same behavior. |
|
184 posts
|
Thanks for the update Martijn. Settings feel more robust now. |
|
20 posts
|
Am I only one, who can’t ‘get page list’ and ‘images list’ functions to work? |
|
24 posts
|
I can confirm that it gives an error unable to save settings |
|
651 posts
|
@joakim – double check the values you entered on the plugin’s settings page. @defunct – That’s nice… though not very informative. I’ve had no reports of a similar nature though. Can you provide some more info on the problem / your installation? (what DB, version, etc…) |
|
24 posts
|
DB: mysql Ver 14.12 Distrib 5.0.67, for debian-linux-gnu (i486) using readline 5.2 Version of Frog: latest SVN The code that is displaying the error is this: If there is anything else I can give, let me know. |
|
651 posts
|
|
|
24 posts
|
It indeed looks like a PDO error, although the error seems to do with pgsql which is odd since I am using mysql. I can confirm it does not save. Any suggestions? From my apache error log:
|
|
20 posts
|
Martijn, maybe you have an idea, what I am doing wrong. I made a screenshot:
I am running XAMPP on Windows XP, I have tried in my server also, same problem. |
|
651 posts
|
@joakim – easy… in the tinymce settings page it says: “Images directory“… now take a look at what you actually entered. @defunct – This isn’t a problem with the plugin. It seems like PHP is getting confused on your system.
|
|
20 posts
|
Yep, this is wrong. I have tried public/images, htdocs/public/images, localhost://public/images, localhost/public/images etc, it still does not work. Is says “Absolute path to images on disk.” – public/images should be the right path. Or am I missing something… |
|
24 posts
|
@Martijn Indeed it is mysql in my DB_DSN. I removed the pgsql ini files and I no longer get those errors in my apache log. I have define(‘USE_PDO’, true); in my config. Unfortunately I still cannot save the tiny mce plugin. I removed and reinstalled PDO/PDO_MYSQL with pear/pecl and still nothing. Any other ideas? |
