Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#325 2007-08-03 16:43:23
Re: hak_tinymce WYSIWYG article editor
I’m not sure if this is the right thread for me but i’m trying to enable tables in tinymce. I tried adding all sorts of tinymce table commands (like table,cell_props,delete_col,delete_row etc) in theme_advanced_buttons3, but it didnt do anything. i’ve been looking all over but cant find this anywhere. any ideas anyone?
Offline
#326 2007-08-06 02:08:46
Re: hak_tinymce WYSIWYG article editor
The table tools are in a plugin. Did you add table to the plugins: directive in the init? Table plugin docs
Shoving is the answer – pusher robot
Offline
#327 2007-08-06 06:22:56
Re: hak_tinymce WYSIWYG article editor
Hi hakjoon and thank you for your reply. i guess i did not do that. i see what i have to add from the link you gave me but i don’t know WHERE to add it, can you give me a hint? i’m guessing it would be somewhere in the hak_tinymce plugin and not in the tinymce files, right?
Offline
#328 2007-08-06 14:15:58
Re: hak_tinymce WYSIWYG article editor
The hak_tinymce tab under extensions has textareas that hold all your initialization stuff. If you look there you should be able to figure where to put it. There is already a plugin line for the image browser so you would just need to add it to that.
Shoving is the answer – pusher robot
Offline
#329 2007-08-06 16:24:01
Re: hak_tinymce WYSIWYG article editor
that’s what i was looking for, it worked perfectly. thanks hakjoon!
Offline
#330 2007-08-07 02:59:49
- johnnie
- Member
- Registered: 2007-03-10
- Posts: 58
Re: hak_tinymce WYSIWYG article editor
I was wondering: is it possible to add a ‘class’ or ‘id’ atribute to an element using this plugin? I’ve tried bramus_cssextras for tinymce, but it doesn’t seem to work…
Offline
#331 2007-08-07 03:12:42
Re: hak_tinymce WYSIWYG article editor
The tinyMCE install is not modified at all from the version you download from Moxiecode other then adding the txp_image plugin. So anything that works in tinyMCE should work with hak_tinymce.
I could not find a reference to what version of TinyMCE bramus_cssextras needs but you could always try downloading the latest version from Moxiecode and seeing if it works with that.
Shoving is the answer – pusher robot
Offline
#332 2007-08-18 10:40:07
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: hak_tinymce WYSIWYG article editor
Sorry if this has already been asked but how to I put raw HTML or TXP code in my articles when using this plugin?
Offline
#333 2007-08-18 16:02:44
Re: hak_tinymce WYSIWYG article editor
You can’t do txp tags. It’s an issue with tinyMCE. I’m trying to find a way around it but don’t have a solution yet.
For html you click on the html button to get to the source.
Shoving is the answer – pusher robot
Offline
#334 2007-08-20 08:50:39
Re: hak_tinymce WYSIWYG article editor
hakjoon wrote:
I just pushed up version 0.7.2 which fixes the issue with callbacks and 0.4.5. Nothing else changes so you can just re-install the plugin file.
What is the difference between version 0.7.2 and 0.7.3?
I’m running version 0.7.1. Can I just upgrade the plugin file?
Offline
#335 2007-08-20 14:30:17
Re: hak_tinymce WYSIWYG article editor
0.7.3 fixes a markup issue that was affecting someone trying to re-style the write tab. It’s a tiny issue.
Nothing changes in tinyMCE so you can just re-install the plugin file.
Also just in case everyone does not know this yet the only difference between the bundled TinyMCE and teh ones released by moxiecode is the inclusion of the txp_image plugin in tiny_mce/plugins/txp_image/
so upgrading to newer releases of the editor directly form moxiecode should be pretty safe.
I tend to only update the bundle when I have time to test the update, just because I don’t want to release a bundle I haven’t tested, but I haven’t encountered a problem yet.
Shoving is the answer – pusher robot
Offline
#336 2007-08-21 18:16:35
Re: hak_tinymce WYSIWYG article editor
Hello hakjoon,
Thanks for a great plugin.
But of course i do have a question.
The default setting in the formatselect pull down is set to “–format–”. This produces unstyled text without any formating or wrap tag. Logical of course.
However I would like to change the default setting to “paragraph” so that even with selecting the <p> the enterd text automatically get wrapped as a paragraph.
Is this possible?
Last edited by Timid&friendly (2007-08-21 18:19:11)
I think, therefore I AM, … … er … I think :-?
Offline