Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:plugins:installation [2020/12/12 19:25] – fasse | en:plugins:installation [2024/11/23 19:39] (current) – [Install plugins outside of an Admidio page] greno | ||
---|---|---|---|
Line 50: | Line 50: | ||
You can also use the plugins outside of the Admidio pages and integrate them into your own HTML / PHP pages. However, a few additional steps are necessary. | You can also use the plugins outside of the Admidio pages and integrate them into your own HTML / PHP pages. However, a few additional steps are necessary. | ||
- | If you want to integrate the plugin into a pure html page, you should first rename the file extension of the page from html to php. Now you can integrate the plugin with help from PHP into your formerly pure HTML page. Now add the plugins | + | If you want to integrate the plugin into a pure html page, you should first rename the file extension of the page from html to php. Now you can integrate the plugin with help from PHP into your formerly pure HTML page. Now add the plugins (as an example here the plugin |
1. First the file // | 1. First the file // | ||
Line 96: | Line 96: | ||
===== Where can I configure the plugins? | ===== Where can I configure the plugins? | ||
- | You can configure most plugins via **config.php** file that is located in the same folder | + | You can configure most plugins via a **config.php** file. For this purpose, a **config_sample.php** file is usually delivered, which should be located in the folder |
- | Does the plugin | + | |
- | Updating a plugin, these 2 files should not been necessarily | + | If the plugin |
+ | |||
+ | When updating the plugin, these two files need not and should not be overwritten. | ||
An example of integration of multiple plugins in a sidebar you can see on this screenshot in the highlighted area: | An example of integration of multiple plugins in a sidebar you can see on this screenshot in the highlighted area: | ||
Line 104: | Line 106: | ||
===== How do I update a plugin? | ===== How do I update a plugin? | ||
- | If there is an update, because of a bug fix, a new feature, or due to an incompatibility with current Admidio version, you can replace the plugin folder. Download the latest version from [[http:// | + | If there is an update, because of a bug fix, a new feature, or due to an incompatibility with current Admidio version, you can replace the plugin folder. Download the latest version from [[en:plugins: |