Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#241 2007-02-12 21:14:24
Re: hak_tinymce WYSIWYG article editor
According to Moxiecode (the TinyMCE people) Safari support is really just in the latest Webkit builds (I think the ability to use it at all with Safari only came about with Tiger) TinyMCE:Compatibility I know things like quick tags don’t work properly in Safari either.
It’s really a browser issue. Is he open to using something like Camino? That’s what I use on the Mac.
Shoving is the answer – pusher robot
Offline
#242 2007-02-12 21:21:34
Re: hak_tinymce WYSIWYG article editor
Ya I told him I assumed it was a browser issue but that I’d look into it and see. I mentioned how it works with other browsers.
I’ll let him know and see what he thinks. He’ll most likely use another browser for updates while we wait for full support.
He has a brand new macbook pro, so with time hopefully they’ll get it working. I always use the latest version of the code released by Moxiecode with your plugin. Never a problem.
Offline
#243 2007-02-12 21:25:57
Re: hak_tinymce WYSIWYG article editor
The Webkit Nightlies fix a ton of weird issues with Safari. I don’t know why Apple doesn’t release more frequent updates to it.
Shoving is the answer – pusher robot
Offline
#244 2007-02-12 21:32:10
Re: hak_tinymce WYSIWYG article editor
I’m not a mac user so I wasn’t aware of that. I was thinking it had something to do with the tiny_mce code itself.
I’ll just get him to use a new browser for updates to the site. That looks to complicated for him.
Offline
#245 2007-02-12 21:38:11
Re: hak_tinymce WYSIWYG article editor
Yeah it’s not TinyMCE. It’s just features that are lacking on Safari’s part.
I highly recommend Camino. I like it a lot and it integrates better with the whole Mac look and feel then Firefox. It’s basically FF1.5 with a mac native interface.
Shoving is the answer – pusher robot
Offline
#246 2007-02-16 20:11:52
Re: hak_tinymce WYSIWYG article editor
Hey Patrick,
I’ve been checking out your plugin again after a long time textpattern hiatus and it has really turned out awesome.
I’ve come across a slight problem with the image function though. If I select a thumbnail to insert it automatically populates the width and height with 1px. If I select the full image it populates the width and height with the correct size of the image.
Any help with this would be appreciated.
Refresh Dallas and other Refreshing Cities.
Offline
#247 2007-02-16 20:19:05
Re: hak_tinymce WYSIWYG article editor
Also, this link you posted a while back about how to set up relative urls just goes to the generic plugins page. I can’t seem to find specific functionality you described. Can you point me to a page with that info?
Last edited by tinyfly (2007-02-16 20:19:54)
Refresh Dallas and other Refreshing Cities.
Offline
#248 2007-02-16 20:30:15
Re: hak_tinymce WYSIWYG article editor
Damn it, the 1px image width is a bug. I forgot to put the fix in the last version. What happens is it uses getimagesize() to get the thumbnail dimensions using url_fopen() if it errors I stupidly had it insert 1px. (I suppress the error which is why you don’t get an error message) I just need to have it not insert a width and a height and the thumbs will work (without height and width parameters though) The full image stores the Height in Width in the DB which is why it works.
I’ll try to release a fix tonight.
Here is URL rewriting page their docs got all moved around.
Shoving is the answer – pusher robot
Offline
#249 2007-02-17 19:41:17
- slooude
- New Member
- Registered: 2007-02-17
- Posts: 8
Re: hak_tinymce WYSIWYG article editor
Hey.
I just installed this plugin on my fresy install of Textpattern. I’m not sure but I seem to be missing a couple of buttons. I don’t seem to have the one for adding a full size image or one for adding smilies. Everything else is working just fine.
Offline
#250 2007-02-17 19:52:44
Re: hak_tinymce WYSIWYG article editor
Not all the buttons are turned on by default. Check out the TinyMCE Docs to see how to enable them. You can edit the configuration under the Extensions tab.
Shoving is the answer – pusher robot
Offline
#251 2007-02-17 19:54:19
Re: hak_tinymce WYSIWYG article editor
Version 0.6.5 Available Fixes the issues that TinyFly ran into and removes the dependency on the advimage plugin being installed for the language files to work.
Shoving is the answer – pusher robot
Offline
#252 2007-02-17 20:38:58
Re: hak_tinymce WYSIWYG article editor
>hak
Any advice on how to load the gzip compressor? TinyMCE is a wee bit slow on my installs.
Also, do you think there should be any performance impact if I’m directing most of my installs to the same instance of TinyMCE?
Offline