turnermm / Updatable-Snippets-for-Dokuwiki

Inserts updatable snippets into Dokuwiki pages
https://dokuwiki.org/plugin:snippets
GNU General Public License v2.0
6 stars 4 forks source link

Conflict with folded plugin #6

Closed fletchjoyce closed 8 years ago

fletchjoyce commented 9 years ago

When the folded plugin is enabled the popup window in the editor doesn't work properly. I have tried clearing cache etc but so far only resolution is to disable folded.

turnermm commented 9 years ago
  1. Describe your problem.
  2. See if the problem occurs with the original snippets plugin
fletchjoyce commented 9 years ago
  1. When I click insert template in the editor the page that comes up is missing the buttons to insert image
  2. Yes this happens with the original snippets plugin
turnermm commented 9 years ago

I inherited the original plugin and as far as I can see, it is just a standard pop-up. So, the problem is probably on the other side, coming from the folded plugin. You could try originating an issue with the folded plugin, and I will see what I can do from the snippets side. But I don't use the folded plugin and so it will take some time to try it out and see what's happening.

turnermm commented 9 years ago

I've committed a pull request with correction to the authors of folded plugin. In the meantime, you can download my forked copy with the correction: https://github.com/turnermm/plugin-folded/archive/master.zip

turnermm commented 8 years ago

This turned out to be fixable from within the snippets plugin itself and that has been done.