I have now created with OPEN-AI a Prestashop install addon for the bridge file, but it comes then in the front office white page.
You can download the OPEN-AI PS 1.7 addon here.
Attention after installation comes white page,
then you have to delete folder "mybbintegration" in "Modules".
Step 1: Create module Create a new module directory named "mybbintegration" in your PrestaShop modules directory, usually under "/modules/". Then create a "mybbintegration.php" file in the module directory.
Step 2: Create module file Open the "mybbintegration.php" file and paste the following code:
Step 3: Module installation
Compress the "mybbintegration" module directory into a ZIP file and upload it to your PrestaShop backend under "Modules & Services" -> "Add Modules". Then install the module and activate it.
Step 4: Upload bridge file
Upload the "mybb_prestashop_bridge.php" file to the "mybbintegration" module directory on your server.
Step 5: Configure module
In the PrestaShop backend, you can now configure the "MyBB Integration" module and make the necessary settings for your MyBB integration, such as the path to the bridge file.
Please note that this is a simple example and customizations may be required depending on your specific requirements and PrestaShop version. It is recommended to consult the official PrestaShop documentation and test the integration in a test environment to make sure everything is working properly.