Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:plugins:installation [2021/09/22 11:09] fasseen: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 // (as an example here the plugin login_form// into your Html code at the point where the output of the plugin should be displayed by one of the following methods:+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 //login_form//into your Html code at the point where the output of the plugin should be displayed by one of the following methods:
  
 1. First the file //common.php// must be added **at the very beginning** of your PHP file via the server path: 1. First the file //common.php// must be added **at the very beginning** of your PHP file via the server path:
  • en/plugins/installation.1632301775.txt.gz
  • Last modified: 2021/09/22 11:09
  • by fasse