newism / nsm.tiny_mce.ee_addon

Other
6 stars 3 forks source link

Still not showing toolbar #3

Closed jeremyleejames closed 14 years ago

jeremyleejames commented 14 years ago

Thanks so much for attempting a fix for me, but I'm still not getting a toolbar to show up. Same thing, I can see the code in the source, but it's not showing up in the publish page. I could email you the source of my page if that would help, and any files that might help you diagnose the issue.

I appreciate your efforts. My client is overwhelmed by something as simple as

.

~Jeremy

jeremyleejames commented 14 years ago

OK, I fixed it. Turns out that the issue was with my config/config.php file in the expressionengine folder. Because my setup uses a non-default path (www.domain.com/EE/engine/expressionengine/...), the line:

$this->tiny_mce_config_path = PATH_THIRD . "nsm_tiny_mce/config/tiny_mce/"; // (line 60 of ft.nsm_tiny_mce.php)

wasn't adding the 'EE' to segment_1 of the path.

But after I updated my config file, it works fine.

Leevi you rock! Thanks so, so much. I owe you.

~Jeremy www.writeclickmedia.com

leevigraham commented 14 years ago

Great.