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.

  1. Disable the default configuration: a2dissite 000-default.conf

  2. Add the file proxy.conf (see below) in the folder /etc/apache2/site-available/.

  3. Edit the instances of Acta Nova and Mesh in the proxy.conf file.

  4. Activate the configuration: a2ensite proxy.conf

  5. 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

  1. Configure Proxy: Ensure the proxy is configured (see Proxy Configuration).

  2. Install Plugin: Copy the folder andpboxed-wp-plugin into YourWordPressDomain/wp-content/plugins.

  3. Config Translation: If necessary, configure the translation source (see Translation Configuration ).

  4. Activate Plugin:

    • Go to the page: YourWordPressDomain/wp-admin/plugins.php.

    • Activate the plugin Acta Nova Dialog Portal - Formular Support.

  5. 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.

  6. Configure Form ID: On the right side, you can add the ID of the desired form.

  7. Publish: After you have saved/published the page, you will see the loaded form on the front end.