Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#361 2007-10-11 10:33:27
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: hak_tinymce WYSIWYG article editor
slimey wrote:
Just curious if this is any closer to having a file select option.
I second this, I would be grateful forever for this.
And… by the way, I’m sure this has already been asked, but are you planning to add a new “insert as article image” button to the “add/insert image” tab?
Offline
#362 2007-10-17 02:29:01
Re: hak_tinymce WYSIWYG article editor
Hi,
I don’t have time to go through this thread. How do I include certain code into the the editor without it stripping it out? I remember reading it a few pages back, but I don’t have time to search. I did the last 3 pages and gave up. Just super busy.
Cheers.
Offline
#363 2007-10-17 18:39:29
Re: hak_tinymce WYSIWYG article editor
@leeumm, what do you mean by code? The HTML that is allows is controlled by the valid elements options in the initialization.
@redbot, the insert as article image keeps Getting asked for but its slightly complicated because the image picker can be in a popup or div both of which are called from an iframe. Its something I need to just sit down and work through.
Shoving is the answer – pusher robot
Offline
#364 2007-10-17 18:46:05
Re: hak_tinymce WYSIWYG article editor
I’m trying to embedded a .wmv movie for now. In the future I’ll probably convert to flash and embed that way.
I’ll look into this now. Thanks.
Offline
#365 2007-10-17 20:20:36
Re: hak_tinymce WYSIWYG article editor
Take a look at the media plugin also.
Last edited by hakjoon (2007-10-17 20:20:53)
Shoving is the answer – pusher robot
Offline
#366 2007-10-18 00:01:18
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: hak_tinymce WYSIWYG article editor
hakjoon wrote:
@redbot, the insert as article image keeps Getting asked for but its slightly complicated because the image picker can be in a popup or div both of which are called from an iframe. Its something I need to just sit down and work through.
Ok I understand.
Anyway this still remains one of my favourite plugins, thanks!
Last edited by redbot (2007-10-18 13:26:42)
Offline
#367 2007-11-01 21:09:02
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: hak_tinymce WYSIWYG article editor
When I just use textile to write an article, the color of the text renders as it should in accordance to my CSS stylesheet. However, when I use the WYSIWYG editor to write text, the text comes out as black instead.
This is a perfect example of what I’m referring to. The topmost entry is in brown while all the other text is in black.
Thoughts?
Offline
#368 2007-11-01 21:18:53
Re: hak_tinymce WYSIWYG article editor
The entry in brown is in a paragraph while the entries in black are not. If you never hit enter tinyMCE will not insert paragraphs around the text. You have 3 options to fix this.
- You can change the styles to be paragraph agnostic
- you can upgrade to one of the newer versions of TinyMCE which has a force root block option. I have not had an opportunity to test the integration with the newer versions but I know some people use the new versions with no problem.
- Implement the save callback I blogged about which will wrap the text block in paragraph tags if it isn’t already.
Number 3 is probably the easiest to do.
Shoving is the answer – pusher robot
Offline
#369 2007-11-01 21:39:10
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: hak_tinymce WYSIWYG article editor
Thanks Patrick. Which file am I supposed to insert;
save_callback:"mceTagWrap",
into? Is it the TinyMCE.init() file ? If so, which folder?
I’m using 0.7.4.
Offline
#370 2007-11-01 22:23:38
Re: hak_tinymce WYSIWYG article editor
Just add it to the initialization box for article body and excerpt in the hak_tinymce tab under extensions. The content of those two textboxes create your Tinymce.init() calls
Shoving is the answer – pusher robot
Offline
#371 2007-11-10 00:02:52
- plugmas.com
- Member
- Registered: 2007-09-05
- Posts: 65
Re: hak_tinymce WYSIWYG article editor
Hi,
I install hak_tinymce WYSIWYG. All see to be right but i couldnt find tiny_mce from Prenferences. ¿how can i make it work?
Offline
#372 2007-11-10 00:04:19
Re: hak_tinymce WYSIWYG article editor
the preferences for hak_tinymce are under the extensions tab
Offline