Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#253 2007-02-18 02:44:01
Re: hak_tinymce WYSIWYG article editor
I’m working on implementing the gzip compressor. It’s not really doable without adding it to the plugin or implementing another plugin because it requires 2 separate <script>
containers.
I’ve just been busy. These were just quick bug fixes so they were easy. Hopefully in the next day or two. I’m planning on doing lots of coding tomorrow.
I don’t think there should be a performance impact using one instance unless they are potentially maxing out the total number of requests you can handle, so they need to wait for the files.
Shoving is the answer – pusher robot
Offline
#254 2007-02-19 19:40:20
Re: hak_tinymce WYSIWYG article editor
- Implements the GZIP compressor which is included in the bundled TinyMCE install.
- TinyMCE updated to 2.1.0.
- General clean ups.
You will have to match up the Plugins: line in the GZIP initialization to match your Plugins: setting for body and excerpt for it to work properly. If you are using any third party plugins (like txpimage) they need to be preceeded by a – in the gzip compressor init for it to work properly.
Shoving is the answer – pusher robot
Offline
#255 2007-02-19 19:58:08
Re: hak_tinymce WYSIWYG article editor
Thanks Hak
Nice update.
Offline
#256 2007-02-19 20:01:19
Re: hak_tinymce WYSIWYG article editor
Great update. Upgraded one of my sites and everything works properly. Using gzip as well.
Offline
#257 2007-02-24 02:21:04
Re: hak_tinymce WYSIWYG article editor
I have just installed version 0.7 in a freshly installed copy of textpattern 4.0.4 (r1956)
and when i view the editor on Firefox 2.0.0.1 it all seems to work just fine…. however when i try viewing kak_tinymice on Internet explorer 6.0.2, it does not display.. I asked a friend to try displaying it on Internet explorer 7, and they got the same error.
Instead of displaying the editor, here is what comes up underneath the excerpt textarea: <script language=‘javascript’ type=‘text/javascript’ src=‘index.php?event=hak_tinymce_js&hak_textile_body=2&hak_textile_excerpt=2>
its bacically, the javascript tag displaying as text and not actually loading the javascript…
have you ever heard of this issue, any clue how i can fix it?
Offline
#258 2007-02-25 03:41:08
Re: hak_tinymce WYSIWYG article editor
I had one other report of this but I’m not able to replicate it. I put up version 0.7.1 which closes some quotes that were left open.
Can some one who is experiencing the problem please try it and report back.
Last edited by hakjoon (2007-02-25 03:41:37)
Shoving is the answer – pusher robot
Offline
#259 2007-02-28 22:01:18
Re: hak_tinymce WYSIWYG article editor
I installed the 0.7.1 update and IT WORKS on microsoft Internet explorer 6+… Excellent update!! u saved the day!
Offline
#260 2007-02-28 22:19:36
Re: hak_tinymce WYSIWYG article editor
Awesome I’m glad it worked.
Shoving is the answer – pusher robot
Offline
#261 2007-03-08 09:19:04
- mikkeX
- Archived Plugin Author
- Registered: 2004-02-26
- Posts: 74
Re: hak_tinymce WYSIWYG article editor
I have a really big site and uses this plugin, and it works great. But just suddenly the txpimage stoped working, when I click on the insert image symbol the window opens but it is just blank.
To debug, I tried to use:
/index.php?event=hak_txpcatselect
it also outputs nothing – is that correct behavoir?
Could the problem be that are to many images to handle?
Offline
#262 2007-03-08 11:15:16
- mikkeX
- Archived Plugin Author
- Registered: 2004-02-26
- Posts: 74
Re: hak_tinymce WYSIWYG article editor
Ah, don’t bother…
The webhotel changed the configuration of the server, I had to put an htaccess with
<IfModule mod_rewrite.c>
RewriteEngine Off
</IfModule>
Offline
#263 2007-03-08 14:56:58
Re: hak_tinymce WYSIWYG article editor
I have an earlier version of this plugin installed (version 0.6.2) and ever since I’ve noticed some problems that I can’t seem to attribute to anything else. I run Firefox 2 on OSX and my site looks beautiful, everything (well almost) is looking how I wanted it from my static designs.
But a friend of mine runs IE6.0 on Windows (obviously) and he said that on certain categories, and tag pages, the right sidebar gets pushed down all the way to the end of the main content.
I can’t seem to locate the problem but have a suspicion it may be the hak_tinymce plugin as I didn’t have this problem before.
Anyway, I have 2 questions:
1. Has anyone else experienced this problem, or know the possible cause?
2. Would upgrading to the latest version of the plugin remedy any previous problems? Or is the problem set in stone in the
article?
Thanks!
Offline
#264 2007-03-08 15:00:57
Re: hak_tinymce WYSIWYG article editor
hak_tinymce does nothing to the public side of your site. It sounds like you are running into the IE expanding box bug or the double float margin bug
Last edited by hakjoon (2007-03-08 15:04:22)
Shoving is the answer – pusher robot
Offline