I’ve read many posts on this plugin and how people can’t get it to work at all on the edit screen. I have EE 1.6.7 and LG TinyMCE 1.3.3. The WYSIWYG fields work great when you go to publish in a weblog the first time. If you return and try to edit the post, the wysiwyg fields are gone. Then, if you go to publish a new post, the fields are gone until you clear the site cache and it works again for new posts only. I really need to get this working so I can hand this over to clients and allow them to publish content on their site. Let me know if anyone has any ideas for me, thanks!
I fixed the problem! I am using TinyBrowser with TinyMCE and the code that I added to the file ext.lg_tinymce.php was incorrect. In order to get TinyBrowser to work, you need to add this line to that file:
$r .= "n" . '[removed]settings['script_path'])) .'">[removed]';
It goes right after this line:
$r .= "\n" . '[removed]settings['script_path']) . '">[removed]';
Hmm it appears my code didn’t work. The original code can be found here but he has an extra space in there.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.