Hi everybody. I installed to plugins in my plugins folder by downloading them, removing the “-master” from their folders name and dropping them to my site/plugins. But I don’t get them running. Do I have to do additional stuff?
I think they are not loading because of the following issues:
The folder of the selector field must be called field-selector, the other one kirbytextraw. Plugins always must have the name of the (main) php file inside.
Usually, each plugin has a readme file (or at least should have one) that tells you how to install the plugin. But true, the docs are more about creating plugins than installing them.
FWIW: I’ve always had problems with the kirbytextRaw plugin on my production server because of case sensitivity: either rename its directory to kirbytextraw, or rename the plugin php file to kirbytextRaw.php to match the case.