Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#529 2009-02-27 17:57:27
Re: hak_tinymce WYSIWYG article editor
Having an issue with 4.0.8.
“leave text untouched” – editor works – toggle editor appears
“convert linebreaks” – no editor – toggle editor appears
Anyone else experiencing this?
ALSO
Show editor toggle: NO
Hide editor toggle when editing articles created with textile or convert linebreaks: YES
—
Tom
Last edited by renobird (2009-02-27 17:59:35)
Offline
#530 2009-02-27 18:01:38
Re: hak_tinymce WYSIWYG article editor
Hmm. not sure why – but I changed all the radio buttons in the prefs to the opposite of what I wanted. – then hit Save.
Went back and changed them to the proper values – and it works as expected now.
Strange.
As you were.
:)
—
T
Last edited by renobird (2009-02-27 18:01:56)
Offline
#531 2009-02-27 23:25:57
- debegray
- Member
- Registered: 2009-02-04
- Posts: 30
Re: hak_tinymce WYSIWYG article editor
I’m having a bit of a problem with the plugin. When I load up a page for editing, all the internal links are removed – permanently. Is this a known issue?
Offline
#532 2009-02-28 00:04:36
Re: hak_tinymce WYSIWYG article editor
how are the links being built? Are they just regular <a> tags or are they txp tags?
Shoving is the answer – pusher robot
Offline
#533 2009-03-12 12:48:16
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: hak_tinymce WYSIWYG article editor
Does anyone know if it’s possible to use the valid_elements configuration options with this version of TinyMCE?
Because if so we could allow Textpattern tags and Javascript. Woo!
Offline
#534 2009-03-12 13:39:01
Re: hak_tinymce WYSIWYG article editor
valid_elements does work but I never had any luck with it allowing TXP tags (part of the problem seems to be IE and part of the problem seems to be the colon in TXP tags).
Javascript works except I had issues with noscript tags in the past.
Shoving is the answer – pusher robot
Offline
#535 2009-03-12 14:09:44
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: hak_tinymce WYSIWYG article editor
How did you use the option to add Javascript, as It doesn’t seem to work for me?
Thanks.
Offline
#536 2009-03-12 15:42:25
Re: hak_tinymce WYSIWYG article editor
I think I just added script as a valid tag.
This was awhile ago so I don’t remember if there was some weird hoops I had to jump through.
I do remember that noscript blocks got collapsed and all their contents got destroyed.
This thread seems to indicate it might be an issue with script tags being the first element. This system I used this in did jump through some hoops to account for HTML without a root node so maybe those gymnastics caused the bug not to flare up.
Last edited by hakjoon (2009-03-12 15:43:41)
Shoving is the answer – pusher robot
Offline
#537 2009-03-12 15:50:07
Re: hak_tinymce WYSIWYG article editor
does anyone know why sometimes it’s hard to put some things 1 line apart and it forces itself into double spacing?
Offline
#538 2009-03-12 16:42:43
Re: hak_tinymce WYSIWYG article editor
By default Enter inserts a paragraph, Shift+Enter inserts a line break.
This is behavior that some editor came up with at some point that they all seem to copy. You can change that behavior through the configuration if you want.
Shoving is the answer – pusher robot
Offline
#539 2009-03-12 16:54:01
- debegray
- Member
- Registered: 2009-02-04
- Posts: 30
Re: hak_tinymce WYSIWYG article editor
hakjoon wrote:
how are the links being built? Are they just regular <a> tags or are they txp tags?
They’re just regular html.
Offline
#540 2009-03-12 17:04:13
Re: hak_tinymce WYSIWYG article editor
hakjoon wrote:
By default Enter inserts a paragraph, Shift+Enter inserts a line break.
This is behavior that some editor came up with at some point that they all seem to copy. You can change that behavior through the configuration if you want.
thank you, shift-enter works. is the “configuration” a separate file, or is it in the Extensions menu?
Offline