-
-
-
-
-
-
Suggestion - Changing spaces to tabs in the template editor
Hi. I come with a proposal to add the ability to change spaces to tabs to the template settings. Since tabs are used by default in the IPS code, why is there no such option in the template edition. It would be a good solution. Thanks, regards.
-
-
-
ips.utils.cookie.get is not working
Everything works as it should. Thank you greetings.
-
ips.utils.cookie.get is not working
I have this code in a template <script> $(document).ready(function () { ips.utils.cookie.unset('testvar'); ips.utils.cookie.set('testvar', 'OK', true); }); </script> And when I want to call the value using ips.utils.cookie.get in the console it tells me undefined. In addition, I noticed that several of my templates stopped working and that's all after the update.
-
ips.utils.cookie.get is not working
Hi. Community question. Is ips.utils.cookie.get also not working for you? I enter a value and after refreshing the page it shows me "false" when I try to fetch. I have the latest version of IPS 4.7.11 with patches installed.
-
-
-
-
-
-
-
-
-
Theme Diff - Additional checkbox
Hi. I come with a proposal to add an additional checkbox, which is IPS Apps, to the "Theme Diff" tab. When an application is selected, changes will only be displayed in that application. If Forums were selected, it would only display changes to the System and Forums applications. I think this option would speed up changes in templates. Thank you.