In this section, all necessary steps are defined so that you can correctly integrate the plugin into your Wordpress instance.
Wordpress Plugin - ANDP Boxed
-
Download: TODO!
Proxy Configuration
This section describes the proxy configuration on your own server.
1. Enable Modules
Activate the following modules:
a2enmod proxy
a2enmod proxy_http
a2enmod ssl
2. Configure Apache
By default, WordPress uses the file /etc/apache2/sites-available/000-default.conf for the proxy.
-
Disable the default configuration:
a2dissite 000-default.conf -
Add the file
proxy.conf(see below) in the folder/etc/apache2/site-available/. -
Edit the instances of Acta Nova and Mesh in the
proxy.conffile. -
Activate the configuration:
a2ensite proxy.conf -
Reload Apache:
service apache2 reload
For the concrete example, please refer to the section Proxy Configuration for Apache.
Translation Configuration
This configuration takes place within the plugin folder.
Edit the variable translationUrl in the file /build/block.json to define the source URL from which you receive your translation JSON files.
Furthermore, the structure of the translation file system must be observed (see section Translation Configuration in boxed solution documentation).
Deployment and Usage of the Plugin in WordPress
-
Configure Proxy: Ensure the proxy is configured (see Proxy Configuration).
-
Install Plugin: Copy the folder
andpboxed-wp-pluginintoYourWordPressDomain/wp-content/plugins. -
Config Translation: If necessary, configure the translation source (see Translation Configuration ).
-
Activate Plugin:
-
Go to the page:
YourWordPressDomain/wp-admin/plugins.php. -
Activate the plugin Acta Nova Dialog Portal - Formular Support.
-
-
Add Block:
-
After activation, you will find a block under the widget area when editing a page.
-
Or simply type
/ANDP(or the full name: Acta Nova Dialog Portal - Formular Support) at the location where you want to add a form.
-
-
Configure Form ID: On the right side, you can add the ID of the desired form.
-
Publish: After you have saved/published the page, you will see the loaded form on the front end.
