Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1105 2013-01-04 20:42:33
Re: hak_tinymce WYSIWYG article editor
@dhmax88
On default custom-fields automatically escape HTML, so you need to add the escape=""
attribute to your custom fields tags like so:
<txp:custom_field name="good_stuff" escape="" />
Offline
#1106 2013-02-27 19:26:42
Re: hak_tinymce WYSIWYG article editor
just noticed some squirrellyness with hak_tinymce and bleeding edge builds… just FYI
Offline
#1107 2013-02-27 19:57:25
Re: hak_tinymce WYSIWYG article editor
What kind of stuff are you seeing?
Shoving is the answer – pusher robot
Offline
#1108 2013-04-12 13:24:31
Re: hak_tinymce WYSIWYG article editor
hakjoon wrote: What kind of stuff are you seeing?
oops. way to cry wolf… I think I updated to the latest version of the plugin and resolved any issues. Sorry bout that.
btw… Tiny MCE v4 looks quite nice…
Offline
#1109 2013-04-22 07:10:13
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: hak_tinymce WYSIWYG article editor
There is one good man who made this modification plugin
The modified plug hak_tinymce
also Fancybox if we have small image
download link
The modified plug hak_tinymсe. In the browser chrome is a problem – the display window has uploaded images are incorrect size
reed tinymce article (http://www.solo-line.ru/tag/textpattern/)
Last edited by alivato (2013-04-22 07:15:28)
Offline
#1110 2013-05-21 07:18:12
- raminrahimi
- Member
- From: India
- Registered: 2013-03-19
- Posts: 278
Re: hak_tinymce WYSIWYG article editor
i’ve installed this plugin, and now when i’m submitting UTF-8 RTL languages article like: Arabic, Hindi, Persian, etc…
Each charector will convert to smethng like پلی… to database !
and my database size is going to large arround 12 MB
Offline
#1111 2013-05-21 11:59:54
Re: hak_tinymce WYSIWYG article editor
Have you tried changing the encoding to raw? I don’t really have any experience with Tinymce and RTL UTF-8 languages. The TinyMCE forum is probably a good place to as too.
Shoving is the answer – pusher robot
Offline
#1112 2013-06-10 12:30:54
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: hak_tinymce WYSIWYG article editor
How to add or change styles?
where?
Offline
#1113 2013-06-10 13:54:38
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: hak_tinymce WYSIWYG article editor
alivato wrote:
where?
http://your-domain/textpattern/tiny_mce/themes/advanced/skins/default/ui.css
line117
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1114 2013-06-10 14:21:08
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: hak_tinymce WYSIWYG article editor
uli wrote:
alivato wrote:
where?
http://your-domain/textpattern/tiny_mce/themes/advanced/skins/default/ui.css
line117
—————————————
Thanks for the reply.
I still could not
How to add a p tag with the class title
p.title
it’s just a tag p. How to add a class to it
.defaultSkin .mce_p span.mceText {}
Last edited by alivato (2013-06-10 14:24:05)
Offline
#1115 2013-06-10 14:44:35
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: hak_tinymce WYSIWYG article editor
Ah, sorry, you want to edit the menu, not how it’s displayed.
As the only occurrence of “Address” is in
/Users/Uli/Sites/txp454/textpattern/tiny_mce/themes/advanced/langs/en.js
Edit: Oh, that was just the result of a case sensitive search. Sorry, can’t help you :]
Last edited by uli (2013-06-10 14:49:49)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1116 2013-06-10 15:12:59
Re: hak_tinymce WYSIWYG article editor
I think you want
Shoving is the answer – pusher robot
Offline