Hi there!
I recently installed the webinterface on my system, not for production!
Since I was happy about installing and testing I faced some minor issues.
My query_displayip is not only a hostname, it is a hostname with a port.
Example: example.com:1337
I entered the value in the database and saved. After doing that the URL in the sidebar was broken.
So I looked into the code and found the URL beginning with ts3server:// which looked perfectly fine.
After a short debugging session I found that the templating software is doing that.
So I added a latte filter called "nocheck". I am not sure if this should be done by latte in default!
After adding the filter in PHP code I added the filter in the templates and now my URLs are working perfectly fine.
Hi there! I recently installed the webinterface on my system, not for production! Since I was happy about installing and testing I faced some minor issues.
My query_displayip is not only a hostname, it is a hostname with a port. Example:
example.com:1337
I entered the value in the database and saved. After doing that the URL in the sidebar was broken. So I looked into the code and found the URL beginning with
ts3server://
which looked perfectly fine. After a short debugging session I found that the templating software is doing that.So I added a latte filter called "nocheck". I am not sure if this should be done by latte in default! After adding the filter in PHP code I added the filter in the templates and now my URLs are working perfectly fine.