Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#841 2011-03-20 15:43:01

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

I just updated txp from 4.2 to 4.3 and I upgraded hak_tinymce from 0.7.4 to 1.0. When I toggle the editor to on for an article or excerpt, nothing happens! No editor. The path to my .js file is still the same/correct (?): tinymce/tiny_mce/tiny_mce.js. Any idea what is going on??

Thanks!

Offline

#842 2011-03-21 02:43:53

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: hak_tinymce WYSIWYG article editor

this sounds like it’s not finding the js. If you have firebug or chrome you can check that the file is not 404’ing. Alternatively try loading the path to teh js in your browser and see if it works.


Shoving is the answer – pusher robot

Offline

#843 2011-03-21 15:07:41

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

It is finding the .js file (I’ll be emailing you the url). – Also, if I put in the wrong path, I’ll get a msg that it’s incorrect. I tried simplifying the path so that it’s tiny_mce/tiny_mce.js. Nothing seems to work. Thanks! Vicki

Offline

#844 2011-03-21 15:28:09

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

If I ask for the javascript info when on the editor screen, these are the files it lists (stripped out embedded javscript):

http://serverName/txp/textpattern/index.php
http://serverName/txp/textpattern/jquery.js
http://serverName/txp/textpattern/textpattern.js
http://serverName/txp/textpattern/tiny_mce/tiny_mce.js
http://serverName/txp/textpattern/index.php?event=hak_tinymce_js
http://serverName/txp/textpattern/tiny_mce/themes/advanced/editor_template.js
http://serverName/txp/textpattern/tiny_mce/themes/advanced/langs/en.js
http://serverName/txp/textpattern/tiny_mce/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/table/editor_plugin.js
http://serverName/txp/textpattern/tiny_mce/plugins/table/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/save/editor_plugin.js
http://serverName/txp/textpattern/tiny_mce/plugins/save/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/advhr/editor_plugin.js
http://serverName/txp/textpattern/tiny_mce/plugins/advhr/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/advimage/editor_plugin.js
http://serverName/txp/textpattern/tiny_mce/plugins/advimage/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/advlink/editor_plugin.js
http://serverName/txp/textpattern/tiny_mce/plugins/advlink/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/emotions/editor_plugin.js
http://serverName/txp/textpattern/tiny_mce/plugins/emotions/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/insertdatetime/editor_plugin.js
http://serverName/txp/textpattern/tiny_mce/plugins/insertdatetime/langs/en.js
http://serverName/txp/textpattern/tiny_mce/plugins/preview/editor_plugin.js

Offline

#845 2011-03-21 15:34:18

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: hak_tinymce WYSIWYG article editor

Are you getting any JS errors? This seems like it’s finding and loading everything. Have you customized the initialization entries?

Last edited by hakjoon (2011-03-21 15:34:52)


Shoving is the answer – pusher robot

Offline

#846 2011-03-21 16:06:44

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

I haven’t customized anything.
I don’t see any errors. Nothing in the httpd log files. – I had txp diagnotics turned off (the logs were getting too big & we never used them), – Turned it on about 10 minutes ago, went to the editor several times, but nothing is logged. (also nothing logged if I go to several txp pages, …hmm.)

Offline

#847 2011-03-21 16:29:00

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

Maybe I’ll try deleting this plugin and re-installing it?

Offline

#848 2011-03-21 16:32:12

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

Is version 0.9 available, – maybe I could try installing that instead?

Offline

#849 2011-03-21 16:55:22

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

ok, I deleted everything. First I tried re-installing my old 0.7.4 version. Here the “Toggle editor” didn’t even show up on the editor page. (Now that I see this, I think this is why I upgraded the tinymce plugin to begin with.)

Then I removed 0.7.4 version and did a clean re-install of 1.0. – No change. Still nothing happens when I click to enable article or excerpt at Toggle editor.

Any ideas of what else I could try? thanks!! vicki

Offline

#850 2011-03-21 17:38:45

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: hak_tinymce WYSIWYG article editor

This really sounds like there is a JavaScript error somewhere. If you have firebug you can probably just load the page with the console open and see if there is any error. Otherwise in Firefox you can look under Tools > Error Console


Shoving is the answer – pusher robot

Offline

#851 2011-03-21 21:30:49

vickilh
Member
Registered: 2007-10-30
Posts: 96

Re: hak_tinymce WYSIWYG article editor

(…away for a while.) Just looked at this again, and somehow it’s working now. How strange! I haven’t touched it since I sent my last posting. Very odd. — I’ll let you know if I ever figure out what was going on. Thanks for your help!! And so quick!

Offline

#852 2011-03-21 23:15:34

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

Re: hak_tinymce WYSIWYG article editor

…cache is a nightmare sometimes… :)

Offline

Board footer

Powered by FluxBB