I successfully installed TinyMCE and am able to use the WYSIWYG just fine when creating new content such as stories and pages but when I try to edit the story/page I just created, along with ones I created prior to installing TinyMCE, the WYSIWYG will not appear. I can hard code it into my page.tpl.php and it shows up just fine on every editing page. However, when I rely on the non hardcoded version of my page.tpl.php it won't show on any story/page edit section. It works fine for commenting on every page/story though which is weird.
Here is what my visibility option looks like when configuring the TinyMCE module.
Show tinymce on specific pages:
( ) Show on every page except the listed pages.
(*) Show on only the listed pages.
( ) Show if the following PHP code returns TRUE (PHP-mode, experts only).
------------------
node/*
user/*
comment/*
------------------
I also tried setting it so that it shows on every page except those listed below and I left the listed below part blank so it would show for every page. This didn't seem to work either as it still showed up only on new page/story creation and on comments. It would not appear for when I went to edit a page/story.
Does anyone know of a way to fix this issue? I can provide more information regarding what is in my tag on my page.tpl.php if needed.
Comments
Thats is a weird error. Try
Thats is a weird error. Try adding
------
node/*/edit
------
so its:
------------------
node/*
node/*/edit
user/*
comment/*
------------------
To the show on only the listed pages.
--------------------------------------------------
http://www.usingdrupal.com
Tutorial Screencasts
---
WebWash: Drupal Tutorials and Videos
I forgot to mention that I
I forgot to mention that I have already tried that as well, no luck. I have also tried drilling down the page directly such as "node/56/edit" and that doesn't work either. None of the Edit pages seem to work.
The weirdest part is that when viewing the source for the HTMl the TinyMCE javascript and CSS isn't being called on the Edit page but it is called on the create story/page pages. I have no clue what's going on here.
I just tried installing TinyMCE for another theme of mine and it does the same thing there, so that's two themes with the same issues now. I also installed TinyMCE on a friend's server running Drupal 5.1 and it works fine there, no issues. I did both installs the same way. The theme on my friend's server is the same theme as on my server but one works fine for the story/page pages and one doesn't...
--
Jeremy Caldwell
www.eternalistic.net
Compared
I went through an install that works and one that doesn't and found only one difference between the two. The one that does not work correctly is missing the PHP Unicode Library. Hopefully installing this will fix the issue.
Here is a screenshot of what I am referring to: http://demo.dentistryonline.com/unicode_tinymce.jpg
--
Jeremy Caldwell
www.eternalistic.net
Did you find a solution?
I had the same problem the tinyMCE was showing on creation and not when I edit a node. I finally figured out the solution to my problem. The input format of my node was "PHP code". When I switched the input format to "Full HTML" tinyMCE came back. I think its probably a permissions issue that i had that my "PHP code" was only set to my admin and not any other user role.
I hope that helped because it took me a couple days to figure this out.
Cheers.
The solution...
The problem with TinyMCE, in both cases is the Content Type of your posts. I noticed that TinyMCE does not work when you are posting in PHP code. Try uploading your content as Filtered HTML or Full HTML, TinyMCE will work in that way.
I hope this can solve your problem, anyway... THIS IS A VERY OLD POST!!! ha ha ha ha...
Cheers!
Mauro