@bluemoon288 said in How to mark a room as “Disabled Room” in QloApps 1.7?:
German translation in this section currently shows “Behindertengerechter Raum”
Regarding the issue where the button does not turn blue on mouseover and nothing opens,
Please enable Development (Debug) Mode. This will help us identify the issue more accurately.
📌 Enable Development Mode (for debugging purposes)
🔧 Steps to Enable Development Mode:
Navigate to your QloApps installation directory → config folder → open the file defines.inc.php
📁 Path:
/config/defines.inc.php
Locate the following line in the file:
Reference Screenshot:
https://webkul.chatwhizz.com/share/screenshot/67bf1eb55aa3df07163d5a94
if (!defined('PS_MODE_DEV')) { define('PS_MODE_DEV', false); }
Change the value from false to true, like this:
Reference Screenshot:
https://webkul.chatwhizz.com/share/screenshot/67bf1ef95aa3df07163d5aa1
if (!defined('PS_MODE_DEV')) { define('PS_MODE_DEV', true); }
Save the file and refresh the page.
After enabling development mode, please share a short video or screenshot of the issue so we can investigate further.
Regarding the German Translation
In this section, the German translation currently shows “Behindertengerechter Raum.”
You can modify the translation using the Translations tab in the admin panel and update the text as required.
Reference Guide:
https://qloapps.com/managing-translations-in-qloapps/
Alternatively, you can use the QloApps Google Translate module for faster translation:
https://qloapps.com/qloapps-google-translate-translate-qloapps-easily/