Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#493 2008-08-08 13:49:52
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: hak_tinymce WYSIWYG article editor
Is there an ETA on the new version?
Offline
#494 2008-08-08 18:10:15
Re: hak_tinymce WYSIWYG article editor
No ETA at the moment. I’m currently swamped with other projects that are eating up my spare time, once I get my head above water with those the plan is to finish the TinyMCE 3 version.
Shoving is the answer – pusher robot
Offline
#495 2008-08-10 00:15:39
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
Re: hak_tinymce WYSIWYG article editor
Any ideas to why the editor might not be showing up on my site.? Its installed, the path to the js file is correct, use textile is not selected. I have the toggle editor displaying, but no editor. any ideas.?
thanks
Offline
#496 2008-08-10 18:37:21
Re: hak_tinymce WYSIWYG article editor
double check that the script is actually loading right by pulling it up in the browser. The path checker in the admin panel gives false positives sometimes.
Shoving is the answer – pusher robot
Offline
#497 2008-08-20 22:30:27
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
Re: hak_tinymce WYSIWYG article editor
OK, not sure why it was not working, but I uninstalled it and reinstalled, now its good…. o well. Thanks for the help.
One more question, I was wondering if there was a way to set a default image size in the image insert. Insert an image, and instead of having to go to Appearance and edit the Dimensions, have a default width px value so the user dosent have to resize the images for the article.
any ideas.?
thanks
Offline
#498 2008-08-21 02:39:19
Re: hak_tinymce WYSIWYG article editor
There is no way to do that right now it just uses the size of the image, which is most of the time what you would want since you don’t really want people resizing images through html.
Shoving is the answer – pusher robot
Offline
#499 2008-08-21 02:47:40
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
Re: hak_tinymce WYSIWYG article editor
OK, I see. they sometimes use a picture from their photo gallery on an article, the articles width is narrower than the lightbox, thats why I wanted a way to automatically resize to that width..
Thanks for the respond, how do you do this , in terms of gallery photo being used in a narrower width.? 2 different images?
Thanks again.
Offline
#500 2008-08-21 03:19:13
Re: hak_tinymce WYSIWYG article editor
That is tricky. The insert dialog could be modified to insert a different width, there just isn’t a built in way to do that.
You can use max-width to restrict the image width in certain areas but it won’t work in IE6 though, it can be emulated with javascript for IE6. Otherwise yeah I guess two images. You could use the thumbnail for for articles and use iblastoff image resize plugin for the gallery. That way they could just insert the thumbnail in the article.
Shoving is the answer – pusher robot
Offline
#501 2008-08-21 03:34:44
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
Re: hak_tinymce WYSIWYG article editor
ok.. I’ll see what I can come up with.. I appreciate the help, thank you very much Hakjoon.
Offline
#502 2008-09-06 15:37:08
- sylverwing
- New Member
- Registered: 2008-09-06
- Posts: 2
Re: hak_tinymce WYSIWYG article editor
hey all,
i’ve just installed this plugin (tried versions 2 and 3) and get two errors from ‘Firebug’ and I dont see a toolbox.
tinyMCE is not defined
index.php?event=hak_tinymce_js&hak_textile_body=0&hak_textile_excerpt=0()()index.ph…excerpt=0 (line 186)
[Break on this error] tinyMCE.init(hak_mceSettings[“body”]);
tinyMCE is not defined
hak_addControl(“Body”)index.ph…excerpt=0 (line 73)
hak_tinyMCE()index.ph…excerpt=0 (line 140)
()()index.ph…excerpt=0 (line 178)
[Break on this error] tinyMCE.settings = hak_mceSettings[ele…/ this tells tinyMCE which config to use
First i thought it had something to do with Firefox 3 but in IE 7 I also dont get a toolbox.
Can someone help me? Thanks in advance
Offline
#503 2008-09-06 16:26:34
Re: hak_tinymce WYSIWYG article editor
That sounds like the path to tiny_mce.js is wrong, you can check the path it’s trying to load using firebug or by checking the source.
Shoving is the answer – pusher robot
Offline
#504 2008-09-06 19:18:42
- sylverwing
- New Member
- Registered: 2008-09-06
- Posts: 2
Re: hak_tinymce WYSIWYG article editor
hey hakjoon,
i’ve checked the path and I think it is correct. Here is my local setup
http://localhost/martin/textpattern/hak_tinymce/tiny_mce/tiny_mce.js
path given in the extensions => /hak_tinymce/tiny_mce/tiny_mce.js
Is here something wrong?
EDIT: solved; the path is => ../hak_tinymce/tiny_mce/tiny_mce.js
Still thanks for your fast reply and help ;)
Last edited by sylverwing (2008-09-06 20:16:26)
Offline