MarcC Posted June 5, 2013 Share Posted June 5, 2013 I'm trying to install PlugoBrowser, a TinyMCE plugin, for a client, but the installation steps for PW are clearly different from the documentation on their site. I'm not having any luck so far. Here's what I've tried: 1. Install the plugin using Soma's instructions. This allows the plugin's pop-up window to open when I click the toolbar button, but the pop-up window seems to be filled with templating language directives like {#GET_BLAH} instead of the correct fields. The console shows: Failed to load resource: the server responded with a status of 404 (Page Not Found) http://www.example.com/site/tinymce/tiny_mce_popup.js 2. Install in the TinyMCE-3.5.8 folder under /wire (obviously not ideal). The plugin seems to register OK, but when I use the toolbar button, I get: 404 not found --> http://www.example.com/wire/modules/Inputfield/InputfieldTinyMCE/tinymce-3.5.8/plugins/plugobrowser/dialog.php Any help is appreciated! Link to comment Share on other sites More sharing options...
Soma Posted June 6, 2013 Share Posted June 6, 2013 I'm trying to install PlugoBrowser, a TinyMCE plugin, for a client, but the installation steps for PW are clearly different from the documentation on their site. I'm not having any luck so far. Here's what I've tried: 1. Install the plugin using Soma's instructions. This allows the plugin's pop-up window to open when I click the toolbar button, but the pop-up window seems to be filled with templating language directives like {#GET_BLAH} instead of the correct fields. The console shows: Failed to load resource: the server responded with a status of 404 (Page Not Found) http://www.example.com/site/tinymce/tiny_mce_popup.js What if you copy the tiny_mce_popup.js to your tinymce folder? 1 Link to comment Share on other sites More sharing options...
MarcC Posted June 10, 2013 Author Share Posted June 10, 2013 Thanks Soma, that's what the authors ended up trying and it worked. I should mention one more thing about this plugin: If you are using suPHP you will need to search & replace 777 with 755 in their core PHP file's various if statements. Otherwise it won't let you do anything. For now anyway. I think they'll be changing that soon. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now