Closed (outdated)
Project:
TinyMCE
Version:
6.x-1.1-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2008 at 12:23 UTC
Updated:
14 Jan 2021 at 19:47 UTC
Jump to comment: Most recent
Comments
Comment #1
biggena commentedJust after I posted this patch, I found that another developer has fixed the same problem:
http://drupal.org/node/244066
Comment #2
attheshow commentedThanks bigenna! This patch worked for me on Drupal 6.4, TinyMCE 3.
Thanks very much also for including the module zip file. That was excellent!
Comment #3
subhacom commentedThanks, it works. But when I choose preview in blog, two entries for the toggle appear.
Comment #4
Babalu commentedThx
Comment #5
littleneo commentedgreat ! thanks !
work with the last TinyMCE Version 3.2.0.1 (2008-09-17)
Comment #6
pauldawg commentedSorry I am new to the patching, wondering if someone could point me to a good way to apply a patch from this format? Thanks for the help!
Comment #7
trailbosswillie commentedhey pauldawg - I'm a drupal newbie and haven't patched before either. I got it to work by taking the .zip file, extracting it, and uploading it to replace the original file in sites/all/modules/tinymce. Hope this helps!
I'm running Drupal 6.4, TinyMCE Version 3.2.0.1
Comment #8
thereloaded commenteddoes this really work? ok, the toggle shows up, but when i set the "Default state" of "TinyMCE rich-text settings" to "disabled" and then enable the tinymce on demand, it only shows 6 Buttons at the bottom (Bold, Italic, Undo, Redo etc.), though i have way more buttons and i set it to appear on top.
and for some reason, i now even cant reproduce this, because the "Default state"-Setting is ignored (but thats maybe another problem).
edit:
after reading the other thread, i found this comment: http://drupal.org/node/244066#comment-828771 ("under the tinymce_config() function; and it says: $status = 'true';. So go ahead and remove that single line,"). This seems to help.
Comment #9
h4cker commentedThe patched file works fine for me.
Comment #10
rohnjeynolds commentedI also experience the doubled toggle link, AND neither link works in preview. The text "disable" changes to "enable" in the link, but the editor itself does not toggle. Again, this is only in node preview -- everything works as desired on the main edit screen.
Comment #11
frankcarey commentedPatch worked for me, should be followed up with the related patch that removes "$status = true" to get the correct functionality.
Comment #12
conza commentedconfirming solution (download .zip file, upload tinymce.module and replace existing on server) for:
Drupal 6.6
TinyMCE 6.x-1.1-dev
TinyMCE 3.2.0
thanks for the help! :)
Comment #13
eriktoyra commentedI had similiar problems but with TinyMCE 5.x-1.9. This patch "almost" solves the problem for me. If you are using TinyMCE 5.x-1.9 with TinyMCE 3.2.x, then apply this patch and comment out the following lines found at the bottom of function tinymce_process_textarea($element):
Comment #14
cgjohnson commentedThis worked for me in D6.6 - using patch and removing the $status line.
THANK YOU!
Comment #15
DanilaD commentedThis helped me in D6.8 - patch and remove the $status line.
Thanks!
Comment #16
iojonep commentedSecond confirmation in 6.8!
Applied patch
Removed:
479: // $status = 'true';
as all state above!
Thanx 4 help!
Comment #17
bigtrac commentedTried this for 6.8 , and tinyMCE 3.2.1.1 (as well as a few other combinations.) Didn't work. Buttons appeared but did nothing.
Comment #18
rjhodson commentedi had some limited success with this patch
it does now show up and actually toggle the TinyMCE editor, but there are a few quirks about it that have cropped up on various sites.
The only thing I can think of that might be interfering with it is the IMCE template.php change that's required to get the button showing.
Thoughts?
Comment #19
pauldawg commentedI am not having any luck with this at all. I have uploaded the module and removed the extra $status line (line 495, not 479), cleared the cache, enabled the "Show toggle"... and... nothing! Nothing at all! People here have talked about "limited success" or "almost fixed" but am not seeing any buttons at all. I'm probably missing something simple, but I am thoroughly confused. What should I be looking for and how do I get it?
Comment #20
nicoloye commented